Shades of Spectra #3A5A4E
Tints of Spectra #3A5A4E
RGB
CMYK
RGB Variations
Color information
#3A5A4E (or 0x3A5A4E) is known color: Spectra. HEX triplet: 3A, 5A and 4E. RGB value is (58,90,78). Sum of RGB (Red+Green+Blue) = 58+90+78=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5A4E is #C5A5B1. Grayscale: #4F4F4F. Windows color (decimal): -12953010 or 5134906. OLE color: 5134906.
HSL color Cylindrical-coordinate representation of color #3A5A4E: hue angle of 157.5º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5A4E is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 90 | 78 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.65 |
| HSL | 157.5º | 0.22% | 0.29% | - |
| HSV(B) | 157.5º | 0.36% | 0.35% | - |
| XYZ | 6.78 | 8.76 | 8.54 | - |
| YUV | 79.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 78 | 0.36 | 0 | 0.13 | 0.65 | 157.5 | 0.22 | 0.29 |
| Hex | 3A | 5A | 4E | 24 | 0 | D | 41 | 9E | 16 | 1D |
| Octal | 72 | 132 | 116 | 44 | 0 | 15 | 101 | 236 | 26 | 35 |
| Binary | 111010 | 1011010 | 1001110 | 100100 | 0 | 1101 | 1000001 | 10011110 | 10110 | 11101 |
Color Harmonies of #3A5A4E
Complementary color
Monochromatic Colors of #3A5A4E
Black with #3A5A4E
Text Example
Text Example
White with #3A5A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A4E; }
p { color: rgb(58,90,78); }
H1.HeaderClassName
{
color: #3A5A4E;
}
.AnyTagClassName
{
color: #3A5A4E;
}
</style>
background-color css
<style>
a { background-color: #3A5A4E; }
a { background-color: rgb(58,90,78); }
div.DivClassName
{
background-color: #3A5A4E;
}
.BgClassName
{
background-color: #3A5A4E;
}
</style>
border-color css
<style>
span { border-color: #3A5A4E; }
span { border-color: rgb(58,90,78); }
td.TdClassName
{
border-color: #3A5A4E;
}
.TagClassName
{
border-color: #3A5A4E;
}
</style>