Shades of Blue Stone #21605C
Tints of Blue Stone #21605C
RGB
CMYK
RGB Variations
Color information
#21605C (or 0x21605C) is known color: Blue Stone. HEX triplet: 21, 60 and 5C. RGB value is (33,96,92). Sum of RGB (Red+Green+Blue) = 33+96+92=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #21605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21605C is #DE9FA3. Grayscale: #4C4C4C. Windows color (decimal): -14589860 or 6053921. OLE color: 6053921.
HSL color Cylindrical-coordinate representation of color #21605C: hue angle of 176.19º 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 #21605C is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 96 | 92 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.62 |
| HSL | 176.19º | 0.49% | 0.25% | - |
| HSV(B) | 176.19º | 0.66% | 0.38% | - |
| XYZ | 6.74 | 9.46 | 11.6 | - |
| YUV | 76.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 92 | 0.66 | 0 | 0.04 | 0.62 | 176.19 | 0.49 | 0.25 |
| Hex | 21 | 60 | 5C | 42 | 0 | 4 | 3E | B0 | 31 | 19 |
| Octal | 41 | 140 | 134 | 102 | 0 | 4 | 76 | 260 | 61 | 31 |
| Binary | 100001 | 1100000 | 1011100 | 1000010 | 0 | 100 | 111110 | 10110000 | 110001 | 11001 |
Color Harmonies of #21605C
Complementary color
Monochromatic Colors of #21605C
Black with #21605C
Text Example
Text Example
White with #21605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21605C; }
p { color: rgb(33,96,92); }
H1.HeaderClassName
{
color: #21605C;
}
.AnyTagClassName
{
color: #21605C;
}
</style>
background-color css
<style>
a { background-color: #21605C; }
a { background-color: rgb(33,96,92); }
div.DivClassName
{
background-color: #21605C;
}
.BgClassName
{
background-color: #21605C;
}
</style>
border-color css
<style>
span { border-color: #21605C; }
span { border-color: rgb(33,96,92); }
td.TdClassName
{
border-color: #21605C;
}
.TagClassName
{
border-color: #21605C;
}
</style>