Shades of Madison #2E4056
Tints of Madison #2E4056
RGB
CMYK
RGB Variations
Color information
#2E4056 (or 0x2E4056) is known color: Madison. HEX triplet: 2E, 40 and 56. RGB value is (46,64,86). Sum of RGB (Red+Green+Blue) = 46+64+86=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #2E4056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4056 is #D1BFA9. Grayscale: #3D3D3D. Windows color (decimal): -13746090 or 5652526. OLE color: 5652526.
HSL color Cylindrical-coordinate representation of color #2E4056: hue angle of 213º 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 #2E4056 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 64 | 86 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.66 |
| HSL | 213º | 0.3% | 0.26% | - |
| HSV(B) | 213º | 0.47% | 0.34% | - |
| XYZ | 4.64 | 4.92 | 9.51 | - |
| YUV | 61.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 86 | 0.47 | 0.26 | 0 | 0.66 | 213 | 0.3 | 0.26 |
| Hex | 2E | 40 | 56 | 2F | 1A | 0 | 42 | D5 | 1E | 1A |
| Octal | 56 | 100 | 126 | 57 | 32 | 0 | 102 | 325 | 36 | 32 |
| Binary | 101110 | 1000000 | 1010110 | 101111 | 11010 | 0 | 1000010 | 11010101 | 11110 | 11010 |
Color Harmonies of #2E4056
Complementary color
Monochromatic Colors of #2E4056
Black with #2E4056
Text Example
Text Example
White with #2E4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4056; }
p { color: rgb(46,64,86); }
H1.HeaderClassName
{
color: #2E4056;
}
.AnyTagClassName
{
color: #2E4056;
}
</style>
background-color css
<style>
a { background-color: #2E4056; }
a { background-color: rgb(46,64,86); }
div.DivClassName
{
background-color: #2E4056;
}
.BgClassName
{
background-color: #2E4056;
}
</style>
border-color css
<style>
span { border-color: #2E4056; }
span { border-color: rgb(46,64,86); }
td.TdClassName
{
border-color: #2E4056;
}
.TagClassName
{
border-color: #2E4056;
}
</style>