Shades of Madison #303F55
Tints of Madison #303F55
RGB
CMYK
RGB Variations
Color information
#303F55 (or 0x303F55) is known color: Madison. HEX triplet: 30, 3F and 55. RGB value is (48,63,85). Sum of RGB (Red+Green+Blue) = 48+63+85=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #303F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F55 is #CFC0AA. Grayscale: #3C3C3C. Windows color (decimal): -13615275 or 5586736. OLE color: 5586736.
HSL color Cylindrical-coordinate representation of color #303F55: hue angle of 215.68º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #303F55 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 63 | 85 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.67 |
| HSL | 215.68º | 0.28% | 0.26% | - |
| HSV(B) | 215.68º | 0.44% | 0.33% | - |
| XYZ | 4.64 | 4.84 | 9.28 | - |
| YUV | 61.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 85 | 0.44 | 0.26 | 0 | 0.67 | 215.68 | 0.28 | 0.26 |
| Hex | 30 | 3F | 55 | 2C | 1A | 0 | 43 | D8 | 1C | 1A |
| Octal | 60 | 77 | 125 | 54 | 32 | 0 | 103 | 330 | 34 | 32 |
| Binary | 110000 | 111111 | 1010101 | 101100 | 11010 | 0 | 1000011 | 11011000 | 11100 | 11010 |
Color Harmonies of #303F55
Complementary color
Monochromatic Colors of #303F55
Black with #303F55
Text Example
Text Example
White with #303F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F55; }
p { color: rgb(48,63,85); }
H1.HeaderClassName
{
color: #303F55;
}
.AnyTagClassName
{
color: #303F55;
}
</style>
background-color css
<style>
a { background-color: #303F55; }
a { background-color: rgb(48,63,85); }
div.DivClassName
{
background-color: #303F55;
}
.BgClassName
{
background-color: #303F55;
}
</style>
border-color css
<style>
span { border-color: #303F55; }
span { border-color: rgb(48,63,85); }
td.TdClassName
{
border-color: #303F55;
}
.TagClassName
{
border-color: #303F55;
}
</style>