Shades of Blue Stone #21585D
Tints of Blue Stone #21585D
RGB
CMYK
RGB Variations
Color information
#21585D (or 0x21585D) is known color: Blue Stone. HEX triplet: 21, 58 and 5D. RGB value is (33,88,93). Sum of RGB (Red+Green+Blue) = 33+88+93=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #21585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21585D is #DEA7A2. Grayscale: #484848. Windows color (decimal): -14591907 or 6117409. OLE color: 6117409.
HSL color Cylindrical-coordinate representation of color #21585D: hue angle of 185º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21585D is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 88 | 93 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.64 |
| HSL | 185º | 0.48% | 0.25% | - |
| HSV(B) | 185º | 0.65% | 0.36% | - |
| XYZ | 6.09 | 8.09 | 11.6 | - |
| YUV | 72.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 93 | 0.65 | 0.05 | 0 | 0.64 | 185 | 0.48 | 0.25 |
| Hex | 21 | 58 | 5D | 41 | 5 | 0 | 40 | B9 | 30 | 19 |
| Octal | 41 | 130 | 135 | 101 | 5 | 0 | 100 | 271 | 60 | 31 |
| Binary | 100001 | 1011000 | 1011101 | 1000001 | 101 | 0 | 1000000 | 10111001 | 110000 | 11001 |
Color Harmonies of #21585D
Complementary color
Monochromatic Colors of #21585D
Black with #21585D
Text Example
Text Example
White with #21585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21585D; }
p { color: rgb(33,88,93); }
H1.HeaderClassName
{
color: #21585D;
}
.AnyTagClassName
{
color: #21585D;
}
</style>
background-color css
<style>
a { background-color: #21585D; }
a { background-color: rgb(33,88,93); }
div.DivClassName
{
background-color: #21585D;
}
.BgClassName
{
background-color: #21585D;
}
</style>
border-color css
<style>
span { border-color: #21585D; }
span { border-color: rgb(33,88,93); }
td.TdClassName
{
border-color: #21585D;
}
.TagClassName
{
border-color: #21585D;
}
</style>