#216CAC

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

Shades of Lochmara #216CAC

Tints of Lochmara #216CAC

Color information

#216CAC (or 0x216CAC) is unknown color: approx Lochmara. HEX triplet: 21, 6C and AC. RGB value is (33,108,172). Sum of RGB (Red+Green+Blue) = 33+108+172=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #216CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216CAC is #DE9353. Grayscale: #5C5C5C. Windows color (decimal): -14586708 or 11299873. OLE color: 11299873.

HSL color Cylindrical-coordinate representation of color #216CAC: hue angle of 207.63º degrees, saturation: 0.68, 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 #216CAC is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33108172-
CMYK0.810.3700.33
HSL207.63º67.8%40.2%-
HSV(B)207.63º80.81%67.45%-
XYZ13.4414.0341.03-
YUV92.87172.6585.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.54%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 172 (67.58% from 255) = 54.95%
R=10.54%
G=34.50%
B=54.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331081720.810.3700.33207.6367.840.2
Hex216CAC5125021d04428
Octal411542541214504132010450
Binary10000111011001010110010100011001010100001110100001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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