#296D9E

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

Shades of Lochmara #296D9E

Tints of Lochmara #296D9E

Color information

#296D9E (or 0x296D9E) is unknown color: approx Lochmara. HEX triplet: 29, 6D and 9E. RGB value is (41,109,158). Sum of RGB (Red+Green+Blue) = 41+109+158=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #296D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296D9E is #D69261. Grayscale: #5D5D5D. Windows color (decimal): -14062178 or 10382633. OLE color: 10382633.

HSL color Cylindrical-coordinate representation of color #296D9E: hue angle of 205.13º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #296D9E is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB41109158-
CMYK0.740.3100.38
HSL205.13º58.79%39.02%-
HSV(B)205.13º74.05%61.96%-
XYZ12.5513.8834.36-
YUV94.25163.9790.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=13.31%
G=35.39%
B=51.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411091580.740.3100.38205.1358.7939.02
Hex296D9E4A1F026cd3b27
Octal51155236112370463157347
Binary101001110110110011110100101011111010011011001101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,109,158); }

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

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

 a { background-color: rgb(41,109,158); }

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

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

 span { border-color: rgb(41,109,158); }

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