Shades of Madison #304153
Tints of Madison #304153
RGB
CMYK
RGB Variations
Color information
#304153 (or 0x304153) is known color: Madison. HEX triplet: 30, 41 and 53. RGB value is (48,65,83). Sum of RGB (Red+Green+Blue) = 48+65+83=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #304153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304153 is #CFBEAC. Grayscale: #3D3D3D. Windows color (decimal): -13614765 or 5456176. OLE color: 5456176.
HSL color Cylindrical-coordinate representation of color #304153: hue angle of 210.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #304153 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 65 | 83 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.67 |
| HSL | 210.86º | 0.27% | 0.26% | - |
| HSV(B) | 210.86º | 0.42% | 0.33% | - |
| XYZ | 4.67 | 5.03 | 8.91 | - |
| YUV | 61.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 83 | 0.42 | 0.22 | 0 | 0.67 | 210.86 | 0.27 | 0.26 |
| Hex | 30 | 41 | 53 | 2A | 16 | 0 | 43 | D3 | 1B | 1A |
| Octal | 60 | 101 | 123 | 52 | 26 | 0 | 103 | 323 | 33 | 32 |
| Binary | 110000 | 1000001 | 1010011 | 101010 | 10110 | 0 | 1000011 | 11010011 | 11011 | 11010 |
Color Harmonies of #304153
Complementary color
Monochromatic Colors of #304153
Black with #304153
Text Example
Text Example
White with #304153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304153; }
p { color: rgb(48,65,83); }
H1.HeaderClassName
{
color: #304153;
}
.AnyTagClassName
{
color: #304153;
}
</style>
background-color css
<style>
a { background-color: #304153; }
a { background-color: rgb(48,65,83); }
div.DivClassName
{
background-color: #304153;
}
.BgClassName
{
background-color: #304153;
}
</style>
border-color css
<style>
span { border-color: #304153; }
span { border-color: rgb(48,65,83); }
td.TdClassName
{
border-color: #304153;
}
.TagClassName
{
border-color: #304153;
}
</style>