#296A99

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

Shades of Lochmara #296A99

Tints of Lochmara #296A99

Color information

#296A99 (or 0x296A99) is unknown color: approx Lochmara. HEX triplet: 29, 6A and 99. RGB value is (41,106,153). Sum of RGB (Red+Green+Blue) = 41+106+153=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #296A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296A99 is #D69566. Grayscale: #5B5B5B. Windows color (decimal): -14062951 or 10054185. OLE color: 10054185.

HSL color Cylindrical-coordinate representation of color #296A99: hue angle of 205.18º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #296A99 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB41106153-
CMYK0.730.3100.4
HSL205.18º57.73%38.04%-
HSV(B)205.18º73.2%60%-
XYZ11.8213.0832.04-
YUV91.92162.4791.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.67%
GREEN value IS 106 (41.80% from 255) = 35.33%
BLUE value IS 153 (60.16% from 255) = 51%
R=13.67%
G=35.33%
B=51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411061530.730.3100.4205.1857.7338.04
Hex296A99491F028cd3a26
Octal51152231111370503157246
Binary101001110101010011001100100111111010100011001101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,106,153); }

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

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

 a { background-color: rgb(41,106,153); }

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

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

 span { border-color: rgb(41,106,153); }

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