Shades of Blue Stone #20635D
Tints of Blue Stone #20635D
RGB
CMYK
RGB Variations
Color information
#20635D (or 0x20635D) is known color: Blue Stone. HEX triplet: 20, 63 and 5D. RGB value is (32,99,93). Sum of RGB (Red+Green+Blue) = 32+99+93=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #20635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20635D is #DF9CA2. Grayscale: #4E4E4E. Windows color (decimal): -14654627 or 6120224. OLE color: 6120224.
HSL color Cylindrical-coordinate representation of color #20635D: hue angle of 174.63º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20635D is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 99 | 93 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.61 |
| HSL | 174.63º | 0.51% | 0.26% | - |
| HSV(B) | 174.63º | 0.68% | 0.39% | - |
| XYZ | 7.03 | 10.02 | 11.92 | - |
| YUV | 78.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 93 | 0.68 | 0 | 0.06 | 0.61 | 174.63 | 0.51 | 0.26 |
| Hex | 20 | 63 | 5D | 44 | 0 | 6 | 3D | AF | 33 | 1A |
| Octal | 40 | 143 | 135 | 104 | 0 | 6 | 75 | 257 | 63 | 32 |
| Binary | 100000 | 1100011 | 1011101 | 1000100 | 0 | 110 | 111101 | 10101111 | 110011 | 11010 |
Color Harmonies of #20635D
Complementary color
Monochromatic Colors of #20635D
Black with #20635D
Text Example
Text Example
White with #20635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20635D; }
p { color: rgb(32,99,93); }
H1.HeaderClassName
{
color: #20635D;
}
.AnyTagClassName
{
color: #20635D;
}
</style>
background-color css
<style>
a { background-color: #20635D; }
a { background-color: rgb(32,99,93); }
div.DivClassName
{
background-color: #20635D;
}
.BgClassName
{
background-color: #20635D;
}
</style>
border-color css
<style>
span { border-color: #20635D; }
span { border-color: rgb(32,99,93); }
td.TdClassName
{
border-color: #20635D;
}
.TagClassName
{
border-color: #20635D;
}
</style>