#296EAE

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

Shades of Lochmara #296EAE

Tints of Lochmara #296EAE

Color information

#296EAE (or 0x296EAE) is unknown color: approx Lochmara. HEX triplet: 29, 6E and AE. RGB value is (41,110,174). Sum of RGB (Red+Green+Blue) = 41+110+174=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #296EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296EAE is #D69151. Grayscale: #606060. Windows color (decimal): -14061906 or 11431465. OLE color: 11431465.

HSL color Cylindrical-coordinate representation of color #296EAE: hue angle of 208.87º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #296EAE is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41110174-
CMYK0.760.3700.32
HSL208.87º61.86%42.16%-
HSV(B)208.87º76.44%68.24%-
XYZ14.1314.6842.13-
YUV96.66171.6488.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=12.62%
G=33.85%
B=53.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411101740.760.3700.32208.8761.8642.16
Hex296EAE4C25020d13e2a
Octal51156256114450403217652
Binary1010011101110101011101001100100101010000011010001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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