Shades of Spectra #3D564D
Tints of Spectra #3D564D
RGB
CMYK
RGB Variations
Color information
#3D564D (or 0x3D564D) is known color: Spectra. HEX triplet: 3D, 56 and 4D. RGB value is (61,86,77). Sum of RGB (Red+Green+Blue) = 61+86+77=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #3D564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D564D is #C2A9B2. Grayscale: #4D4D4D. Windows color (decimal): -12757427 or 5068349. OLE color: 5068349.
HSL color Cylindrical-coordinate representation of color #3D564D: hue angle of 158.4º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D564D is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 86 | 77 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.66 |
| HSL | 158.4º | 0.17% | 0.29% | - |
| HSV(B) | 158.4º | 0.29% | 0.34% | - |
| XYZ | 6.59 | 8.18 | 8.25 | - |
| YUV | 77.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 77 | 0.29 | 0 | 0.10 | 0.66 | 158.4 | 0.17 | 0.29 |
| Hex | 3D | 56 | 4D | 1D | 0 | A | 42 | 9E | 11 | 1D |
| Octal | 75 | 126 | 115 | 35 | 0 | 12 | 102 | 236 | 21 | 35 |
| Binary | 111101 | 1010110 | 1001101 | 11101 | 0 | 1010 | 1000010 | 10011110 | 10001 | 11101 |
Color Harmonies of #3D564D
Complementary color
Monochromatic Colors of #3D564D
Black with #3D564D
Text Example
Text Example
White with #3D564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D564D; }
p { color: rgb(61,86,77); }
H1.HeaderClassName
{
color: #3D564D;
}
.AnyTagClassName
{
color: #3D564D;
}
</style>
background-color css
<style>
a { background-color: #3D564D; }
a { background-color: rgb(61,86,77); }
div.DivClassName
{
background-color: #3D564D;
}
.BgClassName
{
background-color: #3D564D;
}
</style>
border-color css
<style>
span { border-color: #3D564D; }
span { border-color: rgb(61,86,77); }
td.TdClassName
{
border-color: #3D564D;
}
.TagClassName
{
border-color: #3D564D;
}
</style>