#296F9F

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

Shades of Lochmara #296F9F

Tints of Lochmara #296F9F

Color information

#296F9F (or 0x296F9F) is unknown color: approx Lochmara. HEX triplet: 29, 6F and 9F. RGB value is (41,111,159). Sum of RGB (Red+Green+Blue) = 41+111+159=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #296F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F9F is #D69060. Grayscale: #5F5F5F. Windows color (decimal): -14061665 or 10448681. OLE color: 10448681.

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

Color convert

RGB41111159-
CMYK0.740.3000.38
HSL204.41º59%39.22%-
HSV(B)204.41º74.21%62.35%-
XYZ12.8614.3434.89-
YUV95.54163.8189.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.18%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=13.18%
G=35.69%
B=51.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411111590.740.3000.38204.415939.22
Hex296F9F4A1E026cc3b27
Octal51157237112360463147347
Binary101001110111110011111100101011110010011011001100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,111,159); }

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

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

 a { background-color: rgb(41,111,159); }

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

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

 span { border-color: rgb(41,111,159); }

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