#296BAF

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

Shades of Lochmara #296BAF

Tints of Lochmara #296BAF

Color information

#296BAF (or 0x296BAF) is unknown color: approx Lochmara. HEX triplet: 29, 6B and AF. RGB value is (41,107,175). Sum of RGB (Red+Green+Blue) = 41+107+175=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #296BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296BAF is #D69450. Grayscale: #5E5E5E. Windows color (decimal): -14062673 or 11496233. OLE color: 11496233.

HSL color Cylindrical-coordinate representation of color #296BAF: hue angle of 210.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #296BAF is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB41107175-
CMYK0.770.3900.31
HSL210.45º62.04%42.35%-
HSV(B)210.45º76.57%68.63%-
XYZ13.9114.0842.54-
YUV95.02173.1389.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 175 (68.75% from 255) = 54.18%
R=12.69%
G=33.13%
B=54.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411071750.770.3900.31210.4562.0442.35
Hex296BAF4D2701Fd23e2a
Octal51153257115470373227652
Binary101001110101110101111100110110011101111111010010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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