#217066

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

Shades of Blue Stone #217066

Tints of Blue Stone #217066

Color information

#217066 (or 0x217066) is unknown color: approx Blue Stone. HEX triplet: 21, 70 and 66. RGB value is (33,112,102). Sum of RGB (Red+Green+Blue) = 33+112+102=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #217066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217066 is #DE8F99. Grayscale: #575757. Windows color (decimal): -14585754 or 6713377. OLE color: 6713377.

HSL color Cylindrical-coordinate representation of color #217066: hue angle of 172.41º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217066 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB33112102-
CMYK0.7100.090.56
HSL172.41º54.48%28.43%-
HSV(B)172.41º70.54%43.92%-
XYZ8.8212.8714.59-
YUV87.24136.3389.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=13.36%
G=45.34%
B=41.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331121020.7100.090.56172.4154.4828.43
Hex217066470938ac361c
Octal41160146107011702546634
Binary100001111000011001101000111010011110001010110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217066; }

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

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

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

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

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

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

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

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