Shades of Madison #304050
Tints of Madison #304050
RGB
CMYK
RGB Variations
Color information
#304050 (or 0x304050) is known color: Madison. HEX triplet: 30, 40 and 50. RGB value is (48,64,80). Sum of RGB (Red+Green+Blue) = 48+64+80=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #304050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304050 is #CFBFAF. Grayscale: #3C3C3C. Windows color (decimal): -13615024 or 5259312. OLE color: 5259312.
HSL color Cylindrical-coordinate representation of color #304050: hue angle of 210º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304050 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 64 | 80 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.69 |
| HSL | 210º | 0.25% | 0.25% | - |
| HSV(B) | 210º | 0.4% | 0.31% | - |
| XYZ | 4.5 | 4.87 | 8.29 | - |
| YUV | 61.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 80 | 0.40 | 0.20 | 0 | 0.69 | 210 | 0.25 | 0.25 |
| Hex | 30 | 40 | 50 | 28 | 14 | 0 | 45 | D2 | 19 | 19 |
| Octal | 60 | 100 | 120 | 50 | 24 | 0 | 105 | 322 | 31 | 31 |
| Binary | 110000 | 1000000 | 1010000 | 101000 | 10100 | 0 | 1000101 | 11010010 | 11001 | 11001 |
Color Harmonies of #304050
Complementary color
Monochromatic Colors of #304050
Black with #304050
Text Example
Text Example
White with #304050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304050; }
p { color: rgb(48,64,80); }
H1.HeaderClassName
{
color: #304050;
}
.AnyTagClassName
{
color: #304050;
}
</style>
background-color css
<style>
a { background-color: #304050; }
a { background-color: rgb(48,64,80); }
div.DivClassName
{
background-color: #304050;
}
.BgClassName
{
background-color: #304050;
}
</style>
border-color css
<style>
span { border-color: #304050; }
span { border-color: rgb(48,64,80); }
td.TdClassName
{
border-color: #304050;
}
.TagClassName
{
border-color: #304050;
}
</style>