Shades of Spectra #3C574E
Tints of Spectra #3C574E
RGB
CMYK
RGB Variations
Color information
#3C574E (or 0x3C574E) is known color: Spectra. HEX triplet: 3C, 57 and 4E. RGB value is (60,87,78). Sum of RGB (Red+Green+Blue) = 60+87+78=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #3C574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C574E is #C3A8B1. Grayscale: #4D4D4D. Windows color (decimal): -12822706 or 5134140. OLE color: 5134140.
HSL color Cylindrical-coordinate representation of color #3C574E: hue angle of 160º 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 #3C574E is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 87 | 78 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.66 |
| HSL | 160º | 0.18% | 0.29% | - |
| HSV(B) | 160º | 0.31% | 0.34% | - |
| XYZ | 6.65 | 8.33 | 8.46 | - |
| YUV | 77.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 87 | 78 | 0.31 | 0 | 0.10 | 0.66 | 160 | 0.18 | 0.29 |
| Hex | 3C | 57 | 4E | 1F | 0 | A | 42 | A0 | 12 | 1D |
| Octal | 74 | 127 | 116 | 37 | 0 | 12 | 102 | 240 | 22 | 35 |
| Binary | 111100 | 1010111 | 1001110 | 11111 | 0 | 1010 | 1000010 | 10100000 | 10010 | 11101 |
Color Harmonies of #3C574E
Complementary color
Monochromatic Colors of #3C574E
Black with #3C574E
Text Example
Text Example
White with #3C574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C574E; }
p { color: rgb(60,87,78); }
H1.HeaderClassName
{
color: #3C574E;
}
.AnyTagClassName
{
color: #3C574E;
}
</style>
background-color css
<style>
a { background-color: #3C574E; }
a { background-color: rgb(60,87,78); }
div.DivClassName
{
background-color: #3C574E;
}
.BgClassName
{
background-color: #3C574E;
}
</style>
border-color css
<style>
span { border-color: #3C574E; }
span { border-color: rgb(60,87,78); }
td.TdClassName
{
border-color: #3C574E;
}
.TagClassName
{
border-color: #3C574E;
}
</style>