#296AAC

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

Shades of Lochmara #296AAC

Tints of Lochmara #296AAC

Color information

#296AAC (or 0x296AAC) is unknown color: approx Lochmara. HEX triplet: 29, 6A and AC. RGB value is (41,106,172). Sum of RGB (Red+Green+Blue) = 41+106+172=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #296AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296AAC is #D69553. Grayscale: #5D5D5D. Windows color (decimal): -14062932 or 11299369. OLE color: 11299369.

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

Color convert

RGB41106172-
CMYK0.760.3800.33
HSL210.23º61.5%41.76%-
HSV(B)210.23º76.16%67.45%-
XYZ13.5113.7640.97-
YUV94.09171.9790.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.85%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 172 (67.58% from 255) = 53.92%
R=12.85%
G=33.23%
B=53.92%

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
Decimal411061720.760.3800.33210.2361.541.76
Hex296AAC4C26021d23e2a
Octal51152254114460413227652
Binary1010011101010101011001001100100110010000111010010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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