#216D96

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

Shades of Lochmara #216D96

Tints of Lochmara #216D96

Color information

#216D96 (or 0x216D96) is unknown color: approx Lochmara. HEX triplet: 21, 6D and 96. RGB value is (33,109,150). Sum of RGB (Red+Green+Blue) = 33+109+150=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #216D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216D96 is #DE9269. Grayscale: #5A5A5A. Windows color (decimal): -14586474 or 9858337. OLE color: 9858337.

HSL color Cylindrical-coordinate representation of color #216D96: hue angle of 201.03º 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 #216D96 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB33109150-
CMYK0.780.2700.41
HSL201.03º63.93%35.88%-
HSV(B)201.03º78%58.82%-
XYZ11.613.4630.84-
YUV90.95161.3286.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.30%
GREEN value IS 109 (42.97% from 255) = 37.33%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=11.30%
G=37.33%
B=51.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal331091500.780.2700.41201.0363.9335.88
Hex216D964E1B029c94024
Octal411552261163305131110044
Binary1000011101101100101101001110110110101001110010011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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