Shades of Madison #2E3F59
Tints of Madison #2E3F59
RGB
CMYK
RGB Variations
Color information
#2E3F59 (or 0x2E3F59) is known color: Madison. HEX triplet: 2E, 3F and 59. RGB value is (46,63,89). Sum of RGB (Red+Green+Blue) = 46+63+89=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E3F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3F59 is #D1C0A6. Grayscale: #3C3C3C. Windows color (decimal): -13746343 or 5848878. OLE color: 5848878.
HSL color Cylindrical-coordinate representation of color #2E3F59: hue angle of 216.28º 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 #2E3F59 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 63 | 89 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.65 |
| HSL | 216.28º | 0.32% | 0.26% | - |
| HSV(B) | 216.28º | 0.48% | 0.35% | - |
| XYZ | 4.71 | 4.86 | 10.14 | - |
| YUV | 60.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 89 | 0.48 | 0.29 | 0 | 0.65 | 216.28 | 0.32 | 0.26 |
| Hex | 2E | 3F | 59 | 30 | 1D | 0 | 41 | D8 | 20 | 1A |
| Octal | 56 | 77 | 131 | 60 | 35 | 0 | 101 | 330 | 40 | 32 |
| Binary | 101110 | 111111 | 1011001 | 110000 | 11101 | 0 | 1000001 | 11011000 | 100000 | 11010 |
Color Harmonies of #2E3F59
Complementary color
Monochromatic Colors of #2E3F59
Black with #2E3F59
Text Example
Text Example
White with #2E3F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F59; }
p { color: rgb(46,63,89); }
H1.HeaderClassName
{
color: #2E3F59;
}
.AnyTagClassName
{
color: #2E3F59;
}
</style>
background-color css
<style>
a { background-color: #2E3F59; }
a { background-color: rgb(46,63,89); }
div.DivClassName
{
background-color: #2E3F59;
}
.BgClassName
{
background-color: #2E3F59;
}
</style>
border-color css
<style>
span { border-color: #2E3F59; }
span { border-color: rgb(46,63,89); }
td.TdClassName
{
border-color: #2E3F59;
}
.TagClassName
{
border-color: #2E3F59;
}
</style>