Shades of Spectra #3B574E
Tints of Spectra #3B574E
RGB
CMYK
RGB Variations
Color information
#3B574E (or 0x3B574E) is known color: Spectra. HEX triplet: 3B, 57 and 4E. RGB value is (59,87,78). Sum of RGB (Red+Green+Blue) = 59+87+78=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #3B574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B574E is #C4A8B1. Grayscale: #4D4D4D. Windows color (decimal): -12888242 or 5134139. OLE color: 5134139.
HSL color Cylindrical-coordinate representation of color #3B574E: hue angle of 160.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B574E is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 87 | 78 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.66 |
| HSL | 160.71º | 0.19% | 0.29% | - |
| HSV(B) | 160.71º | 0.32% | 0.34% | - |
| XYZ | 6.59 | 8.3 | 8.46 | - |
| YUV | 77.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 78 | 0.32 | 0 | 0.10 | 0.66 | 160.71 | 0.19 | 0.29 |
| Hex | 3B | 57 | 4E | 20 | 0 | A | 42 | A1 | 13 | 1D |
| Octal | 73 | 127 | 116 | 40 | 0 | 12 | 102 | 241 | 23 | 35 |
| Binary | 111011 | 1010111 | 1001110 | 100000 | 0 | 1010 | 1000010 | 10100001 | 10011 | 11101 |
Color Harmonies of #3B574E
Complementary color
Monochromatic Colors of #3B574E
Black with #3B574E
Text Example
Text Example
White with #3B574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B574E; }
p { color: rgb(59,87,78); }
H1.HeaderClassName
{
color: #3B574E;
}
.AnyTagClassName
{
color: #3B574E;
}
</style>
background-color css
<style>
a { background-color: #3B574E; }
a { background-color: rgb(59,87,78); }
div.DivClassName
{
background-color: #3B574E;
}
.BgClassName
{
background-color: #3B574E;
}
</style>
border-color css
<style>
span { border-color: #3B574E; }
span { border-color: rgb(59,87,78); }
td.TdClassName
{
border-color: #3B574E;
}
.TagClassName
{
border-color: #3B574E;
}
</style>