Shades of Madison #2E4059
Tints of Madison #2E4059
RGB
CMYK
RGB Variations
Color information
#2E4059 (or 0x2E4059) is known color: Madison. HEX triplet: 2E, 40 and 59. RGB value is (46,64,89). Sum of RGB (Red+Green+Blue) = 46+64+89=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E4059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4059 is #D1BFA6. Grayscale: #3D3D3D. Windows color (decimal): -13746087 or 5849134. OLE color: 5849134.
HSL color Cylindrical-coordinate representation of color #2E4059: hue angle of 214.88º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E4059 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 64 | 89 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.65 |
| HSL | 214.88º | 0.32% | 0.26% | - |
| HSV(B) | 214.88º | 0.48% | 0.35% | - |
| XYZ | 4.76 | 4.97 | 10.16 | - |
| YUV | 61.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 89 | 0.48 | 0.28 | 0 | 0.65 | 214.88 | 0.32 | 0.26 |
| Hex | 2E | 40 | 59 | 30 | 1C | 0 | 41 | D7 | 20 | 1A |
| Octal | 56 | 100 | 131 | 60 | 34 | 0 | 101 | 327 | 40 | 32 |
| Binary | 101110 | 1000000 | 1011001 | 110000 | 11100 | 0 | 1000001 | 11010111 | 100000 | 11010 |
Color Harmonies of #2E4059
Complementary color
Monochromatic Colors of #2E4059
Black with #2E4059
Text Example
Text Example
White with #2E4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4059; }
p { color: rgb(46,64,89); }
H1.HeaderClassName
{
color: #2E4059;
}
.AnyTagClassName
{
color: #2E4059;
}
</style>
background-color css
<style>
a { background-color: #2E4059; }
a { background-color: rgb(46,64,89); }
div.DivClassName
{
background-color: #2E4059;
}
.BgClassName
{
background-color: #2E4059;
}
</style>
border-color css
<style>
span { border-color: #2E4059; }
span { border-color: rgb(46,64,89); }
td.TdClassName
{
border-color: #2E4059;
}
.TagClassName
{
border-color: #2E4059;
}
</style>