#216663

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

Shades of Blue Stone #216663

Tints of Blue Stone #216663

Color information

#216663 (or 0x216663) is unknown color: approx Blue Stone. HEX triplet: 21, 66 and 63. RGB value is (33,102,99). Sum of RGB (Red+Green+Blue) = 33+102+99=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #216663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216663 is #DE999C. Grayscale: #505050. Windows color (decimal): -14588317 or 6514209. OLE color: 6514209.

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

Color convert

RGB3310299-
CMYK0.6800.030.6
HSL177.39º51.11%26.47%-
HSV(B)177.39º67.65%40%-
XYZ7.6310.7313.47-
YUV81.03138.1493.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=14.10%
G=43.59%
B=42.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33102990.6800.030.6177.3951.1126.47
Hex21666344033Cb1331a
Octal4114614310403742616332
Binary1000011100110110001110001000111111001011000111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216663; }

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

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

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

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

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

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

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

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