#296EAB

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

Shades of Lochmara #296EAB

Tints of Lochmara #296EAB

Color information

#296EAB (or 0x296EAB) is unknown color: approx Lochmara. HEX triplet: 29, 6E and AB. RGB value is (41,110,171). Sum of RGB (Red+Green+Blue) = 41+110+171=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #296EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296EAB is #D69154. Grayscale: #606060. Windows color (decimal): -14061909 or 11234857. OLE color: 11234857.

HSL color Cylindrical-coordinate representation of color #296EAB: hue angle of 208.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #296EAB is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41110171-
CMYK0.760.3600.33
HSL208.15º61.32%41.57%-
HSV(B)208.15º76.02%67.06%-
XYZ13.8414.5640.61-
YUV96.32170.1488.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.73%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=12.73%
G=34.16%
B=53.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411101710.760.3600.33208.1561.3241.57
Hex296EAB4C24021d03d2a
Octal51156253114440413207552
Binary1010011101110101010111001100100100010000111010000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,110,171); }

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

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

 a { background-color: rgb(41,110,171); }

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

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

 span { border-color: rgb(41,110,171); }

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