Shades of Madison #304051
Tints of Madison #304051
RGB
CMYK
RGB Variations
Color information
#304051 (or 0x304051) is known color: Madison. HEX triplet: 30, 40 and 51. RGB value is (48,64,81). Sum of RGB (Red+Green+Blue) = 48+64+81=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #304051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304051 is #CFBFAE. Grayscale: #3D3D3D. Windows color (decimal): -13615023 or 5324848. OLE color: 5324848.
HSL color Cylindrical-coordinate representation of color #304051: hue angle of 210.91º 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 #304051 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 64 | 81 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.68 |
| HSL | 210.91º | 0.26% | 0.25% | - |
| HSV(B) | 210.91º | 0.41% | 0.32% | - |
| XYZ | 4.54 | 4.89 | 8.49 | - |
| YUV | 61.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 81 | 0.41 | 0.21 | 0 | 0.68 | 210.91 | 0.26 | 0.25 |
| Hex | 30 | 40 | 51 | 29 | 15 | 0 | 44 | D3 | 1A | 19 |
| Octal | 60 | 100 | 121 | 51 | 25 | 0 | 104 | 323 | 32 | 31 |
| Binary | 110000 | 1000000 | 1010001 | 101001 | 10101 | 0 | 1000100 | 11010011 | 11010 | 11001 |
Color Harmonies of #304051
Complementary color
Monochromatic Colors of #304051
Black with #304051
Text Example
Text Example
White with #304051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304051; }
p { color: rgb(48,64,81); }
H1.HeaderClassName
{
color: #304051;
}
.AnyTagClassName
{
color: #304051;
}
</style>
background-color css
<style>
a { background-color: #304051; }
a { background-color: rgb(48,64,81); }
div.DivClassName
{
background-color: #304051;
}
.BgClassName
{
background-color: #304051;
}
</style>
border-color css
<style>
span { border-color: #304051; }
span { border-color: rgb(48,64,81); }
td.TdClassName
{
border-color: #304051;
}
.TagClassName
{
border-color: #304051;
}
</style>