#216E9E

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

Shades of Lochmara #216E9E

Tints of Lochmara #216E9E

Color information

#216E9E (or 0x216E9E) is unknown color: approx Lochmara. HEX triplet: 21, 6E and 9E. RGB value is (33,110,158). Sum of RGB (Red+Green+Blue) = 33+110+158=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #216E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216E9E is #DE9161. Grayscale: #5C5C5C. Windows color (decimal): -14586210 or 10382881. OLE color: 10382881.

HSL color Cylindrical-coordinate representation of color #216E9E: hue angle of 203.04º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #216E9E is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB33110158-
CMYK0.790.3000.38
HSL203.04º65.45%37.45%-
HSV(B)203.04º79.11%61.96%-
XYZ12.3713.9434.39-
YUV92.45164.9985.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=10.96%
G=36.54%
B=52.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal331101580.790.3000.38203.0465.4537.45
Hex216E9E4F1E026cb4125
Octal411562361173604631310145
Binary1000011101110100111101001111111100100110110010111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,110,158); }

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

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

 a { background-color: rgb(33,110,158); }

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

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

 span { border-color: rgb(33,110,158); }

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