Shades of Madison #2E4155
Tints of Madison #2E4155
RGB
CMYK
RGB Variations
Color information
#2E4155 (or 0x2E4155) is known color: Madison. HEX triplet: 2E, 41 and 55. RGB value is (46,65,85). Sum of RGB (Red+Green+Blue) = 46+65+85=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E4155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4155 is #D1BEAA. Grayscale: #3D3D3D. Windows color (decimal): -13745835 or 5587246. OLE color: 5587246.
HSL color Cylindrical-coordinate representation of color #2E4155: hue angle of 210.77º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E4155 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 65 | 85 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.67 |
| HSL | 210.77º | 0.3% | 0.26% | - |
| HSV(B) | 210.77º | 0.46% | 0.33% | - |
| XYZ | 4.66 | 5.02 | 9.32 | - |
| YUV | 61.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 85 | 0.46 | 0.24 | 0 | 0.67 | 210.77 | 0.3 | 0.26 |
| Hex | 2E | 41 | 55 | 2E | 18 | 0 | 43 | D3 | 1E | 1A |
| Octal | 56 | 101 | 125 | 56 | 30 | 0 | 103 | 323 | 36 | 32 |
| Binary | 101110 | 1000001 | 1010101 | 101110 | 11000 | 0 | 1000011 | 11010011 | 11110 | 11010 |
Color Harmonies of #2E4155
Complementary color
Monochromatic Colors of #2E4155
Black with #2E4155
Text Example
Text Example
White with #2E4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4155; }
p { color: rgb(46,65,85); }
H1.HeaderClassName
{
color: #2E4155;
}
.AnyTagClassName
{
color: #2E4155;
}
</style>
background-color css
<style>
a { background-color: #2E4155; }
a { background-color: rgb(46,65,85); }
div.DivClassName
{
background-color: #2E4155;
}
.BgClassName
{
background-color: #2E4155;
}
</style>
border-color css
<style>
span { border-color: #2E4155; }
span { border-color: rgb(46,65,85); }
td.TdClassName
{
border-color: #2E4155;
}
.TagClassName
{
border-color: #2E4155;
}
</style>