#296BA9

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

Shades of Lochmara #296BA9

Tints of Lochmara #296BA9

Color information

#296BA9 (or 0x296BA9) is unknown color: approx Lochmara. HEX triplet: 29, 6B and A9. RGB value is (41,107,169). Sum of RGB (Red+Green+Blue) = 41+107+169=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 169 (66.41% from 255 or 53.31% from 317); Max value from RGB is 169 - color contains mainly: blue. Hex color #296BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296BA9 is #D69456. Grayscale: #5E5E5E. Windows color (decimal): -14062679 or 11103017. OLE color: 11103017.

HSL color Cylindrical-coordinate representation of color #296BA9: hue angle of 209.06º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #296BA9 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB41107169-
CMYK0.760.3700.34
HSL209.06º60.95%41.18%-
HSV(B)209.06º75.74%66.27%-
XYZ13.3313.8539.51-
YUV94.33170.1389.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.93%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 169 (66.41% from 255) = 53.31%
R=12.93%
G=33.75%
B=53.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal411071690.760.3700.34209.0660.9541.18
Hex296BA94C25022d13d29
Octal51153251114450423217551
Binary1010011101011101010011001100100101010001011010001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296BA9; }

 p { color: rgb(41,107,169); }

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

<style>
 a { background-color: #296BA9; }

 a { background-color: rgb(41,107,169); }

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

<style>
 span { border-color: #296BA9; }

 span { border-color: rgb(41,107,169); }

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