Shades of Blue Stone #21625D
Tints of Blue Stone #21625D
RGB
CMYK
RGB Variations
Color information
#21625D (or 0x21625D) is known color: Blue Stone. HEX triplet: 21, 62 and 5D. RGB value is (33,98,93). Sum of RGB (Red+Green+Blue) = 33+98+93=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #21625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21625D is #DE9DA2. Grayscale: #4D4D4D. Windows color (decimal): -14589347 or 6119969. OLE color: 6119969.
HSL color Cylindrical-coordinate representation of color #21625D: hue angle of 175.38º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #21625D is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 98 | 93 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.62 |
| HSL | 175.38º | 0.5% | 0.26% | - |
| HSV(B) | 175.38º | 0.66% | 0.38% | - |
| XYZ | 6.97 | 9.85 | 11.89 | - |
| YUV | 78 | 136.47 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 93 | 0.66 | 0 | 0.05 | 0.62 | 175.38 | 0.5 | 0.26 |
| Hex | 21 | 62 | 5D | 42 | 0 | 5 | 3E | AF | 32 | 1A |
| Octal | 41 | 142 | 135 | 102 | 0 | 5 | 76 | 257 | 62 | 32 |
| Binary | 100001 | 1100010 | 1011101 | 1000010 | 0 | 101 | 111110 | 10101111 | 110010 | 11010 |
Color Harmonies of #21625D
Complementary color
Monochromatic Colors of #21625D
Black with #21625D
Text Example
Text Example
White with #21625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21625D; }
p { color: rgb(33,98,93); }
H1.HeaderClassName
{
color: #21625D;
}
.AnyTagClassName
{
color: #21625D;
}
</style>
background-color css
<style>
a { background-color: #21625D; }
a { background-color: rgb(33,98,93); }
div.DivClassName
{
background-color: #21625D;
}
.BgClassName
{
background-color: #21625D;
}
</style>
border-color css
<style>
span { border-color: #21625D; }
span { border-color: rgb(33,98,93); }
td.TdClassName
{
border-color: #21625D;
}
.TagClassName
{
border-color: #21625D;
}
</style>