Shades of Madison #2E4154
Tints of Madison #2E4154
RGB
CMYK
RGB Variations
Color information
#2E4154 (or 0x2E4154) is known color: Madison. HEX triplet: 2E, 41 and 54. RGB value is (46,65,84). Sum of RGB (Red+Green+Blue) = 46+65+84=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #2E4154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4154 is #D1BEAB. Grayscale: #3D3D3D. Windows color (decimal): -13745836 or 5521710. OLE color: 5521710.
HSL color Cylindrical-coordinate representation of color #2E4154: hue angle of 210º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E4154 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 65 | 84 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.67 |
| HSL | 210º | 0.29% | 0.25% | - |
| HSV(B) | 210º | 0.45% | 0.33% | - |
| XYZ | 4.62 | 5 | 9.11 | - |
| YUV | 61.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 84 | 0.45 | 0.23 | 0 | 0.67 | 210 | 0.29 | 0.25 |
| Hex | 2E | 41 | 54 | 2D | 17 | 0 | 43 | D2 | 1D | 19 |
| Octal | 56 | 101 | 124 | 55 | 27 | 0 | 103 | 322 | 35 | 31 |
| Binary | 101110 | 1000001 | 1010100 | 101101 | 10111 | 0 | 1000011 | 11010010 | 11101 | 11001 |
Color Harmonies of #2E4154
Complementary color
Monochromatic Colors of #2E4154
Black with #2E4154
Text Example
Text Example
White with #2E4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4154; }
p { color: rgb(46,65,84); }
H1.HeaderClassName
{
color: #2E4154;
}
.AnyTagClassName
{
color: #2E4154;
}
</style>
background-color css
<style>
a { background-color: #2E4154; }
a { background-color: rgb(46,65,84); }
div.DivClassName
{
background-color: #2E4154;
}
.BgClassName
{
background-color: #2E4154;
}
</style>
border-color css
<style>
span { border-color: #2E4154; }
span { border-color: rgb(46,65,84); }
td.TdClassName
{
border-color: #2E4154;
}
.TagClassName
{
border-color: #2E4154;
}
</style>