Shades of Blue Stone #21655F
Tints of Blue Stone #21655F
RGB
CMYK
RGB Variations
Color information
#21655F (or 0x21655F) is known color: Blue Stone. HEX triplet: 21, 65 and 5F. RGB value is (33,101,95). Sum of RGB (Red+Green+Blue) = 33+101+95=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 101 - color contains mainly: green. Hex color #21655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21655F is #DE9AA0. Grayscale: #4F4F4F. Windows color (decimal): -14588577 or 6251809. OLE color: 6251809.
HSL color Cylindrical-coordinate representation of color #21655F: hue angle of 174.71º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #21655F is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 101 | 95 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.60 |
| HSL | 174.71º | 0.51% | 0.26% | - |
| HSV(B) | 174.71º | 0.67% | 0.4% | - |
| XYZ | 7.35 | 10.46 | 12.46 | - |
| YUV | 79.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 95 | 0.67 | 0 | 0.06 | 0.60 | 174.71 | 0.51 | 0.26 |
| Hex | 21 | 65 | 5F | 43 | 0 | 6 | 3C | AF | 33 | 1A |
| Octal | 41 | 145 | 137 | 103 | 0 | 6 | 74 | 257 | 63 | 32 |
| Binary | 100001 | 1100101 | 1011111 | 1000011 | 0 | 110 | 111100 | 10101111 | 110011 | 11010 |
Color Harmonies of #21655F
Complementary color
Monochromatic Colors of #21655F
Black with #21655F
Text Example
Text Example
White with #21655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21655F; }
p { color: rgb(33,101,95); }
H1.HeaderClassName
{
color: #21655F;
}
.AnyTagClassName
{
color: #21655F;
}
</style>
background-color css
<style>
a { background-color: #21655F; }
a { background-color: rgb(33,101,95); }
div.DivClassName
{
background-color: #21655F;
}
.BgClassName
{
background-color: #21655F;
}
</style>
border-color css
<style>
span { border-color: #21655F; }
span { border-color: rgb(33,101,95); }
td.TdClassName
{
border-color: #21655F;
}
.TagClassName
{
border-color: #21655F;
}
</style>