Shades of Spectra #3E574E
Tints of Spectra #3E574E
RGB
CMYK
RGB Variations
Color information
#3E574E (or 0x3E574E) is known color: Spectra. HEX triplet: 3E, 57 and 4E. RGB value is (62,87,78). Sum of RGB (Red+Green+Blue) = 62+87+78=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #3E574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E574E is #C1A8B1. Grayscale: #4E4E4E. Windows color (decimal): -12691634 or 5134142. OLE color: 5134142.
HSL color Cylindrical-coordinate representation of color #3E574E: hue angle of 158.4º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E574E is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 87 | 78 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.66 |
| HSL | 158.4º | 0.17% | 0.29% | - |
| HSV(B) | 158.4º | 0.29% | 0.34% | - |
| XYZ | 6.77 | 8.39 | 8.47 | - |
| YUV | 78.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 87 | 78 | 0.29 | 0 | 0.10 | 0.66 | 158.4 | 0.17 | 0.29 |
| Hex | 3E | 57 | 4E | 1D | 0 | A | 42 | 9E | 11 | 1D |
| Octal | 76 | 127 | 116 | 35 | 0 | 12 | 102 | 236 | 21 | 35 |
| Binary | 111110 | 1010111 | 1001110 | 11101 | 0 | 1010 | 1000010 | 10011110 | 10001 | 11101 |
Color Harmonies of #3E574E
Complementary color
Monochromatic Colors of #3E574E
Black with #3E574E
Text Example
Text Example
White with #3E574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E574E; }
p { color: rgb(62,87,78); }
H1.HeaderClassName
{
color: #3E574E;
}
.AnyTagClassName
{
color: #3E574E;
}
</style>
background-color css
<style>
a { background-color: #3E574E; }
a { background-color: rgb(62,87,78); }
div.DivClassName
{
background-color: #3E574E;
}
.BgClassName
{
background-color: #3E574E;
}
</style>
border-color css
<style>
span { border-color: #3E574E; }
span { border-color: rgb(62,87,78); }
td.TdClassName
{
border-color: #3E574E;
}
.TagClassName
{
border-color: #3E574E;
}
</style>