Shades of Blue Stone #21615E
Tints of Blue Stone #21615E
RGB
CMYK
RGB Variations
Color information
#21615E (or 0x21615E) is known color: Blue Stone. HEX triplet: 21, 61 and 5E. RGB value is (33,97,94). Sum of RGB (Red+Green+Blue) = 33+97+94=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #21615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21615E is #DE9EA1. Grayscale: #4D4D4D. Windows color (decimal): -14589602 or 6185249. OLE color: 6185249.
HSL color Cylindrical-coordinate representation of color #21615E: hue angle of 177.19º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21615E is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 97 | 94 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.62 |
| HSL | 177.19º | 0.49% | 0.25% | - |
| HSV(B) | 177.19º | 0.66% | 0.38% | - |
| XYZ | 6.92 | 9.68 | 12.09 | - |
| YUV | 77.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 97 | 94 | 0.66 | 0 | 0.03 | 0.62 | 177.19 | 0.49 | 0.25 |
| Hex | 21 | 61 | 5E | 42 | 0 | 3 | 3E | B1 | 31 | 19 |
| Octal | 41 | 141 | 136 | 102 | 0 | 3 | 76 | 261 | 61 | 31 |
| Binary | 100001 | 1100001 | 1011110 | 1000010 | 0 | 11 | 111110 | 10110001 | 110001 | 11001 |
Color Harmonies of #21615E
Complementary color
Monochromatic Colors of #21615E
Black with #21615E
Text Example
Text Example
White with #21615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21615E; }
p { color: rgb(33,97,94); }
H1.HeaderClassName
{
color: #21615E;
}
.AnyTagClassName
{
color: #21615E;
}
</style>
background-color css
<style>
a { background-color: #21615E; }
a { background-color: rgb(33,97,94); }
div.DivClassName
{
background-color: #21615E;
}
.BgClassName
{
background-color: #21615E;
}
</style>
border-color css
<style>
span { border-color: #21615E; }
span { border-color: rgb(33,97,94); }
td.TdClassName
{
border-color: #21615E;
}
.TagClassName
{
border-color: #21615E;
}
</style>