Shades of Blue Stone #21575C
Tints of Blue Stone #21575C
RGB
CMYK
RGB Variations
Color information
#21575C (or 0x21575C) is known color: Blue Stone. HEX triplet: 21, 57 and 5C. RGB value is (33,87,92). Sum of RGB (Red+Green+Blue) = 33+87+92=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #21575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21575C is #DEA8A3. Grayscale: #474747. Windows color (decimal): -14592164 or 6051617. OLE color: 6051617.
HSL color Cylindrical-coordinate representation of color #21575C: hue angle of 185.08º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21575C is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 87 | 92 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.64 |
| HSL | 185.08º | 0.47% | 0.25% | - |
| HSV(B) | 185.08º | 0.64% | 0.36% | - |
| XYZ | 5.97 | 7.91 | 11.34 | - |
| YUV | 71.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 92 | 0.64 | 0.05 | 0 | 0.64 | 185.08 | 0.47 | 0.25 |
| Hex | 21 | 57 | 5C | 40 | 5 | 0 | 40 | B9 | 2F | 19 |
| Octal | 41 | 127 | 134 | 100 | 5 | 0 | 100 | 271 | 57 | 31 |
| Binary | 100001 | 1010111 | 1011100 | 1000000 | 101 | 0 | 1000000 | 10111001 | 101111 | 11001 |
Color Harmonies of #21575C
Complementary color
Monochromatic Colors of #21575C
Black with #21575C
Text Example
Text Example
White with #21575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21575C; }
p { color: rgb(33,87,92); }
H1.HeaderClassName
{
color: #21575C;
}
.AnyTagClassName
{
color: #21575C;
}
</style>
background-color css
<style>
a { background-color: #21575C; }
a { background-color: rgb(33,87,92); }
div.DivClassName
{
background-color: #21575C;
}
.BgClassName
{
background-color: #21575C;
}
</style>
border-color css
<style>
span { border-color: #21575C; }
span { border-color: rgb(33,87,92); }
td.TdClassName
{
border-color: #21575C;
}
.TagClassName
{
border-color: #21575C;
}
</style>