Shades of Spectra #3A574F
Tints of Spectra #3A574F
RGB
CMYK
RGB Variations
Color information
#3A574F (or 0x3A574F) is known color: Spectra. HEX triplet: 3A, 57 and 4F. RGB value is (58,87,79). Sum of RGB (Red+Green+Blue) = 58+87+79=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 87 - color contains mainly: green. Hex color #3A574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A574F is #C5A8B0. Grayscale: #4D4D4D. Windows color (decimal): -12953777 or 5199674. OLE color: 5199674.
HSL color Cylindrical-coordinate representation of color #3A574F: hue angle of 163.45º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A574F is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 87 | 79 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.66 |
| HSL | 163.45º | 0.2% | 0.28% | - |
| HSV(B) | 163.45º | 0.33% | 0.34% | - |
| XYZ | 6.56 | 8.28 | 8.65 | - |
| YUV | 77.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 79 | 0.33 | 0 | 0.09 | 0.66 | 163.45 | 0.2 | 0.28 |
| Hex | 3A | 57 | 4F | 21 | 0 | 9 | 42 | A3 | 14 | 1C |
| Octal | 72 | 127 | 117 | 41 | 0 | 11 | 102 | 243 | 24 | 34 |
| Binary | 111010 | 1010111 | 1001111 | 100001 | 0 | 1001 | 1000010 | 10100011 | 10100 | 11100 |
Color Harmonies of #3A574F
Complementary color
Monochromatic Colors of #3A574F
Black with #3A574F
Text Example
Text Example
White with #3A574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A574F; }
p { color: rgb(58,87,79); }
H1.HeaderClassName
{
color: #3A574F;
}
.AnyTagClassName
{
color: #3A574F;
}
</style>
background-color css
<style>
a { background-color: #3A574F; }
a { background-color: rgb(58,87,79); }
div.DivClassName
{
background-color: #3A574F;
}
.BgClassName
{
background-color: #3A574F;
}
</style>
border-color css
<style>
span { border-color: #3A574F; }
span { border-color: rgb(58,87,79); }
td.TdClassName
{
border-color: #3A574F;
}
.TagClassName
{
border-color: #3A574F;
}
</style>