Shades of Madison #2D3E4F
Tints of Madison #2D3E4F
RGB
CMYK
RGB Variations
Color information
#2D3E4F (or 0x2D3E4F) is known color: Madison. HEX triplet: 2D, 3E and 4F. RGB value is (45,62,79). Sum of RGB (Red+Green+Blue) = 45+62+79=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #2D3E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3E4F is #D2C1B0. Grayscale: #3A3A3A. Windows color (decimal): -13812145 or 5193261. OLE color: 5193261.
HSL color Cylindrical-coordinate representation of color #2D3E4F: hue angle of 210º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2D3E4F is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 62 | 79 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.69 |
| HSL | 210º | 0.27% | 0.24% | - |
| HSV(B) | 210º | 0.43% | 0.31% | - |
| XYZ | 4.22 | 4.57 | 8.06 | - |
| YUV | 58.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 62 | 79 | 0.43 | 0.22 | 0 | 0.69 | 210 | 0.27 | 0.24 |
| Hex | 2D | 3E | 4F | 2B | 16 | 0 | 45 | D2 | 1B | 18 |
| Octal | 55 | 76 | 117 | 53 | 26 | 0 | 105 | 322 | 33 | 30 |
| Binary | 101101 | 111110 | 1001111 | 101011 | 10110 | 0 | 1000101 | 11010010 | 11011 | 11000 |
Color Harmonies of #2D3E4F
Complementary color
Monochromatic Colors of #2D3E4F
Black with #2D3E4F
Text Example
Text Example
White with #2D3E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3E4F; }
p { color: rgb(45,62,79); }
H1.HeaderClassName
{
color: #2D3E4F;
}
.AnyTagClassName
{
color: #2D3E4F;
}
</style>
background-color css
<style>
a { background-color: #2D3E4F; }
a { background-color: rgb(45,62,79); }
div.DivClassName
{
background-color: #2D3E4F;
}
.BgClassName
{
background-color: #2D3E4F;
}
</style>
border-color css
<style>
span { border-color: #2D3E4F; }
span { border-color: rgb(45,62,79); }
td.TdClassName
{
border-color: #2D3E4F;
}
.TagClassName
{
border-color: #2D3E4F;
}
</style>