Shades of Blue Stone #21595B
Tints of Blue Stone #21595B
RGB
CMYK
RGB Variations
Color information
#21595B (or 0x21595B) is known color: Blue Stone. HEX triplet: 21, 59 and 5B. RGB value is (33,89,91). Sum of RGB (Red+Green+Blue) = 33+89+91=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #21595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21595B is #DEA6A4. Grayscale: #484848. Windows color (decimal): -14591653 or 5986593. OLE color: 5986593.
HSL color Cylindrical-coordinate representation of color #21595B: hue angle of 182.07º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21595B is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 89 | 91 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.64 |
| HSL | 182.07º | 0.47% | 0.24% | - |
| HSV(B) | 182.07º | 0.64% | 0.36% | - |
| XYZ | 6.09 | 8.22 | 11.16 | - |
| YUV | 72.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 91 | 0.64 | 0.02 | 0 | 0.64 | 182.07 | 0.47 | 0.24 |
| Hex | 21 | 59 | 5B | 40 | 2 | 0 | 40 | B6 | 2F | 18 |
| Octal | 41 | 131 | 133 | 100 | 2 | 0 | 100 | 266 | 57 | 30 |
| Binary | 100001 | 1011001 | 1011011 | 1000000 | 10 | 0 | 1000000 | 10110110 | 101111 | 11000 |
Color Harmonies of #21595B
Complementary color
Monochromatic Colors of #21595B
Black with #21595B
Text Example
Text Example
White with #21595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21595B; }
p { color: rgb(33,89,91); }
H1.HeaderClassName
{
color: #21595B;
}
.AnyTagClassName
{
color: #21595B;
}
</style>
background-color css
<style>
a { background-color: #21595B; }
a { background-color: rgb(33,89,91); }
div.DivClassName
{
background-color: #21595B;
}
.BgClassName
{
background-color: #21595B;
}
</style>
border-color css
<style>
span { border-color: #21595B; }
span { border-color: rgb(33,89,91); }
td.TdClassName
{
border-color: #21595B;
}
.TagClassName
{
border-color: #21595B;
}
</style>