Shades of Madison #303E51
Tints of Madison #303E51
RGB
CMYK
RGB Variations
Color information
#303E51 (or 0x303E51) is known color: Madison. HEX triplet: 30, 3E and 51. RGB value is (48,62,81). Sum of RGB (Red+Green+Blue) = 48+62+81=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #303E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E51 is #CFC1AE. Grayscale: #3B3B3B. Windows color (decimal): -13615535 or 5324336. OLE color: 5324336.
HSL color Cylindrical-coordinate representation of color #303E51: hue angle of 214.55º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303E51 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 62 | 81 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.68 |
| HSL | 214.55º | 0.26% | 0.25% | - |
| HSV(B) | 214.55º | 0.41% | 0.32% | - |
| XYZ | 4.43 | 4.67 | 8.45 | - |
| YUV | 59.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 81 | 0.41 | 0.23 | 0 | 0.68 | 214.55 | 0.26 | 0.25 |
| Hex | 30 | 3E | 51 | 29 | 17 | 0 | 44 | D7 | 1A | 19 |
| Octal | 60 | 76 | 121 | 51 | 27 | 0 | 104 | 327 | 32 | 31 |
| Binary | 110000 | 111110 | 1010001 | 101001 | 10111 | 0 | 1000100 | 11010111 | 11010 | 11001 |
Color Harmonies of #303E51
Complementary color
Monochromatic Colors of #303E51
Black with #303E51
Text Example
Text Example
White with #303E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E51; }
p { color: rgb(48,62,81); }
H1.HeaderClassName
{
color: #303E51;
}
.AnyTagClassName
{
color: #303E51;
}
</style>
background-color css
<style>
a { background-color: #303E51; }
a { background-color: rgb(48,62,81); }
div.DivClassName
{
background-color: #303E51;
}
.BgClassName
{
background-color: #303E51;
}
</style>
border-color css
<style>
span { border-color: #303E51; }
span { border-color: rgb(48,62,81); }
td.TdClassName
{
border-color: #303E51;
}
.TagClassName
{
border-color: #303E51;
}
</style>