#216EAA

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

Shades of Lochmara #216EAA

Tints of Lochmara #216EAA

Color information

#216EAA (or 0x216EAA) is unknown color: approx Lochmara. HEX triplet: 21, 6E and AA. RGB value is (33,110,170). Sum of RGB (Red+Green+Blue) = 33+110+170=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #216EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216EAA is #DE9155. Grayscale: #5D5D5D. Windows color (decimal): -14586198 or 11169313. OLE color: 11169313.

HSL color Cylindrical-coordinate representation of color #216EAA: hue angle of 206.28º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #216EAA is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33110170-
CMYK0.810.3500.33
HSL206.28º67.49%39.8%-
HSV(B)206.28º80.59%66.67%-
XYZ13.4614.3840.1-
YUV93.82170.9984.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.54%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=10.54%
G=35.14%
B=54.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331101700.810.3500.33206.2867.4939.8
Hex216EAA5123021ce4328
Octal411562521214304131610350
Binary10000111011101010101010100011000110100001110011101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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