Shades of Madison #303E50
Tints of Madison #303E50
RGB
CMYK
RGB Variations
Color information
#303E50 (or 0x303E50) is known color: Madison. HEX triplet: 30, 3E and 50. RGB value is (48,62,80). Sum of RGB (Red+Green+Blue) = 48+62+80=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #303E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E50 is #CFC1AF. Grayscale: #3B3B3B. Windows color (decimal): -13615536 or 5258800. OLE color: 5258800.
HSL color Cylindrical-coordinate representation of color #303E50: hue angle of 213.75º 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 #303E50 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 62 | 80 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.69 |
| HSL | 213.75º | 0.25% | 0.25% | - |
| HSV(B) | 213.75º | 0.4% | 0.31% | - |
| XYZ | 4.39 | 4.65 | 8.26 | - |
| YUV | 59.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 80 | 0.40 | 0.22 | 0 | 0.69 | 213.75 | 0.25 | 0.25 |
| Hex | 30 | 3E | 50 | 28 | 16 | 0 | 45 | D6 | 19 | 19 |
| Octal | 60 | 76 | 120 | 50 | 26 | 0 | 105 | 326 | 31 | 31 |
| Binary | 110000 | 111110 | 1010000 | 101000 | 10110 | 0 | 1000101 | 11010110 | 11001 | 11001 |
Color Harmonies of #303E50
Complementary color
Monochromatic Colors of #303E50
Black with #303E50
Text Example
Text Example
White with #303E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E50; }
p { color: rgb(48,62,80); }
H1.HeaderClassName
{
color: #303E50;
}
.AnyTagClassName
{
color: #303E50;
}
</style>
background-color css
<style>
a { background-color: #303E50; }
a { background-color: rgb(48,62,80); }
div.DivClassName
{
background-color: #303E50;
}
.BgClassName
{
background-color: #303E50;
}
</style>
border-color css
<style>
span { border-color: #303E50; }
span { border-color: rgb(48,62,80); }
td.TdClassName
{
border-color: #303E50;
}
.TagClassName
{
border-color: #303E50;
}
</style>