Shades of Madison #304357
Tints of Madison #304357
RGB
CMYK
RGB Variations
Color information
#304357 (or 0x304357) is known color: Madison. HEX triplet: 30, 43 and 57. RGB value is (48,67,87). Sum of RGB (Red+Green+Blue) = 48+67+87=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #304357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304357 is #CFBCA8. Grayscale: #3F3F3F. Windows color (decimal): -13614249 or 5718832. OLE color: 5718832.
HSL color Cylindrical-coordinate representation of color #304357: hue angle of 210.77º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304357 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 67 | 87 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.66 |
| HSL | 210.77º | 0.29% | 0.26% | - |
| HSV(B) | 210.77º | 0.45% | 0.34% | - |
| XYZ | 4.95 | 5.33 | 9.79 | - |
| YUV | 63.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 87 | 0.45 | 0.23 | 0 | 0.66 | 210.77 | 0.29 | 0.26 |
| Hex | 30 | 43 | 57 | 2D | 17 | 0 | 42 | D3 | 1D | 1A |
| Octal | 60 | 103 | 127 | 55 | 27 | 0 | 102 | 323 | 35 | 32 |
| Binary | 110000 | 1000011 | 1010111 | 101101 | 10111 | 0 | 1000010 | 11010011 | 11101 | 11010 |
Color Harmonies of #304357
Complementary color
Monochromatic Colors of #304357
Black with #304357
Text Example
Text Example
White with #304357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304357; }
p { color: rgb(48,67,87); }
H1.HeaderClassName
{
color: #304357;
}
.AnyTagClassName
{
color: #304357;
}
</style>
background-color css
<style>
a { background-color: #304357; }
a { background-color: rgb(48,67,87); }
div.DivClassName
{
background-color: #304357;
}
.BgClassName
{
background-color: #304357;
}
</style>
border-color css
<style>
span { border-color: #304357; }
span { border-color: rgb(48,67,87); }
td.TdClassName
{
border-color: #304357;
}
.TagClassName
{
border-color: #304357;
}
</style>