Shades of Spectra #3B564C
Tints of Spectra #3B564C
RGB
CMYK
RGB Variations
Color information
#3B564C (or 0x3B564C) is known color: Spectra. HEX triplet: 3B, 56 and 4C. RGB value is (59,86,76). Sum of RGB (Red+Green+Blue) = 59+86+76=221 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.70% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 86 - color contains mainly: green. Hex color #3B564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B564C is #C4A9B3. Grayscale: #4C4C4C. Windows color (decimal): -12888500 or 5002811. OLE color: 5002811.
HSL color Cylindrical-coordinate representation of color #3B564C: hue angle of 157.78º 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 #3B564C is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 86 | 76 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.66 |
| HSL | 157.78º | 0.19% | 0.28% | - |
| HSV(B) | 157.78º | 0.31% | 0.34% | - |
| XYZ | 6.44 | 8.11 | 8.06 | - |
| YUV | 76.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 76 | 0.31 | 0 | 0.12 | 0.66 | 157.78 | 0.19 | 0.28 |
| Hex | 3B | 56 | 4C | 1F | 0 | C | 42 | 9E | 13 | 1C |
| Octal | 73 | 126 | 114 | 37 | 0 | 14 | 102 | 236 | 23 | 34 |
| Binary | 111011 | 1010110 | 1001100 | 11111 | 0 | 1100 | 1000010 | 10011110 | 10011 | 11100 |
Color Harmonies of #3B564C
Complementary color
Monochromatic Colors of #3B564C
Black with #3B564C
Text Example
Text Example
White with #3B564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B564C; }
p { color: rgb(59,86,76); }
H1.HeaderClassName
{
color: #3B564C;
}
.AnyTagClassName
{
color: #3B564C;
}
</style>
background-color css
<style>
a { background-color: #3B564C; }
a { background-color: rgb(59,86,76); }
div.DivClassName
{
background-color: #3B564C;
}
.BgClassName
{
background-color: #3B564C;
}
</style>
border-color css
<style>
span { border-color: #3B564C; }
span { border-color: rgb(59,86,76); }
td.TdClassName
{
border-color: #3B564C;
}
.TagClassName
{
border-color: #3B564C;
}
</style>