Shades of Blue Stone #216F65
Tints of Blue Stone #216F65
RGB
CMYK
RGB Variations
Color information
#216F65 (or 0x216F65) is known color: Blue Stone. HEX triplet: 21, 6F and 65. RGB value is (33,111,101). Sum of RGB (Red+Green+Blue) = 33+111+101=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #216F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F65 is #DE909A. Grayscale: #565656. Windows color (decimal): -14586011 or 6647585. OLE color: 6647585.
HSL color Cylindrical-coordinate representation of color #216F65: hue angle of 172.31º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216F65 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 111 | 101 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.56 |
| HSL | 172.31º | 0.54% | 0.28% | - |
| HSV(B) | 172.31º | 0.7% | 0.44% | - |
| XYZ | 8.66 | 12.63 | 14.29 | - |
| YUV | 86.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 101 | 0.70 | 0 | 0.09 | 0.56 | 172.31 | 0.54 | 0.28 |
| Hex | 21 | 6F | 65 | 46 | 0 | 9 | 38 | AC | 36 | 1C |
| Octal | 41 | 157 | 145 | 106 | 0 | 11 | 70 | 254 | 66 | 34 |
| Binary | 100001 | 1101111 | 1100101 | 1000110 | 0 | 1001 | 111000 | 10101100 | 110110 | 11100 |
Color Harmonies of #216F65
Complementary color
Monochromatic Colors of #216F65
Black with #216F65
Text Example
Text Example
White with #216F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216F65; }
p { color: rgb(33,111,101); }
H1.HeaderClassName
{
color: #216F65;
}
.AnyTagClassName
{
color: #216F65;
}
</style>
background-color css
<style>
a { background-color: #216F65; }
a { background-color: rgb(33,111,101); }
div.DivClassName
{
background-color: #216F65;
}
.BgClassName
{
background-color: #216F65;
}
</style>
border-color css
<style>
span { border-color: #216F65; }
span { border-color: rgb(33,111,101); }
td.TdClassName
{
border-color: #216F65;
}
.TagClassName
{
border-color: #216F65;
}
</style>