Shades of Blue Stone #217064
Tints of Blue Stone #217064
RGB
CMYK
RGB Variations
Color information
#217064 (or 0x217064) is known color: Blue Stone. HEX triplet: 21, 70 and 64. RGB value is (33,112,100). Sum of RGB (Red+Green+Blue) = 33+112+100=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #217064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217064 is #DE8F9B. Grayscale: #565656. Windows color (decimal): -14585756 or 6582305. OLE color: 6582305.
HSL color Cylindrical-coordinate representation of color #217064: hue angle of 170.89º 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 #217064 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 100 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.56 |
| HSL | 170.89º | 0.54% | 0.28% | - |
| HSV(B) | 170.89º | 0.71% | 0.44% | - |
| XYZ | 8.72 | 12.83 | 14.07 | - |
| YUV | 87.01 | 135.33 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 100 | 0.71 | 0 | 0.11 | 0.56 | 170.89 | 0.54 | 0.28 |
| Hex | 21 | 70 | 64 | 47 | 0 | B | 38 | AB | 36 | 1C |
| Octal | 41 | 160 | 144 | 107 | 0 | 13 | 70 | 253 | 66 | 34 |
| Binary | 100001 | 1110000 | 1100100 | 1000111 | 0 | 1011 | 111000 | 10101011 | 110110 | 11100 |
Color Harmonies of #217064
Complementary color
Monochromatic Colors of #217064
Black with #217064
Text Example
Text Example
White with #217064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217064; }
p { color: rgb(33,112,100); }
H1.HeaderClassName
{
color: #217064;
}
.AnyTagClassName
{
color: #217064;
}
</style>
background-color css
<style>
a { background-color: #217064; }
a { background-color: rgb(33,112,100); }
div.DivClassName
{
background-color: #217064;
}
.BgClassName
{
background-color: #217064;
}
</style>
border-color css
<style>
span { border-color: #217064; }
span { border-color: rgb(33,112,100); }
td.TdClassName
{
border-color: #217064;
}
.TagClassName
{
border-color: #217064;
}
</style>