Shades of Spectra #3F5950
Tints of Spectra #3F5950
RGB
CMYK
RGB Variations
Color information
#3F5950 (or 0x3F5950) is known color: Spectra. HEX triplet: 3F, 59 and 50. RGB value is (63,89,80). Sum of RGB (Red+Green+Blue) = 63+89+80=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #3F5950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5950 is #C0A6AF. Grayscale: #505050. Windows color (decimal): -12625584 or 5265727. OLE color: 5265727.
HSL color Cylindrical-coordinate representation of color #3F5950: hue angle of 159.23º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F5950 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 89 | 80 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.65 |
| HSL | 159.23º | 0.17% | 0.3% | - |
| HSV(B) | 159.23º | 0.29% | 0.35% | - |
| XYZ | 7.07 | 8.78 | 8.91 | - |
| YUV | 80.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 80 | 0.29 | 0 | 0.10 | 0.65 | 159.23 | 0.17 | 0.3 |
| Hex | 3F | 59 | 50 | 1D | 0 | A | 41 | 9F | 11 | 1E |
| Octal | 77 | 131 | 120 | 35 | 0 | 12 | 101 | 237 | 21 | 36 |
| Binary | 111111 | 1011001 | 1010000 | 11101 | 0 | 1010 | 1000001 | 10011111 | 10001 | 11110 |
Color Harmonies of #3F5950
Complementary color
Monochromatic Colors of #3F5950
Black with #3F5950
Text Example
Text Example
White with #3F5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5950; }
p { color: rgb(63,89,80); }
H1.HeaderClassName
{
color: #3F5950;
}
.AnyTagClassName
{
color: #3F5950;
}
</style>
background-color css
<style>
a { background-color: #3F5950; }
a { background-color: rgb(63,89,80); }
div.DivClassName
{
background-color: #3F5950;
}
.BgClassName
{
background-color: #3F5950;
}
</style>
border-color css
<style>
span { border-color: #3F5950; }
span { border-color: rgb(63,89,80); }
td.TdClassName
{
border-color: #3F5950;
}
.TagClassName
{
border-color: #3F5950;
}
</style>