Shades of Spectra #3B5A51
Tints of Spectra #3B5A51
RGB
CMYK
RGB Variations
Color information
#3B5A51 (or 0x3B5A51) is known color: Spectra. HEX triplet: 3B, 5A and 51. RGB value is (59,90,81). Sum of RGB (Red+Green+Blue) = 59+90+81=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5A51 is #C4A5AE. Grayscale: #4F4F4F. Windows color (decimal): -12887471 or 5331515. OLE color: 5331515.
HSL color Cylindrical-coordinate representation of color #3B5A51: hue angle of 162.58º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5A51 is Cyan = 0.34, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 90 | 81 | - |
| CMYK | 0.34 | 0 | 0.1 | 0.65 |
| HSL | 162.58º | 0.21% | 0.29% | - |
| HSV(B) | 162.58º | 0.34% | 0.35% | - |
| XYZ | 6.95 | 8.84 | 9.12 | - |
| YUV | 79.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 90 | 81 | 0.34 | 0 | 0.1 | 0.65 | 162.58 | 0.21 | 0.29 |
| Hex | 3B | 5A | 51 | 22 | 0 | A | 41 | A3 | 15 | 1D |
| Octal | 73 | 132 | 121 | 42 | 0 | 12 | 101 | 243 | 25 | 35 |
| Binary | 111011 | 1011010 | 1010001 | 100010 | 0 | 1010 | 1000001 | 10100011 | 10101 | 11101 |
Color Harmonies of #3B5A51
Complementary color
Monochromatic Colors of #3B5A51
Black with #3B5A51
Text Example
Text Example
White with #3B5A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5A51; }
p { color: rgb(59,90,81); }
H1.HeaderClassName
{
color: #3B5A51;
}
.AnyTagClassName
{
color: #3B5A51;
}
</style>
background-color css
<style>
a { background-color: #3B5A51; }
a { background-color: rgb(59,90,81); }
div.DivClassName
{
background-color: #3B5A51;
}
.BgClassName
{
background-color: #3B5A51;
}
</style>
border-color css
<style>
span { border-color: #3B5A51; }
span { border-color: rgb(59,90,81); }
td.TdClassName
{
border-color: #3B5A51;
}
.TagClassName
{
border-color: #3B5A51;
}
</style>