Shades of Madison #303F59
Tints of Madison #303F59
RGB
CMYK
RGB Variations
Color information
#303F59 (or 0x303F59) is known color: Madison. HEX triplet: 30, 3F and 59. RGB value is (48,63,89). Sum of RGB (Red+Green+Blue) = 48+63+89=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #303F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F59 is #CFC0A6. Grayscale: #3D3D3D. Windows color (decimal): -13615271 or 5848880. OLE color: 5848880.
HSL color Cylindrical-coordinate representation of color #303F59: hue angle of 218.05º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #303F59 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 63 | 89 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.65 |
| HSL | 218.05º | 0.3% | 0.27% | - |
| HSV(B) | 218.05º | 0.46% | 0.35% | - |
| XYZ | 4.8 | 4.9 | 10.14 | - |
| YUV | 61.48 | 143.53 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 89 | 0.46 | 0.29 | 0 | 0.65 | 218.05 | 0.3 | 0.27 |
| Hex | 30 | 3F | 59 | 2E | 1D | 0 | 41 | DA | 1E | 1B |
| Octal | 60 | 77 | 131 | 56 | 35 | 0 | 101 | 332 | 36 | 33 |
| Binary | 110000 | 111111 | 1011001 | 101110 | 11101 | 0 | 1000001 | 11011010 | 11110 | 11011 |
Color Harmonies of #303F59
Complementary color
Monochromatic Colors of #303F59
Black with #303F59
Text Example
Text Example
White with #303F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F59; }
p { color: rgb(48,63,89); }
H1.HeaderClassName
{
color: #303F59;
}
.AnyTagClassName
{
color: #303F59;
}
</style>
background-color css
<style>
a { background-color: #303F59; }
a { background-color: rgb(48,63,89); }
div.DivClassName
{
background-color: #303F59;
}
.BgClassName
{
background-color: #303F59;
}
</style>
border-color css
<style>
span { border-color: #303F59; }
span { border-color: rgb(48,63,89); }
td.TdClassName
{
border-color: #303F59;
}
.TagClassName
{
border-color: #303F59;
}
</style>