#296BA1

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

Shades of Lochmara #296BA1

Tints of Lochmara #296BA1

Color information

#296BA1 (or 0x296BA1) is unknown color: approx Lochmara. HEX triplet: 29, 6B and A1. RGB value is (41,107,161). Sum of RGB (Red+Green+Blue) = 41+107+161=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #296BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296BA1 is #D6945E. Grayscale: #5D5D5D. Windows color (decimal): -14062687 or 10578729. OLE color: 10578729.

HSL color Cylindrical-coordinate representation of color #296BA1: hue angle of 207º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #296BA1 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB41107161-
CMYK0.750.3400.37
HSL207º59.41%39.61%-
HSV(B)207º74.53%63.14%-
XYZ12.6113.5635.67-
YUV93.42166.1390.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.27%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 161 (63.28% from 255) = 52.10%
R=13.27%
G=34.63%
B=52.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal411071610.750.3400.3720759.4139.61
Hex296BA14B22025cf3b28
Octal51153241113420453177350
Binary1010011101011101000011001011100010010010111001111111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,107,161); }

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

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

 a { background-color: rgb(41,107,161); }

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

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

 span { border-color: rgb(41,107,161); }

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