Shades of Spectra #3B5851
Tints of Spectra #3B5851
RGB
CMYK
RGB Variations
Color information
#3B5851 (or 0x3B5851) is known color: Spectra. HEX triplet: 3B, 58 and 51. RGB value is (59,88,81). Sum of RGB (Red+Green+Blue) = 59+88+81=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 88 - color contains mainly: green. Hex color #3B5851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5851 is #C4A7AE. Grayscale: #4E4E4E. Windows color (decimal): -12887983 or 5331003. OLE color: 5331003.
HSL color Cylindrical-coordinate representation of color #3B5851: hue angle of 165.52º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B5851 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 88 | 81 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.65 |
| HSL | 165.52º | 0.2% | 0.29% | - |
| HSV(B) | 165.52º | 0.33% | 0.35% | - |
| XYZ | 6.78 | 8.5 | 9.07 | - |
| YUV | 78.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 88 | 81 | 0.33 | 0 | 0.08 | 0.65 | 165.52 | 0.2 | 0.29 |
| Hex | 3B | 58 | 51 | 21 | 0 | 8 | 41 | A6 | 14 | 1D |
| Octal | 73 | 130 | 121 | 41 | 0 | 10 | 101 | 246 | 24 | 35 |
| Binary | 111011 | 1011000 | 1010001 | 100001 | 0 | 1000 | 1000001 | 10100110 | 10100 | 11101 |
Color Harmonies of #3B5851
Complementary color
Monochromatic Colors of #3B5851
Black with #3B5851
Text Example
Text Example
White with #3B5851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5851; }
p { color: rgb(59,88,81); }
H1.HeaderClassName
{
color: #3B5851;
}
.AnyTagClassName
{
color: #3B5851;
}
</style>
background-color css
<style>
a { background-color: #3B5851; }
a { background-color: rgb(59,88,81); }
div.DivClassName
{
background-color: #3B5851;
}
.BgClassName
{
background-color: #3B5851;
}
</style>
border-color css
<style>
span { border-color: #3B5851; }
span { border-color: rgb(59,88,81); }
td.TdClassName
{
border-color: #3B5851;
}
.TagClassName
{
border-color: #3B5851;
}
</style>