#216E9B

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

Shades of Lochmara #216E9B

Tints of Lochmara #216E9B

Color information

#216E9B (or 0x216E9B) is unknown color: approx Lochmara. HEX triplet: 21, 6E and 9B. RGB value is (33,110,155). Sum of RGB (Red+Green+Blue) = 33+110+155=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #216E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216E9B is #DE9164. Grayscale: #5B5B5B. Windows color (decimal): -14586213 or 10186273. OLE color: 10186273.

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

Color convert

RGB33110155-
CMYK0.790.2900.39
HSL202.13º64.89%36.86%-
HSV(B)202.13º78.71%60.78%-
XYZ12.1213.8433.04-
YUV92.11163.4985.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.07%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=11.07%
G=36.91%
B=52.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331101550.790.2900.39202.1364.8936.86
Hex216E9B4F1D027ca4125
Octal411562331173504731210145
Binary1000011101110100110111001111111010100111110010101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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