Shades of Spectra #2E564A
Tints of Spectra #2E564A
RGB
CMYK
RGB Variations
Color information
#2E564A (or 0x2E564A) is known color: Spectra. HEX triplet: 2E, 56 and 4A. RGB value is (46,86,74). Sum of RGB (Red+Green+Blue) = 46+86+74=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #2E564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E564A is #D1A9B5. Grayscale: #484848. Windows color (decimal): -13740470 or 4871726. OLE color: 4871726.
HSL color Cylindrical-coordinate representation of color #2E564A: hue angle of 162º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E564A is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 86 | 74 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.66 |
| HSL | 162º | 0.3% | 0.26% | - |
| HSV(B) | 162º | 0.47% | 0.34% | - |
| XYZ | 5.69 | 7.73 | 7.67 | - |
| YUV | 72.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 74 | 0.47 | 0 | 0.14 | 0.66 | 162 | 0.3 | 0.26 |
| Hex | 2E | 56 | 4A | 2F | 0 | E | 42 | A2 | 1E | 1A |
| Octal | 56 | 126 | 112 | 57 | 0 | 16 | 102 | 242 | 36 | 32 |
| Binary | 101110 | 1010110 | 1001010 | 101111 | 0 | 1110 | 1000010 | 10100010 | 11110 | 11010 |
Color Harmonies of #2E564A
Complementary color
Monochromatic Colors of #2E564A
Black with #2E564A
Text Example
Text Example
White with #2E564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E564A; }
p { color: rgb(46,86,74); }
H1.HeaderClassName
{
color: #2E564A;
}
.AnyTagClassName
{
color: #2E564A;
}
</style>
background-color css
<style>
a { background-color: #2E564A; }
a { background-color: rgb(46,86,74); }
div.DivClassName
{
background-color: #2E564A;
}
.BgClassName
{
background-color: #2E564A;
}
</style>
border-color css
<style>
span { border-color: #2E564A; }
span { border-color: rgb(46,86,74); }
td.TdClassName
{
border-color: #2E564A;
}
.TagClassName
{
border-color: #2E564A;
}
</style>