#297baf

Color #297BAF Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #297BAF

Tints of Lochmara #297BAF

Color information

#297BAF (or 0x297BAF) is unknown color: approx Lochmara. HEX triplet: 29, 7B and AF. RGB value is (41,123,175). Sum of RGB (Red+Green+Blue) = 41+123+175=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #297BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297BAF is #D68450. Grayscale: #686868. Windows color (decimal): -14058577 or 11500329. OLE color: 11500329.

HSL color Cylindrical-coordinate representation of color #297BAF: hue angle of 203.28º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #297BAF is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB41123175-
CMYK0.770.3000.31
HSL203.28º62.04%42.35%-
HSV(B)203.28º76.57%68.63%-
XYZ15.7417.7343.15-
YUV104.41167.8382.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 12.09%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=12.09%
G=36.28%
B=51.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411231750.770.3000.31203.2862.0442.35
Hex297BAF4D1E01Fcb3e2a
Octal51173257115360373137652
Binary10100111110111010111110011011111001111111001011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297baf; }

 p { color: rgb(41,123,175); }

 H1.HeaderClassName
 {
   color: #297baf;
 }
 .AnyTagClassName
 {
   color: #297baf;
 }
</style>
background-color css

<style>
 a { background-color: #297baf; }

 a { background-color: rgb(41,123,175); }

 div.DivClassName
 {
   background-color: #297baf;
 }
 .BgClassName
 {
   background-color: #297baf;
 }
</style>
border-color css

<style>
 span { border-color: #297baf; }

 span { border-color: rgb(41,123,175); }

 td.TdClassName
 {
   border-color: #297baf;
 }
 .TagClassName
 {
   border-color: #297baf;
 }
</style>