Shades of Blue Stone #21575A
Tints of Blue Stone #21575A
RGB
CMYK
RGB Variations
Color information
#21575A (or 0x21575A) is known color: Blue Stone. HEX triplet: 21, 57 and 5A. RGB value is (33,87,90). Sum of RGB (Red+Green+Blue) = 33+87+90=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #21575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21575A is #DEA8A5. Grayscale: #474747. Windows color (decimal): -14592166 or 5920545. OLE color: 5920545.
HSL color Cylindrical-coordinate representation of color #21575A: hue angle of 183.16º 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 #21575A is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 87 | 90 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.65 |
| HSL | 183.16º | 0.46% | 0.24% | - |
| HSV(B) | 183.16º | 0.63% | 0.35% | - |
| XYZ | 5.88 | 7.88 | 10.88 | - |
| YUV | 71.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 87 | 90 | 0.63 | 0.03 | 0 | 0.65 | 183.16 | 0.46 | 0.24 |
| Hex | 21 | 57 | 5A | 3F | 3 | 0 | 41 | B7 | 2E | 18 |
| Octal | 41 | 127 | 132 | 77 | 3 | 0 | 101 | 267 | 56 | 30 |
| Binary | 100001 | 1010111 | 1011010 | 111111 | 11 | 0 | 1000001 | 10110111 | 101110 | 11000 |
Color Harmonies of #21575A
Complementary color
Monochromatic Colors of #21575A
Black with #21575A
Text Example
Text Example
White with #21575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21575A; }
p { color: rgb(33,87,90); }
H1.HeaderClassName
{
color: #21575A;
}
.AnyTagClassName
{
color: #21575A;
}
</style>
background-color css
<style>
a { background-color: #21575A; }
a { background-color: rgb(33,87,90); }
div.DivClassName
{
background-color: #21575A;
}
.BgClassName
{
background-color: #21575A;
}
</style>
border-color css
<style>
span { border-color: #21575A; }
span { border-color: rgb(33,87,90); }
td.TdClassName
{
border-color: #21575A;
}
.TagClassName
{
border-color: #21575A;
}
</style>