Shades of Blue Stone #21635D
Tints of Blue Stone #21635D
RGB
CMYK
RGB Variations
Color information
#21635D (or 0x21635D) is known color: Blue Stone. HEX triplet: 21, 63 and 5D. RGB value is (33,99,93). Sum of RGB (Red+Green+Blue) = 33+99+93=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #21635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21635D is #DE9CA2. Grayscale: #4E4E4E. Windows color (decimal): -14589091 or 6120225. OLE color: 6120225.
HSL color Cylindrical-coordinate representation of color #21635D: hue angle of 174.55º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #21635D is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 99 | 93 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.61 |
| HSL | 174.55º | 0.5% | 0.26% | - |
| HSV(B) | 174.55º | 0.67% | 0.39% | - |
| XYZ | 7.06 | 10.04 | 11.92 | - |
| YUV | 78.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 93 | 0.67 | 0 | 0.06 | 0.61 | 174.55 | 0.5 | 0.26 |
| Hex | 21 | 63 | 5D | 43 | 0 | 6 | 3D | AF | 32 | 1A |
| Octal | 41 | 143 | 135 | 103 | 0 | 6 | 75 | 257 | 62 | 32 |
| Binary | 100001 | 1100011 | 1011101 | 1000011 | 0 | 110 | 111101 | 10101111 | 110010 | 11010 |
Color Harmonies of #21635D
Complementary color
Monochromatic Colors of #21635D
Black with #21635D
Text Example
Text Example
White with #21635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21635D; }
p { color: rgb(33,99,93); }
H1.HeaderClassName
{
color: #21635D;
}
.AnyTagClassName
{
color: #21635D;
}
</style>
background-color css
<style>
a { background-color: #21635D; }
a { background-color: rgb(33,99,93); }
div.DivClassName
{
background-color: #21635D;
}
.BgClassName
{
background-color: #21635D;
}
</style>
border-color css
<style>
span { border-color: #21635D; }
span { border-color: rgb(33,99,93); }
td.TdClassName
{
border-color: #21635D;
}
.TagClassName
{
border-color: #21635D;
}
</style>