Shades of Spectra #3E5952
Tints of Spectra #3E5952
RGB
CMYK
RGB Variations
Color information
#3E5952 (or 0x3E5952) is known color: Spectra. HEX triplet: 3E, 59 and 52. RGB value is (62,89,82). Sum of RGB (Red+Green+Blue) = 62+89+82=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #3E5952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5952 is #C1A6AD. Grayscale: #505050. Windows color (decimal): -12691118 or 5396798. OLE color: 5396798.
HSL color Cylindrical-coordinate representation of color #3E5952: hue angle of 164.44º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E5952 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 89 | 82 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.65 |
| HSL | 164.44º | 0.18% | 0.3% | - |
| HSV(B) | 164.44º | 0.3% | 0.35% | - |
| XYZ | 7.08 | 8.78 | 9.3 | - |
| YUV | 80.13 | 129.05 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 89 | 82 | 0.30 | 0 | 0.08 | 0.65 | 164.44 | 0.18 | 0.3 |
| Hex | 3E | 59 | 52 | 1E | 0 | 8 | 41 | A4 | 12 | 1E |
| Octal | 76 | 131 | 122 | 36 | 0 | 10 | 101 | 244 | 22 | 36 |
| Binary | 111110 | 1011001 | 1010010 | 11110 | 0 | 1000 | 1000001 | 10100100 | 10010 | 11110 |
Color Harmonies of #3E5952
Complementary color
Monochromatic Colors of #3E5952
Black with #3E5952
Text Example
Text Example
White with #3E5952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5952; }
p { color: rgb(62,89,82); }
H1.HeaderClassName
{
color: #3E5952;
}
.AnyTagClassName
{
color: #3E5952;
}
</style>
background-color css
<style>
a { background-color: #3E5952; }
a { background-color: rgb(62,89,82); }
div.DivClassName
{
background-color: #3E5952;
}
.BgClassName
{
background-color: #3E5952;
}
</style>
border-color css
<style>
span { border-color: #3E5952; }
span { border-color: rgb(62,89,82); }
td.TdClassName
{
border-color: #3E5952;
}
.TagClassName
{
border-color: #3E5952;
}
</style>