Shades of Madison #304359
Tints of Madison #304359
RGB
CMYK
RGB Variations
Color information
#304359 (or 0x304359) is known color: Madison. HEX triplet: 30, 43 and 59. RGB value is (48,67,89). Sum of RGB (Red+Green+Blue) = 48+67+89=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #304359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304359 is #CFBCA6. Grayscale: #3F3F3F. Windows color (decimal): -13614247 or 5849904. OLE color: 5849904.
HSL color Cylindrical-coordinate representation of color #304359: hue angle of 212.2º 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 #304359 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 67 | 89 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.65 |
| HSL | 212.2º | 0.3% | 0.27% | - |
| HSV(B) | 212.2º | 0.46% | 0.35% | - |
| XYZ | 5.03 | 5.36 | 10.22 | - |
| YUV | 63.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 89 | 0.46 | 0.25 | 0 | 0.65 | 212.2 | 0.3 | 0.27 |
| Hex | 30 | 43 | 59 | 2E | 19 | 0 | 41 | D4 | 1E | 1B |
| Octal | 60 | 103 | 131 | 56 | 31 | 0 | 101 | 324 | 36 | 33 |
| Binary | 110000 | 1000011 | 1011001 | 101110 | 11001 | 0 | 1000001 | 11010100 | 11110 | 11011 |
Color Harmonies of #304359
Complementary color
Monochromatic Colors of #304359
Black with #304359
Text Example
Text Example
White with #304359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304359; }
p { color: rgb(48,67,89); }
H1.HeaderClassName
{
color: #304359;
}
.AnyTagClassName
{
color: #304359;
}
</style>
background-color css
<style>
a { background-color: #304359; }
a { background-color: rgb(48,67,89); }
div.DivClassName
{
background-color: #304359;
}
.BgClassName
{
background-color: #304359;
}
</style>
border-color css
<style>
span { border-color: #304359; }
span { border-color: rgb(48,67,89); }
td.TdClassName
{
border-color: #304359;
}
.TagClassName
{
border-color: #304359;
}
</style>