Shades of Spectra #3C574D
Tints of Spectra #3C574D
RGB
CMYK
RGB Variations
Color information
#3C574D (or 0x3C574D) is known color: Spectra. HEX triplet: 3C, 57 and 4D. RGB value is (60,87,77). Sum of RGB (Red+Green+Blue) = 60+87+77=224 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.79% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #3C574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C574D is #C3A8B2. Grayscale: #4D4D4D. Windows color (decimal): -12822707 or 5068604. OLE color: 5068604.
HSL color Cylindrical-coordinate representation of color #3C574D: hue angle of 157.78º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3C574D is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 87 | 77 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.66 |
| HSL | 157.78º | 0.18% | 0.29% | - |
| HSV(B) | 157.78º | 0.31% | 0.34% | - |
| XYZ | 6.61 | 8.31 | 8.28 | - |
| YUV | 77.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 87 | 77 | 0.31 | 0 | 0.11 | 0.66 | 157.78 | 0.18 | 0.29 |
| Hex | 3C | 57 | 4D | 1F | 0 | B | 42 | 9E | 12 | 1D |
| Octal | 74 | 127 | 115 | 37 | 0 | 13 | 102 | 236 | 22 | 35 |
| Binary | 111100 | 1010111 | 1001101 | 11111 | 0 | 1011 | 1000010 | 10011110 | 10010 | 11101 |
Color Harmonies of #3C574D
Complementary color
Monochromatic Colors of #3C574D
Black with #3C574D
Text Example
Text Example
White with #3C574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C574D; }
p { color: rgb(60,87,77); }
H1.HeaderClassName
{
color: #3C574D;
}
.AnyTagClassName
{
color: #3C574D;
}
</style>
background-color css
<style>
a { background-color: #3C574D; }
a { background-color: rgb(60,87,77); }
div.DivClassName
{
background-color: #3C574D;
}
.BgClassName
{
background-color: #3C574D;
}
</style>
border-color css
<style>
span { border-color: #3C574D; }
span { border-color: rgb(60,87,77); }
td.TdClassName
{
border-color: #3C574D;
}
.TagClassName
{
border-color: #3C574D;
}
</style>