Shades of Spectra #3B564D
Tints of Spectra #3B564D
RGB
CMYK
RGB Variations
Color information
#3B564D (or 0x3B564D) is known color: Spectra. HEX triplet: 3B, 56 and 4D. RGB value is (59,86,77). Sum of RGB (Red+Green+Blue) = 59+86+77=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 86 - color contains mainly: green. Hex color #3B564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B564D is #C4A9B2. Grayscale: #4C4C4C. Windows color (decimal): -12888499 or 5068347. OLE color: 5068347.
HSL color Cylindrical-coordinate representation of color #3B564D: hue angle of 160º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B564D is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 86 | 77 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.66 |
| HSL | 160º | 0.19% | 0.28% | - |
| HSV(B) | 160º | 0.31% | 0.34% | - |
| XYZ | 6.47 | 8.12 | 8.25 | - |
| YUV | 76.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 77 | 0.31 | 0 | 0.10 | 0.66 | 160 | 0.19 | 0.28 |
| Hex | 3B | 56 | 4D | 1F | 0 | A | 42 | A0 | 13 | 1C |
| Octal | 73 | 126 | 115 | 37 | 0 | 12 | 102 | 240 | 23 | 34 |
| Binary | 111011 | 1010110 | 1001101 | 11111 | 0 | 1010 | 1000010 | 10100000 | 10011 | 11100 |
Color Harmonies of #3B564D
Complementary color
Monochromatic Colors of #3B564D
Black with #3B564D
Text Example
Text Example
White with #3B564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B564D; }
p { color: rgb(59,86,77); }
H1.HeaderClassName
{
color: #3B564D;
}
.AnyTagClassName
{
color: #3B564D;
}
</style>
background-color css
<style>
a { background-color: #3B564D; }
a { background-color: rgb(59,86,77); }
div.DivClassName
{
background-color: #3B564D;
}
.BgClassName
{
background-color: #3B564D;
}
</style>
border-color css
<style>
span { border-color: #3B564D; }
span { border-color: rgb(59,86,77); }
td.TdClassName
{
border-color: #3B564D;
}
.TagClassName
{
border-color: #3B564D;
}
</style>