Shades of Blue Stone #21625E
Tints of Blue Stone #21625E
RGB
CMYK
RGB Variations
Color information
#21625E (or 0x21625E) is known color: Blue Stone. HEX triplet: 21, 62 and 5E. RGB value is (33,98,94). Sum of RGB (Red+Green+Blue) = 33+98+94=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #21625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21625E is #DE9DA1. Grayscale: #4E4E4E. Windows color (decimal): -14589346 or 6185505. OLE color: 6185505.
HSL color Cylindrical-coordinate representation of color #21625E: hue angle of 176.31º 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 #21625E is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 98 | 94 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.62 |
| HSL | 176.31º | 0.5% | 0.26% | - |
| HSV(B) | 176.31º | 0.66% | 0.38% | - |
| XYZ | 7.02 | 9.87 | 12.12 | - |
| YUV | 78.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 94 | 0.66 | 0 | 0.04 | 0.62 | 176.31 | 0.5 | 0.26 |
| Hex | 21 | 62 | 5E | 42 | 0 | 4 | 3E | B0 | 32 | 1A |
| Octal | 41 | 142 | 136 | 102 | 0 | 4 | 76 | 260 | 62 | 32 |
| Binary | 100001 | 1100010 | 1011110 | 1000010 | 0 | 100 | 111110 | 10110000 | 110010 | 11010 |
Color Harmonies of #21625E
Complementary color
Monochromatic Colors of #21625E
Black with #21625E
Text Example
Text Example
White with #21625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21625E; }
p { color: rgb(33,98,94); }
H1.HeaderClassName
{
color: #21625E;
}
.AnyTagClassName
{
color: #21625E;
}
</style>
background-color css
<style>
a { background-color: #21625E; }
a { background-color: rgb(33,98,94); }
div.DivClassName
{
background-color: #21625E;
}
.BgClassName
{
background-color: #21625E;
}
</style>
border-color css
<style>
span { border-color: #21625E; }
span { border-color: rgb(33,98,94); }
td.TdClassName
{
border-color: #21625E;
}
.TagClassName
{
border-color: #21625E;
}
</style>