#296BAA

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

Shades of Lochmara #296BAA

Tints of Lochmara #296BAA

Color information

#296BAA (or 0x296BAA) is unknown color: approx Lochmara. HEX triplet: 29, 6B and AA. RGB value is (41,107,170). Sum of RGB (Red+Green+Blue) = 41+107+170=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #296BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296BAA is #D69455. Grayscale: #5E5E5E. Windows color (decimal): -14062678 or 11168553. OLE color: 11168553.

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

Color convert

RGB41107170-
CMYK0.760.3700.33
HSL209.3º61.14%41.37%-
HSV(B)209.3º75.88%66.67%-
XYZ13.4313.8940-
YUV94.45170.6389.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.89%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=12.89%
G=33.65%
B=53.46%

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
Decimal411071700.760.3700.33209.361.1441.37
Hex296BAA4C25021d13d29
Octal51153252114450413217551
Binary1010011101011101010101001100100101010000111010001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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