Shades of Blue Stone #21665E
Tints of Blue Stone #21665E
RGB
CMYK
RGB Variations
Color information
#21665E (or 0x21665E) is known color: Blue Stone. HEX triplet: 21, 66 and 5E. RGB value is (33,102,94). Sum of RGB (Red+Green+Blue) = 33+102+94=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 102 - color contains mainly: green. Hex color #21665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21665E is #DE99A1. Grayscale: #505050. Windows color (decimal): -14588322 or 6186529. OLE color: 6186529.
HSL color Cylindrical-coordinate representation of color #21665E: hue angle of 173.04º 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 #21665E is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 102 | 94 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.6 |
| HSL | 173.04º | 0.51% | 0.26% | - |
| HSV(B) | 173.04º | 0.68% | 0.4% | - |
| XYZ | 7.4 | 10.63 | 12.25 | - |
| YUV | 80.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 94 | 0.68 | 0 | 0.08 | 0.6 | 173.04 | 0.51 | 0.26 |
| Hex | 21 | 66 | 5E | 44 | 0 | 8 | 3C | AD | 33 | 1A |
| Octal | 41 | 146 | 136 | 104 | 0 | 10 | 74 | 255 | 63 | 32 |
| Binary | 100001 | 1100110 | 1011110 | 1000100 | 0 | 1000 | 111100 | 10101101 | 110011 | 11010 |
Color Harmonies of #21665E
Complementary color
Monochromatic Colors of #21665E
Black with #21665E
Text Example
Text Example
White with #21665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21665E; }
p { color: rgb(33,102,94); }
H1.HeaderClassName
{
color: #21665E;
}
.AnyTagClassName
{
color: #21665E;
}
</style>
background-color css
<style>
a { background-color: #21665E; }
a { background-color: rgb(33,102,94); }
div.DivClassName
{
background-color: #21665E;
}
.BgClassName
{
background-color: #21665E;
}
</style>
border-color css
<style>
span { border-color: #21665E; }
span { border-color: rgb(33,102,94); }
td.TdClassName
{
border-color: #21665E;
}
.TagClassName
{
border-color: #21665E;
}
</style>