Shades of Madison #303F4E
Tints of Madison #303F4E
RGB
CMYK
RGB Variations
Color information
#303F4E (or 0x303F4E) is known color: Madison. HEX triplet: 30, 3F and 4E. RGB value is (48,63,78). Sum of RGB (Red+Green+Blue) = 48+63+78=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #303F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F4E is #CFC0B1. Grayscale: #3C3C3C. Windows color (decimal): -13615282 or 5127984. OLE color: 5127984.
HSL color Cylindrical-coordinate representation of color #303F4E: hue angle of 210º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #303F4E is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 63 | 78 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.69 |
| HSL | 210º | 0.24% | 0.25% | - |
| HSV(B) | 210º | 0.38% | 0.31% | - |
| XYZ | 4.37 | 4.73 | 7.89 | - |
| YUV | 60.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 78 | 0.38 | 0.19 | 0 | 0.69 | 210 | 0.24 | 0.25 |
| Hex | 30 | 3F | 4E | 26 | 13 | 0 | 45 | D2 | 18 | 19 |
| Octal | 60 | 77 | 116 | 46 | 23 | 0 | 105 | 322 | 30 | 31 |
| Binary | 110000 | 111111 | 1001110 | 100110 | 10011 | 0 | 1000101 | 11010010 | 11000 | 11001 |
Color Harmonies of #303F4E
Complementary color
Monochromatic Colors of #303F4E
Black with #303F4E
Text Example
Text Example
White with #303F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F4E; }
p { color: rgb(48,63,78); }
H1.HeaderClassName
{
color: #303F4E;
}
.AnyTagClassName
{
color: #303F4E;
}
</style>
background-color css
<style>
a { background-color: #303F4E; }
a { background-color: rgb(48,63,78); }
div.DivClassName
{
background-color: #303F4E;
}
.BgClassName
{
background-color: #303F4E;
}
</style>
border-color css
<style>
span { border-color: #303F4E; }
span { border-color: rgb(48,63,78); }
td.TdClassName
{
border-color: #303F4E;
}
.TagClassName
{
border-color: #303F4E;
}
</style>