#296BAC

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

Shades of Lochmara #296BAC

Tints of Lochmara #296BAC

Color information

#296BAC (or 0x296BAC) is unknown color: approx Lochmara. HEX triplet: 29, 6B and AC. RGB value is (41,107,172). Sum of RGB (Red+Green+Blue) = 41+107+172=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #296BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296BAC is #D69453. Grayscale: #5E5E5E. Windows color (decimal): -14062676 or 11299625. OLE color: 11299625.

HSL color Cylindrical-coordinate representation of color #296BAC: hue angle of 209.77º degrees, saturation: 0.62, 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 #296BAC is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41107172-
CMYK0.760.3800.33
HSL209.77º61.5%41.76%-
HSV(B)209.77º76.16%67.45%-
XYZ13.6213.9741.01-
YUV94.68171.6389.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.81%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 172 (67.58% from 255) = 53.75%
R=12.81%
G=33.44%
B=53.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411071720.760.3800.33209.7761.541.76
Hex296BAC4C26021d23e2a
Octal51153254114460413227652
Binary1010011101011101011001001100100110010000111010010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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