Shades of Spectra #3A564B
Tints of Spectra #3A564B
RGB
CMYK
RGB Variations
Color information
#3A564B (or 0x3A564B) is known color: Spectra. HEX triplet: 3A, 56 and 4B. RGB value is (58,86,75). Sum of RGB (Red+Green+Blue) = 58+86+75=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 86 - color contains mainly: green. Hex color #3A564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A564B is #C5A9B4. Grayscale: #4C4C4C. Windows color (decimal): -12954037 or 4937274. OLE color: 4937274.
HSL color Cylindrical-coordinate representation of color #3A564B: hue angle of 156.43º degrees, saturation: 0.19, 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 #3A564B is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 86 | 75 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.66 |
| HSL | 156.43º | 0.19% | 0.28% | - |
| HSV(B) | 156.43º | 0.33% | 0.34% | - |
| XYZ | 6.34 | 8.06 | 7.88 | - |
| YUV | 76.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 75 | 0.33 | 0 | 0.13 | 0.66 | 156.43 | 0.19 | 0.28 |
| Hex | 3A | 56 | 4B | 21 | 0 | D | 42 | 9C | 13 | 1C |
| Octal | 72 | 126 | 113 | 41 | 0 | 15 | 102 | 234 | 23 | 34 |
| Binary | 111010 | 1010110 | 1001011 | 100001 | 0 | 1101 | 1000010 | 10011100 | 10011 | 11100 |
Color Harmonies of #3A564B
Complementary color
Monochromatic Colors of #3A564B
Black with #3A564B
Text Example
Text Example
White with #3A564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A564B; }
p { color: rgb(58,86,75); }
H1.HeaderClassName
{
color: #3A564B;
}
.AnyTagClassName
{
color: #3A564B;
}
</style>
background-color css
<style>
a { background-color: #3A564B; }
a { background-color: rgb(58,86,75); }
div.DivClassName
{
background-color: #3A564B;
}
.BgClassName
{
background-color: #3A564B;
}
</style>
border-color css
<style>
span { border-color: #3A564B; }
span { border-color: rgb(58,86,75); }
td.TdClassName
{
border-color: #3A564B;
}
.TagClassName
{
border-color: #3A564B;
}
</style>