#216566

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

Shades of Blue Stone #216566

Tints of Blue Stone #216566

Color information

#216566 (or 0x216566) is unknown color: approx Blue Stone. HEX triplet: 21, 65 and 66. RGB value is (33,101,102). Sum of RGB (Red+Green+Blue) = 33+101+102=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #216566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216566 is #DE9A99. Grayscale: #505050. Windows color (decimal): -14588570 or 6710561. OLE color: 6710561.

HSL color Cylindrical-coordinate representation of color #216566: hue angle of 180.87º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216566 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB33101102-
CMYK0.680.0100.6
HSL180.87º51.11%26.47%-
HSV(B)180.87º67.65%40%-
XYZ7.6810.5914.21-
YUV80.78139.9793.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 102 (40.23% from 255) = 43.22%
R=13.98%
G=42.80%
B=43.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal331011020.680.0100.6180.8751.1126.47
Hex21656644103Cb5331a
Octal4114514610410742656332
Binary100001110010111001101000100101111001011010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216566; }

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

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

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

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

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

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

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

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