#216A99

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

Shades of Lochmara #216A99

Tints of Lochmara #216A99

Color information

#216A99 (or 0x216A99) is unknown color: approx Lochmara. HEX triplet: 21, 6A and 99. RGB value is (33,106,153). Sum of RGB (Red+Green+Blue) = 33+106+153=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #216A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216A99 is #DE9566. Grayscale: #595959. Windows color (decimal): -14587239 or 10054177. OLE color: 10054177.

HSL color Cylindrical-coordinate representation of color #216A99: hue angle of 203.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216A99 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB33106153-
CMYK0.780.3100.4
HSL203.5º64.52%36.47%-
HSV(B)203.5º78.43%60%-
XYZ11.5312.9332.03-
YUV89.53163.8287.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.30%
GREEN value IS 106 (41.80% from 255) = 36.30%
BLUE value IS 153 (60.16% from 255) = 52.40%
R=11.30%
G=36.30%
B=52.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal331061530.780.3100.4203.564.5236.47
Hex216A994E1F028cc4124
Octal411522311163705031410144
Binary1000011101010100110011001110111110101000110011001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216A99; }

 p { color: rgb(33,106,153); }

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

<style>
 a { background-color: #216A99; }

 a { background-color: rgb(33,106,153); }

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

<style>
 span { border-color: #216A99; }

 span { border-color: rgb(33,106,153); }

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