Shades of Madison #2D4054
Tints of Madison #2D4054
RGB
CMYK
RGB Variations
Color information
#2D4054 (or 0x2D4054) is known color: Madison. HEX triplet: 2D, 40 and 54. RGB value is (45,64,84). Sum of RGB (Red+Green+Blue) = 45+64+84=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #2D4054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4054 is #D2BFAB. Grayscale: #3C3C3C. Windows color (decimal): -13811628 or 5521453. OLE color: 5521453.
HSL color Cylindrical-coordinate representation of color #2D4054: hue angle of 210.77º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D4054 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 64 | 84 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.67 |
| HSL | 210.77º | 0.3% | 0.25% | - |
| HSV(B) | 210.77º | 0.46% | 0.33% | - |
| XYZ | 4.52 | 4.86 | 9.09 | - |
| YUV | 60.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 84 | 0.46 | 0.24 | 0 | 0.67 | 210.77 | 0.3 | 0.25 |
| Hex | 2D | 40 | 54 | 2E | 18 | 0 | 43 | D3 | 1E | 19 |
| Octal | 55 | 100 | 124 | 56 | 30 | 0 | 103 | 323 | 36 | 31 |
| Binary | 101101 | 1000000 | 1010100 | 101110 | 11000 | 0 | 1000011 | 11010011 | 11110 | 11001 |
Color Harmonies of #2D4054
Complementary color
Monochromatic Colors of #2D4054
Black with #2D4054
Text Example
Text Example
White with #2D4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4054; }
p { color: rgb(45,64,84); }
H1.HeaderClassName
{
color: #2D4054;
}
.AnyTagClassName
{
color: #2D4054;
}
</style>
background-color css
<style>
a { background-color: #2D4054; }
a { background-color: rgb(45,64,84); }
div.DivClassName
{
background-color: #2D4054;
}
.BgClassName
{
background-color: #2D4054;
}
</style>
border-color css
<style>
span { border-color: #2D4054; }
span { border-color: rgb(45,64,84); }
td.TdClassName
{
border-color: #2D4054;
}
.TagClassName
{
border-color: #2D4054;
}
</style>