Shades of Madison #303F52
Tints of Madison #303F52
RGB
CMYK
RGB Variations
Color information
#303F52 (or 0x303F52) is known color: Madison. HEX triplet: 30, 3F and 52. RGB value is (48,63,82). Sum of RGB (Red+Green+Blue) = 48+63+82=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #303F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F52 is #CFC0AD. Grayscale: #3C3C3C. Windows color (decimal): -13615278 or 5390128. OLE color: 5390128.
HSL color Cylindrical-coordinate representation of color #303F52: hue angle of 213.53º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303F52 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 63 | 82 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.68 |
| HSL | 213.53º | 0.26% | 0.25% | - |
| HSV(B) | 213.53º | 0.41% | 0.32% | - |
| XYZ | 4.52 | 4.79 | 8.67 | - |
| YUV | 60.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 82 | 0.41 | 0.23 | 0 | 0.68 | 213.53 | 0.26 | 0.25 |
| Hex | 30 | 3F | 52 | 29 | 17 | 0 | 44 | D6 | 1A | 19 |
| Octal | 60 | 77 | 122 | 51 | 27 | 0 | 104 | 326 | 32 | 31 |
| Binary | 110000 | 111111 | 1010010 | 101001 | 10111 | 0 | 1000100 | 11010110 | 11010 | 11001 |
Color Harmonies of #303F52
Complementary color
Monochromatic Colors of #303F52
Black with #303F52
Text Example
Text Example
White with #303F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F52; }
p { color: rgb(48,63,82); }
H1.HeaderClassName
{
color: #303F52;
}
.AnyTagClassName
{
color: #303F52;
}
</style>
background-color css
<style>
a { background-color: #303F52; }
a { background-color: rgb(48,63,82); }
div.DivClassName
{
background-color: #303F52;
}
.BgClassName
{
background-color: #303F52;
}
</style>
border-color css
<style>
span { border-color: #303F52; }
span { border-color: rgb(48,63,82); }
td.TdClassName
{
border-color: #303F52;
}
.TagClassName
{
border-color: #303F52;
}
</style>