Shades of Blue Stone #21595A
Tints of Blue Stone #21595A
RGB
CMYK
RGB Variations
Color information
#21595A (or 0x21595A) is known color: Blue Stone. HEX triplet: 21, 59 and 5A. RGB value is (33,89,90). Sum of RGB (Red+Green+Blue) = 33+89+90=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #21595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21595A is #DEA6A5. Grayscale: #484848. Windows color (decimal): -14591654 or 5921057. OLE color: 5921057.
HSL color Cylindrical-coordinate representation of color #21595A: hue angle of 181.05º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21595A is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 89 | 90 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.65 |
| HSL | 181.05º | 0.46% | 0.24% | - |
| HSV(B) | 181.05º | 0.63% | 0.35% | - |
| XYZ | 6.05 | 8.21 | 10.94 | - |
| YUV | 72.37 | 137.95 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 90 | 0.63 | 0.01 | 0 | 0.65 | 181.05 | 0.46 | 0.24 |
| Hex | 21 | 59 | 5A | 3F | 1 | 0 | 41 | B5 | 2E | 18 |
| Octal | 41 | 131 | 132 | 77 | 1 | 0 | 101 | 265 | 56 | 30 |
| Binary | 100001 | 1011001 | 1011010 | 111111 | 1 | 0 | 1000001 | 10110101 | 101110 | 11000 |
Color Harmonies of #21595A
Complementary color
Monochromatic Colors of #21595A
Black with #21595A
Text Example
Text Example
White with #21595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21595A; }
p { color: rgb(33,89,90); }
H1.HeaderClassName
{
color: #21595A;
}
.AnyTagClassName
{
color: #21595A;
}
</style>
background-color css
<style>
a { background-color: #21595A; }
a { background-color: rgb(33,89,90); }
div.DivClassName
{
background-color: #21595A;
}
.BgClassName
{
background-color: #21595A;
}
</style>
border-color css
<style>
span { border-color: #21595A; }
span { border-color: rgb(33,89,90); }
td.TdClassName
{
border-color: #21595A;
}
.TagClassName
{
border-color: #21595A;
}
</style>