#216D93

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

Shades of Lochmara #216D93

Tints of Lochmara #216D93

Color information

#216D93 (or 0x216D93) is unknown color: approx Lochmara. HEX triplet: 21, 6D and 93. RGB value is (33,109,147). Sum of RGB (Red+Green+Blue) = 33+109+147=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #216D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216D93 is #DE926C. Grayscale: #5A5A5A. Windows color (decimal): -14586477 or 9661729. OLE color: 9661729.

HSL color Cylindrical-coordinate representation of color #216D93: hue angle of 200º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216D93 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB33109147-
CMYK0.780.2600.42
HSL200º63.33%35.29%-
HSV(B)200º77.55%57.65%-
XYZ11.3613.3729.59-
YUV90.61159.8286.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 147 (57.81% from 255) = 50.87%
R=11.42%
G=37.72%
B=50.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331091470.780.2600.4220063.3335.29
Hex216D934E1A02Ac83f23
Octal41155223116320523107743
Binary100001110110110010011100111011010010101011001000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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