Shades of Blue Stone #216561
Tints of Blue Stone #216561
RGB
CMYK
RGB Variations
Color information
#216561 (or 0x216561) is known color: Blue Stone. HEX triplet: 21, 65 and 61. RGB value is (33,101,97). Sum of RGB (Red+Green+Blue) = 33+101+97=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #216561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216561 is #DE9A9E. Grayscale: #505050. Windows color (decimal): -14588575 or 6382881. OLE color: 6382881.
HSL color Cylindrical-coordinate representation of color #216561: hue angle of 176.47º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #216561 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 97 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.60 |
| HSL | 176.47º | 0.51% | 0.26% | - |
| HSV(B) | 176.47º | 0.67% | 0.4% | - |
| XYZ | 7.44 | 10.49 | 12.94 | - |
| YUV | 80.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 97 | 0.67 | 0 | 0.04 | 0.60 | 176.47 | 0.51 | 0.26 |
| Hex | 21 | 65 | 61 | 43 | 0 | 4 | 3C | B0 | 33 | 1A |
| Octal | 41 | 145 | 141 | 103 | 0 | 4 | 74 | 260 | 63 | 32 |
| Binary | 100001 | 1100101 | 1100001 | 1000011 | 0 | 100 | 111100 | 10110000 | 110011 | 11010 |
Color Harmonies of #216561
Complementary color
Monochromatic Colors of #216561
Black with #216561
Text Example
Text Example
White with #216561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216561; }
p { color: rgb(33,101,97); }
H1.HeaderClassName
{
color: #216561;
}
.AnyTagClassName
{
color: #216561;
}
</style>
background-color css
<style>
a { background-color: #216561; }
a { background-color: rgb(33,101,97); }
div.DivClassName
{
background-color: #216561;
}
.BgClassName
{
background-color: #216561;
}
</style>
border-color css
<style>
span { border-color: #216561; }
span { border-color: rgb(33,101,97); }
td.TdClassName
{
border-color: #216561;
}
.TagClassName
{
border-color: #216561;
}
</style>