Shades of Blue Stone #21676D
Tints of Blue Stone #21676D
RGB
CMYK
RGB Variations
Color information
#21676D (or 0x21676D) is known color: Blue Stone. HEX triplet: 21, 67 and 6D. RGB value is (33,103,109). Sum of RGB (Red+Green+Blue) = 33+103+109=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #21676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21676D is #DE9892. Grayscale: #525252. Windows color (decimal): -14588051 or 7169825. OLE color: 7169825.
HSL color Cylindrical-coordinate representation of color #21676D: hue angle of 184.74º 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 #21676D is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 103 | 109 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.57 |
| HSL | 184.74º | 0.54% | 0.28% | - |
| HSV(B) | 184.74º | 0.7% | 0.43% | - |
| XYZ | 8.24 | 11.13 | 16.18 | - |
| YUV | 82.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 103 | 109 | 0.70 | 0.06 | 0 | 0.57 | 184.74 | 0.54 | 0.28 |
| Hex | 21 | 67 | 6D | 46 | 6 | 0 | 39 | B9 | 36 | 1C |
| Octal | 41 | 147 | 155 | 106 | 6 | 0 | 71 | 271 | 66 | 34 |
| Binary | 100001 | 1100111 | 1101101 | 1000110 | 110 | 0 | 111001 | 10111001 | 110110 | 11100 |
Color Harmonies of #21676D
Complementary color
Monochromatic Colors of #21676D
Black with #21676D
Text Example
Text Example
White with #21676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21676D; }
p { color: rgb(33,103,109); }
H1.HeaderClassName
{
color: #21676D;
}
.AnyTagClassName
{
color: #21676D;
}
</style>
background-color css
<style>
a { background-color: #21676D; }
a { background-color: rgb(33,103,109); }
div.DivClassName
{
background-color: #21676D;
}
.BgClassName
{
background-color: #21676D;
}
</style>
border-color css
<style>
span { border-color: #21676D; }
span { border-color: rgb(33,103,109); }
td.TdClassName
{
border-color: #21676D;
}
.TagClassName
{
border-color: #21676D;
}
</style>