Shades of Spectra #3C594E
Tints of Spectra #3C594E
RGB
CMYK
RGB Variations
Color information
#3C594E (or 0x3C594E) is known color: Spectra. HEX triplet: 3C, 59 and 4E. RGB value is (60,89,78). Sum of RGB (Red+Green+Blue) = 60+89+78=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #3C594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C594E is #C3A6B1. Grayscale: #4F4F4F. Windows color (decimal): -12822194 or 5134652. OLE color: 5134652.
HSL color Cylindrical-coordinate representation of color #3C594E: hue angle of 157.24º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C594E is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 89 | 78 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.65 |
| HSL | 157.24º | 0.19% | 0.29% | - |
| HSV(B) | 157.24º | 0.33% | 0.35% | - |
| XYZ | 6.81 | 8.66 | 8.52 | - |
| YUV | 79.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 78 | 0.33 | 0 | 0.12 | 0.65 | 157.24 | 0.19 | 0.29 |
| Hex | 3C | 59 | 4E | 21 | 0 | C | 41 | 9D | 13 | 1D |
| Octal | 74 | 131 | 116 | 41 | 0 | 14 | 101 | 235 | 23 | 35 |
| Binary | 111100 | 1011001 | 1001110 | 100001 | 0 | 1100 | 1000001 | 10011101 | 10011 | 11101 |
Color Harmonies of #3C594E
Complementary color
Monochromatic Colors of #3C594E
Black with #3C594E
Text Example
Text Example
White with #3C594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C594E; }
p { color: rgb(60,89,78); }
H1.HeaderClassName
{
color: #3C594E;
}
.AnyTagClassName
{
color: #3C594E;
}
</style>
background-color css
<style>
a { background-color: #3C594E; }
a { background-color: rgb(60,89,78); }
div.DivClassName
{
background-color: #3C594E;
}
.BgClassName
{
background-color: #3C594E;
}
</style>
border-color css
<style>
span { border-color: #3C594E; }
span { border-color: rgb(60,89,78); }
td.TdClassName
{
border-color: #3C594E;
}
.TagClassName
{
border-color: #3C594E;
}
</style>