Shades of Spectra #3B5750
Tints of Spectra #3B5750
RGB
CMYK
RGB Variations
Color information
#3B5750 (or 0x3B5750) is known color: Spectra. HEX triplet: 3B, 57 and 50. RGB value is (59,87,80). Sum of RGB (Red+Green+Blue) = 59+87+80=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 87 - color contains mainly: green. Hex color #3B5750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5750 is #C4A8AF. Grayscale: #4D4D4D. Windows color (decimal): -12888240 or 5265211. OLE color: 5265211.
HSL color Cylindrical-coordinate representation of color #3B5750: hue angle of 165º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B5750 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 87 | 80 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.66 |
| HSL | 165º | 0.19% | 0.29% | - |
| HSV(B) | 165º | 0.32% | 0.34% | - |
| XYZ | 6.66 | 8.33 | 8.85 | - |
| YUV | 77.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 80 | 0.32 | 0 | 0.08 | 0.66 | 165 | 0.19 | 0.29 |
| Hex | 3B | 57 | 50 | 20 | 0 | 8 | 42 | A5 | 13 | 1D |
| Octal | 73 | 127 | 120 | 40 | 0 | 10 | 102 | 245 | 23 | 35 |
| Binary | 111011 | 1010111 | 1010000 | 100000 | 0 | 1000 | 1000010 | 10100101 | 10011 | 11101 |
Color Harmonies of #3B5750
Complementary color
Monochromatic Colors of #3B5750
Black with #3B5750
Text Example
Text Example
White with #3B5750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5750; }
p { color: rgb(59,87,80); }
H1.HeaderClassName
{
color: #3B5750;
}
.AnyTagClassName
{
color: #3B5750;
}
</style>
background-color css
<style>
a { background-color: #3B5750; }
a { background-color: rgb(59,87,80); }
div.DivClassName
{
background-color: #3B5750;
}
.BgClassName
{
background-color: #3B5750;
}
</style>
border-color css
<style>
span { border-color: #3B5750; }
span { border-color: rgb(59,87,80); }
td.TdClassName
{
border-color: #3B5750;
}
.TagClassName
{
border-color: #3B5750;
}
</style>