#296AAD

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

Shades of Lochmara #296AAD

Tints of Lochmara #296AAD

Color information

#296AAD (or 0x296AAD) is unknown color: approx Lochmara. HEX triplet: 29, 6A and AD. RGB value is (41,106,173). Sum of RGB (Red+Green+Blue) = 41+106+173=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #296AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296AAD is #D69552. Grayscale: #5D5D5D. Windows color (decimal): -14062931 or 11364905. OLE color: 11364905.

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

Color convert

RGB41106173-
CMYK0.760.3900.32
HSL210.45º61.68%41.96%-
HSV(B)210.45º76.3%67.84%-
XYZ13.6113.841.48-
YUV94.2172.4790.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.81%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 173 (67.97% from 255) = 54.06%
R=12.81%
G=33.12%
B=54.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411061730.760.3900.32210.4561.6841.96
Hex296AAD4C27020d23e2a
Octal51152255114470403227652
Binary1010011101010101011011001100100111010000011010010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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