#216A96

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

Shades of Lochmara #216A96

Tints of Lochmara #216A96

Color information

#216A96 (or 0x216A96) is unknown color: approx Lochmara. HEX triplet: 21, 6A and 96. RGB value is (33,106,150). Sum of RGB (Red+Green+Blue) = 33+106+150=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #216A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216A96 is #DE9569. Grayscale: #585858. Windows color (decimal): -14587242 or 9857569. OLE color: 9857569.

HSL color Cylindrical-coordinate representation of color #216A96: hue angle of 202.56º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216A96 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB33106150-
CMYK0.780.2900.41
HSL202.56º63.93%35.88%-
HSV(B)202.56º78%58.82%-
XYZ11.2912.8330.74-
YUV89.19162.3287.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 106 (41.80% from 255) = 36.68%
BLUE value IS 150 (58.98% from 255) = 51.90%
R=11.42%
G=36.68%
B=51.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal331061500.780.2900.41202.5663.9335.88
Hex216A964E1D029cb4024
Octal411522261163505131310044
Binary1000011101010100101101001110111010101001110010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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