Shades of Spectra #3A554B
Tints of Spectra #3A554B
RGB
CMYK
RGB Variations
Color information
#3A554B (or 0x3A554B) is known color: Spectra. HEX triplet: 3A, 55 and 4B. RGB value is (58,85,75). Sum of RGB (Red+Green+Blue) = 58+85+75=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #3A554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A554B is #C5AAB4. Grayscale: #4B4B4B. Windows color (decimal): -12954293 or 4937018. OLE color: 4937018.
HSL color Cylindrical-coordinate representation of color #3A554B: hue angle of 157.78º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A554B is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 85 | 75 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.67 |
| HSL | 157.78º | 0.19% | 0.28% | - |
| HSV(B) | 157.78º | 0.32% | 0.33% | - |
| XYZ | 6.26 | 7.9 | 7.85 | - |
| YUV | 75.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 75 | 0.32 | 0 | 0.12 | 0.67 | 157.78 | 0.19 | 0.28 |
| Hex | 3A | 55 | 4B | 20 | 0 | C | 43 | 9E | 13 | 1C |
| Octal | 72 | 125 | 113 | 40 | 0 | 14 | 103 | 236 | 23 | 34 |
| Binary | 111010 | 1010101 | 1001011 | 100000 | 0 | 1100 | 1000011 | 10011110 | 10011 | 11100 |
Color Harmonies of #3A554B
Complementary color
Monochromatic Colors of #3A554B
Black with #3A554B
Text Example
Text Example
White with #3A554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A554B; }
p { color: rgb(58,85,75); }
H1.HeaderClassName
{
color: #3A554B;
}
.AnyTagClassName
{
color: #3A554B;
}
</style>
background-color css
<style>
a { background-color: #3A554B; }
a { background-color: rgb(58,85,75); }
div.DivClassName
{
background-color: #3A554B;
}
.BgClassName
{
background-color: #3A554B;
}
</style>
border-color css
<style>
span { border-color: #3A554B; }
span { border-color: rgb(58,85,75); }
td.TdClassName
{
border-color: #3A554B;
}
.TagClassName
{
border-color: #3A554B;
}
</style>