#296CAE

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

Shades of Lochmara #296CAE

Tints of Lochmara #296CAE

Color information

#296CAE (or 0x296CAE) is unknown color: approx Lochmara. HEX triplet: 29, 6C and AE. RGB value is (41,108,174). Sum of RGB (Red+Green+Blue) = 41+108+174=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #296CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296CAE is #D69351. Grayscale: #5F5F5F. Windows color (decimal): -14062418 or 11430953. OLE color: 11430953.

HSL color Cylindrical-coordinate representation of color #296CAE: hue angle of 209.77º 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 #296CAE is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41108174-
CMYK0.760.3800.32
HSL209.77º61.86%42.16%-
HSV(B)209.77º76.44%68.24%-
XYZ13.9214.2542.06-
YUV95.49172.389.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=12.69%
G=33.44%
B=53.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411081740.760.3800.32209.7761.8642.16
Hex296CAE4C26020d23e2a
Octal51154256114460403227652
Binary1010011101100101011101001100100110010000011010010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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