#296C9C

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

Shades of Lochmara #296C9C

Tints of Lochmara #296C9C

Color information

#296C9C (or 0x296C9C) is unknown color: approx Lochmara. HEX triplet: 29, 6C and 9C. RGB value is (41,108,156). Sum of RGB (Red+Green+Blue) = 41+108+156=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #296C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C9C is #D69363. Grayscale: #5D5D5D. Windows color (decimal): -14062436 or 10251305. OLE color: 10251305.

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

Color convert

RGB41108156-
CMYK0.740.3100.39
HSL205.04º58.38%38.63%-
HSV(B)205.04º73.72%61.18%-
XYZ12.2813.633.43-
YUV93.44163.390.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 108 (42.58% from 255) = 35.41%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=13.44%
G=35.41%
B=51.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411081560.740.3100.39205.0458.3838.63
Hex296C9C4A1F027cd3a27
Octal51154234112370473157247
Binary101001110110010011100100101011111010011111001101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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