Shades of Madison #304258
Tints of Madison #304258
RGB
CMYK
RGB Variations
Color information
#304258 (or 0x304258) is known color: Madison. HEX triplet: 30, 42 and 58. RGB value is (48,66,88). Sum of RGB (Red+Green+Blue) = 48+66+88=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #304258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304258 is #CFBDA7. Grayscale: #3F3F3F. Windows color (decimal): -13614504 or 5784112. OLE color: 5784112.
HSL color Cylindrical-coordinate representation of color #304258: hue angle of 213º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304258 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 66 | 88 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.65 |
| HSL | 213º | 0.29% | 0.27% | - |
| HSV(B) | 213º | 0.45% | 0.35% | - |
| XYZ | 4.93 | 5.23 | 9.98 | - |
| YUV | 63.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 88 | 0.45 | 0.25 | 0 | 0.65 | 213 | 0.29 | 0.27 |
| Hex | 30 | 42 | 58 | 2D | 19 | 0 | 41 | D5 | 1D | 1B |
| Octal | 60 | 102 | 130 | 55 | 31 | 0 | 101 | 325 | 35 | 33 |
| Binary | 110000 | 1000010 | 1011000 | 101101 | 11001 | 0 | 1000001 | 11010101 | 11101 | 11011 |
Color Harmonies of #304258
Complementary color
Monochromatic Colors of #304258
Black with #304258
Text Example
Text Example
White with #304258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304258; }
p { color: rgb(48,66,88); }
H1.HeaderClassName
{
color: #304258;
}
.AnyTagClassName
{
color: #304258;
}
</style>
background-color css
<style>
a { background-color: #304258; }
a { background-color: rgb(48,66,88); }
div.DivClassName
{
background-color: #304258;
}
.BgClassName
{
background-color: #304258;
}
</style>
border-color css
<style>
span { border-color: #304258; }
span { border-color: rgb(48,66,88); }
td.TdClassName
{
border-color: #304258;
}
.TagClassName
{
border-color: #304258;
}
</style>