Shades of Blue Stone #20665E
Tints of Blue Stone #20665E
RGB
CMYK
RGB Variations
Color information
#20665E (or 0x20665E) is known color: Blue Stone. HEX triplet: 20, 66 and 5E. RGB value is (32,102,94). Sum of RGB (Red+Green+Blue) = 32+102+94=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 102 - color contains mainly: green. Hex color #20665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20665E is #DF99A1. Grayscale: #505050. Windows color (decimal): -14653858 or 6186528. OLE color: 6186528.
HSL color Cylindrical-coordinate representation of color #20665E: hue angle of 173.14º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20665E is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 102 | 94 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.6 |
| HSL | 173.14º | 0.52% | 0.26% | - |
| HSV(B) | 173.14º | 0.69% | 0.4% | - |
| XYZ | 7.37 | 10.62 | 12.25 | - |
| YUV | 80.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 94 | 0.69 | 0 | 0.08 | 0.6 | 173.14 | 0.52 | 0.26 |
| Hex | 20 | 66 | 5E | 45 | 0 | 8 | 3C | AD | 34 | 1A |
| Octal | 40 | 146 | 136 | 105 | 0 | 10 | 74 | 255 | 64 | 32 |
| Binary | 100000 | 1100110 | 1011110 | 1000101 | 0 | 1000 | 111100 | 10101101 | 110100 | 11010 |
Color Harmonies of #20665E
Complementary color
Monochromatic Colors of #20665E
Black with #20665E
Text Example
Text Example
White with #20665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20665E; }
p { color: rgb(32,102,94); }
H1.HeaderClassName
{
color: #20665E;
}
.AnyTagClassName
{
color: #20665E;
}
</style>
background-color css
<style>
a { background-color: #20665E; }
a { background-color: rgb(32,102,94); }
div.DivClassName
{
background-color: #20665E;
}
.BgClassName
{
background-color: #20665E;
}
</style>
border-color css
<style>
span { border-color: #20665E; }
span { border-color: rgb(32,102,94); }
td.TdClassName
{
border-color: #20665E;
}
.TagClassName
{
border-color: #20665E;
}
</style>