Shades of Blue Stone #21696D
Tints of Blue Stone #21696D
RGB
CMYK
RGB Variations
Color information
#21696D (or 0x21696D) is known color: Blue Stone. HEX triplet: 21, 69 and 6D. RGB value is (33,105,109). Sum of RGB (Red+Green+Blue) = 33+105+109=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #21696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21696D is #DE9692. Grayscale: #535353. Windows color (decimal): -14587539 or 7170337. OLE color: 7170337.
HSL color Cylindrical-coordinate representation of color #21696D: hue angle of 183.16º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21696D is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 105 | 109 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.57 |
| HSL | 183.16º | 0.54% | 0.28% | - |
| HSV(B) | 183.16º | 0.7% | 0.43% | - |
| XYZ | 8.44 | 11.53 | 16.25 | - |
| YUV | 83.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 109 | 0.70 | 0.04 | 0 | 0.57 | 183.16 | 0.54 | 0.28 |
| Hex | 21 | 69 | 6D | 46 | 4 | 0 | 39 | B7 | 36 | 1C |
| Octal | 41 | 151 | 155 | 106 | 4 | 0 | 71 | 267 | 66 | 34 |
| Binary | 100001 | 1101001 | 1101101 | 1000110 | 100 | 0 | 111001 | 10110111 | 110110 | 11100 |
Color Harmonies of #21696D
Complementary color
Monochromatic Colors of #21696D
Black with #21696D
Text Example
Text Example
White with #21696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21696D; }
p { color: rgb(33,105,109); }
H1.HeaderClassName
{
color: #21696D;
}
.AnyTagClassName
{
color: #21696D;
}
</style>
background-color css
<style>
a { background-color: #21696D; }
a { background-color: rgb(33,105,109); }
div.DivClassName
{
background-color: #21696D;
}
.BgClassName
{
background-color: #21696D;
}
</style>
border-color css
<style>
span { border-color: #21696D; }
span { border-color: rgb(33,105,109); }
td.TdClassName
{
border-color: #21696D;
}
.TagClassName
{
border-color: #21696D;
}
</style>