Shades of Blue Stone #21615D
Tints of Blue Stone #21615D
RGB
CMYK
RGB Variations
Color information
#21615D (or 0x21615D) is known color: Blue Stone. HEX triplet: 21, 61 and 5D. RGB value is (33,97,93). Sum of RGB (Red+Green+Blue) = 33+97+93=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #21615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21615D is #DE9EA2. Grayscale: #4D4D4D. Windows color (decimal): -14589603 or 6119713. OLE color: 6119713.
HSL color Cylindrical-coordinate representation of color #21615D: hue angle of 176.25º 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 #21615D is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 97 | 93 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.62 |
| HSL | 176.25º | 0.49% | 0.25% | - |
| HSV(B) | 176.25º | 0.66% | 0.38% | - |
| XYZ | 6.88 | 9.66 | 11.86 | - |
| YUV | 77.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 97 | 93 | 0.66 | 0 | 0.04 | 0.62 | 176.25 | 0.49 | 0.25 |
| Hex | 21 | 61 | 5D | 42 | 0 | 4 | 3E | B0 | 31 | 19 |
| Octal | 41 | 141 | 135 | 102 | 0 | 4 | 76 | 260 | 61 | 31 |
| Binary | 100001 | 1100001 | 1011101 | 1000010 | 0 | 100 | 111110 | 10110000 | 110001 | 11001 |
Color Harmonies of #21615D
Complementary color
Monochromatic Colors of #21615D
Black with #21615D
Text Example
Text Example
White with #21615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21615D; }
p { color: rgb(33,97,93); }
H1.HeaderClassName
{
color: #21615D;
}
.AnyTagClassName
{
color: #21615D;
}
</style>
background-color css
<style>
a { background-color: #21615D; }
a { background-color: rgb(33,97,93); }
div.DivClassName
{
background-color: #21615D;
}
.BgClassName
{
background-color: #21615D;
}
</style>
border-color css
<style>
span { border-color: #21615D; }
span { border-color: rgb(33,97,93); }
td.TdClassName
{
border-color: #21615D;
}
.TagClassName
{
border-color: #21615D;
}
</style>