Shades of Blue Stone #21665F
Tints of Blue Stone #21665F
RGB
CMYK
RGB Variations
Color information
#21665F (or 0x21665F) is known color: Blue Stone. HEX triplet: 21, 66 and 5F. RGB value is (33,102,95). Sum of RGB (Red+Green+Blue) = 33+102+95=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #21665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21665F is #DE99A0. Grayscale: #505050. Windows color (decimal): -14588321 or 6252065. OLE color: 6252065.
HSL color Cylindrical-coordinate representation of color #21665F: hue angle of 173.91º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21665F is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 102 | 95 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.6 |
| HSL | 173.91º | 0.51% | 0.26% | - |
| HSV(B) | 173.91º | 0.68% | 0.4% | - |
| XYZ | 7.44 | 10.65 | 12.49 | - |
| YUV | 80.57 | 136.14 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 95 | 0.68 | 0 | 0.07 | 0.6 | 173.91 | 0.51 | 0.26 |
| Hex | 21 | 66 | 5F | 44 | 0 | 7 | 3C | AE | 33 | 1A |
| Octal | 41 | 146 | 137 | 104 | 0 | 7 | 74 | 256 | 63 | 32 |
| Binary | 100001 | 1100110 | 1011111 | 1000100 | 0 | 111 | 111100 | 10101110 | 110011 | 11010 |
Color Harmonies of #21665F
Complementary color
Monochromatic Colors of #21665F
Black with #21665F
Text Example
Text Example
White with #21665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21665F; }
p { color: rgb(33,102,95); }
H1.HeaderClassName
{
color: #21665F;
}
.AnyTagClassName
{
color: #21665F;
}
</style>
background-color css
<style>
a { background-color: #21665F; }
a { background-color: rgb(33,102,95); }
div.DivClassName
{
background-color: #21665F;
}
.BgClassName
{
background-color: #21665F;
}
</style>
border-color css
<style>
span { border-color: #21665F; }
span { border-color: rgb(33,102,95); }
td.TdClassName
{
border-color: #21665F;
}
.TagClassName
{
border-color: #21665F;
}
</style>