#296BAB

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

Shades of Lochmara #296BAB

Tints of Lochmara #296BAB

Color information

#296BAB (or 0x296BAB) is unknown color: approx Lochmara. HEX triplet: 29, 6B and AB. RGB value is (41,107,171). Sum of RGB (Red+Green+Blue) = 41+107+171=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #296BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296BAB is #D69454. Grayscale: #5E5E5E. Windows color (decimal): -14062677 or 11234089. OLE color: 11234089.

HSL color Cylindrical-coordinate representation of color #296BAB: hue angle of 209.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #296BAB is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41107171-
CMYK0.760.3700.33
HSL209.54º61.32%41.57%-
HSV(B)209.54º76.02%67.06%-
XYZ13.5213.9340.5-
YUV94.56171.1389.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.85%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=12.85%
G=33.54%
B=53.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411071710.760.3700.33209.5461.3241.57
Hex296BAB4C25021d23d2a
Octal51153253114450413227552
Binary1010011101011101010111001100100101010000111010010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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