#296CAA

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

Shades of Lochmara #296CAA

Tints of Lochmara #296CAA

Color information

#296CAA (or 0x296CAA) is unknown color: approx Lochmara. HEX triplet: 29, 6C and AA. RGB value is (41,108,170). Sum of RGB (Red+Green+Blue) = 41+108+170=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #296CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296CAA is #D69355. Grayscale: #5E5E5E. Windows color (decimal): -14062422 or 11168809. OLE color: 11168809.

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

Color convert

RGB41108170-
CMYK0.760.3600.33
HSL208.84º61.14%41.37%-
HSV(B)208.84º75.88%66.67%-
XYZ13.5314.140.04-
YUV95.04170.389.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.85%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 170 (66.80% from 255) = 53.29%
R=12.85%
G=33.86%
B=53.29%

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
Decimal411081700.760.3600.33208.8461.1441.37
Hex296CAA4C24021d13d29
Octal51154252114440413217551
Binary1010011101100101010101001100100100010000111010001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,108,170); }

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

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

 a { background-color: rgb(41,108,170); }

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

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

 span { border-color: rgb(41,108,170); }

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