#216866

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

Shades of Blue Stone #216866

Tints of Blue Stone #216866

Color information

#216866 (or 0x216866) is unknown color: approx Blue Stone. HEX triplet: 21, 68 and 66. RGB value is (33,104,102). Sum of RGB (Red+Green+Blue) = 33+104+102=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #216866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216866 is #DE9799. Grayscale: #525252. Windows color (decimal): -14587802 or 6711329. OLE color: 6711329.

HSL color Cylindrical-coordinate representation of color #216866: hue angle of 178.31º 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 #216866 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB33104102-
CMYK0.6800.020.59
HSL178.31º51.82%26.86%-
HSV(B)178.31º68.27%40.78%-
XYZ7.9811.1814.31-
YUV82.54138.9892.66-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=13.81%
G=43.51%
B=42.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal331041020.6800.020.59178.3151.8226.86
Hex21686644023Bb2341b
Octal4115014610402732626433
Binary1000011101000110011010001000101110111011001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216866; }

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

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

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

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

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

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

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

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