Shades of Madison #303F56
Tints of Madison #303F56
RGB
CMYK
RGB Variations
Color information
#303F56 (or 0x303F56) is known color: Madison. HEX triplet: 30, 3F and 56. RGB value is (48,63,86). Sum of RGB (Red+Green+Blue) = 48+63+86=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #303F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F56 is #CFC0A9. Grayscale: #3D3D3D. Windows color (decimal): -13615274 or 5652272. OLE color: 5652272.
HSL color Cylindrical-coordinate representation of color #303F56: hue angle of 216.32º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #303F56 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 63 | 86 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.66 |
| HSL | 216.32º | 0.28% | 0.26% | - |
| HSV(B) | 216.32º | 0.44% | 0.34% | - |
| XYZ | 4.68 | 4.86 | 9.49 | - |
| YUV | 61.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 86 | 0.44 | 0.27 | 0 | 0.66 | 216.32 | 0.28 | 0.26 |
| Hex | 30 | 3F | 56 | 2C | 1B | 0 | 42 | D8 | 1C | 1A |
| Octal | 60 | 77 | 126 | 54 | 33 | 0 | 102 | 330 | 34 | 32 |
| Binary | 110000 | 111111 | 1010110 | 101100 | 11011 | 0 | 1000010 | 11011000 | 11100 | 11010 |
Color Harmonies of #303F56
Complementary color
Monochromatic Colors of #303F56
Black with #303F56
Text Example
Text Example
White with #303F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F56; }
p { color: rgb(48,63,86); }
H1.HeaderClassName
{
color: #303F56;
}
.AnyTagClassName
{
color: #303F56;
}
</style>
background-color css
<style>
a { background-color: #303F56; }
a { background-color: rgb(48,63,86); }
div.DivClassName
{
background-color: #303F56;
}
.BgClassName
{
background-color: #303F56;
}
</style>
border-color css
<style>
span { border-color: #303F56; }
span { border-color: rgb(48,63,86); }
td.TdClassName
{
border-color: #303F56;
}
.TagClassName
{
border-color: #303F56;
}
</style>