Shades of Spectra #3E5B51
Tints of Spectra #3E5B51
RGB
CMYK
RGB Variations
Color information
#3E5B51 (or 0x3E5B51) is known color: Spectra. HEX triplet: 3E, 5B and 51. RGB value is (62,91,81). Sum of RGB (Red+Green+Blue) = 62+91+81=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #3E5B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5B51 is #C1A4AE. Grayscale: #515151. Windows color (decimal): -12690607 or 5331774. OLE color: 5331774.
HSL color Cylindrical-coordinate representation of color #3E5B51: hue angle of 159.31º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E5B51 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 91 | 81 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.64 |
| HSL | 159.31º | 0.19% | 0.3% | - |
| HSV(B) | 159.31º | 0.32% | 0.36% | - |
| XYZ | 7.21 | 9.1 | 9.16 | - |
| YUV | 81.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 91 | 81 | 0.32 | 0 | 0.11 | 0.64 | 159.31 | 0.19 | 0.3 |
| Hex | 3E | 5B | 51 | 20 | 0 | B | 40 | 9F | 13 | 1E |
| Octal | 76 | 133 | 121 | 40 | 0 | 13 | 100 | 237 | 23 | 36 |
| Binary | 111110 | 1011011 | 1010001 | 100000 | 0 | 1011 | 1000000 | 10011111 | 10011 | 11110 |
Color Harmonies of #3E5B51
Complementary color
Monochromatic Colors of #3E5B51
Black with #3E5B51
Text Example
Text Example
White with #3E5B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5B51; }
p { color: rgb(62,91,81); }
H1.HeaderClassName
{
color: #3E5B51;
}
.AnyTagClassName
{
color: #3E5B51;
}
</style>
background-color css
<style>
a { background-color: #3E5B51; }
a { background-color: rgb(62,91,81); }
div.DivClassName
{
background-color: #3E5B51;
}
.BgClassName
{
background-color: #3E5B51;
}
</style>
border-color css
<style>
span { border-color: #3E5B51; }
span { border-color: rgb(62,91,81); }
td.TdClassName
{
border-color: #3E5B51;
}
.TagClassName
{
border-color: #3E5B51;
}
</style>