#296EA2

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

Shades of Lochmara #296EA2

Tints of Lochmara #296EA2

Color information

#296EA2 (or 0x296EA2) is unknown color: approx Lochmara. HEX triplet: 29, 6E and A2. RGB value is (41,110,162). Sum of RGB (Red+Green+Blue) = 41+110+162=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 162 (63.67% from 255 or 51.76% from 313); Max value from RGB is 162 - color contains mainly: blue. Hex color #296EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296EA2 is #D6915D. Grayscale: #5F5F5F. Windows color (decimal): -14061918 or 10645033. OLE color: 10645033.

HSL color Cylindrical-coordinate representation of color #296EA2: hue angle of 205.79º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #296EA2 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB41110162-
CMYK0.750.3200.36
HSL205.79º59.61%39.8%-
HSV(B)205.79º74.69%63.53%-
XYZ13.0114.2336.24-
YUV95.3165.6489.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 162 (63.67% from 255) = 51.76%
R=13.10%
G=35.14%
B=51.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411101620.750.3200.36205.7959.6139.8
Hex296EA24B20024ce3c28
Octal51156242113400443167450
Binary1010011101110101000101001011100000010010011001110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,110,162); }

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

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

 a { background-color: rgb(41,110,162); }

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

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

 span { border-color: rgb(41,110,162); }

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