#216864

Color #216864 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #216864

Tints of Blue Stone #216864

Color information

#216864 (or 0x216864) is unknown color: approx Blue Stone. HEX triplet: 21, 68 and 64. RGB value is (33,104,100). Sum of RGB (Red+Green+Blue) = 33+104+100=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #216864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216864 is #DE979B. Grayscale: #525252. Windows color (decimal): -14587804 or 6580257. OLE color: 6580257.

HSL color Cylindrical-coordinate representation of color #216864: hue angle of 176.62º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216864 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB33104100-
CMYK0.6800.040.59
HSL176.62º51.82%26.86%-
HSV(B)176.62º68.27%40.78%-
XYZ7.8811.1413.79-
YUV82.32137.9892.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=13.92%
G=43.88%
B=42.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal331041000.6800.040.59176.6251.8226.86
Hex21686444043Bb1341b
Octal4115014410404732616433
Binary10000111010001100100100010001001110111011000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216864; }

 p { color: rgb(33,104,100); }

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

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

 a { background-color: rgb(33,104,100); }

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

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

 span { border-color: rgb(33,104,100); }

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