Shades of Madison #2D4154
Tints of Madison #2D4154
RGB
CMYK
RGB Variations
Color information
#2D4154 (or 0x2D4154) is known color: Madison. HEX triplet: 2D, 41 and 54. RGB value is (45,65,84). Sum of RGB (Red+Green+Blue) = 45+65+84=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #2D4154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4154 is #D2BEAB. Grayscale: #3D3D3D. Windows color (decimal): -13811372 or 5521709. OLE color: 5521709.
HSL color Cylindrical-coordinate representation of color #2D4154: hue angle of 209.23º 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 #2D4154 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 65 | 84 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.67 |
| HSL | 209.23º | 0.3% | 0.25% | - |
| HSV(B) | 209.23º | 0.46% | 0.33% | - |
| XYZ | 4.57 | 4.98 | 9.11 | - |
| YUV | 61.19 | 140.87 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 84 | 0.46 | 0.23 | 0 | 0.67 | 209.23 | 0.3 | 0.25 |
| Hex | 2D | 41 | 54 | 2E | 17 | 0 | 43 | D1 | 1E | 19 |
| Octal | 55 | 101 | 124 | 56 | 27 | 0 | 103 | 321 | 36 | 31 |
| Binary | 101101 | 1000001 | 1010100 | 101110 | 10111 | 0 | 1000011 | 11010001 | 11110 | 11001 |
Color Harmonies of #2D4154
Complementary color
Monochromatic Colors of #2D4154
Black with #2D4154
Text Example
Text Example
White with #2D4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4154; }
p { color: rgb(45,65,84); }
H1.HeaderClassName
{
color: #2D4154;
}
.AnyTagClassName
{
color: #2D4154;
}
</style>
background-color css
<style>
a { background-color: #2D4154; }
a { background-color: rgb(45,65,84); }
div.DivClassName
{
background-color: #2D4154;
}
.BgClassName
{
background-color: #2D4154;
}
</style>
border-color css
<style>
span { border-color: #2D4154; }
span { border-color: rgb(45,65,84); }
td.TdClassName
{
border-color: #2D4154;
}
.TagClassName
{
border-color: #2D4154;
}
</style>