#216CA0

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

Shades of Lochmara #216CA0

Tints of Lochmara #216CA0

Color information

#216CA0 (or 0x216CA0) is unknown color: approx Lochmara. HEX triplet: 21, 6C and A0. RGB value is (33,108,160). Sum of RGB (Red+Green+Blue) = 33+108+160=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 160 (62.89% from 255 or 53.16% from 301); Max value from RGB is 160 - color contains mainly: blue. Hex color #216CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216CA0 is #DE935F. Grayscale: #5B5B5B. Windows color (decimal): -14586720 or 10513441. OLE color: 10513441.

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

Color convert

RGB33108160-
CMYK0.790.3200.37
HSL204.57º65.8%37.84%-
HSV(B)204.57º79.37%62.75%-
XYZ12.3313.5935.23-
YUV91.5166.6586.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 160 (62.89% from 255) = 53.16%
R=10.96%
G=35.88%
B=53.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal331081600.790.3200.37204.5765.837.84
Hex216CA04F20025cd4226
Octal411542401174004531510246
Binary10000111011001010000010011111000000100101110011011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,108,160); }

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

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

 a { background-color: rgb(33,108,160); }

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

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

 span { border-color: rgb(33,108,160); }

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