Shades of Madison #2F3D4C
Tints of Madison #2F3D4C
RGB
CMYK
RGB Variations
Color information
#2F3D4C (or 0x2F3D4C) is known color: Madison. HEX triplet: 2F, 3D and 4C. RGB value is (47,61,76). Sum of RGB (Red+Green+Blue) = 47+61+76=184 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.54% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F3D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3D4C is #D0C2B3. Grayscale: #3A3A3A. Windows color (decimal): -13681332 or 4996399. OLE color: 4996399.
HSL color Cylindrical-coordinate representation of color #2F3D4C: hue angle of 211.03º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F3D4C is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 61 | 76 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.70 |
| HSL | 211.03º | 0.24% | 0.24% | - |
| HSV(B) | 211.03º | 0.38% | 0.3% | - |
| XYZ | 4.15 | 4.46 | 7.48 | - |
| YUV | 58.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 61 | 76 | 0.38 | 0.20 | 0 | 0.70 | 211.03 | 0.24 | 0.24 |
| Hex | 2F | 3D | 4C | 26 | 14 | 0 | 46 | D3 | 18 | 18 |
| Octal | 57 | 75 | 114 | 46 | 24 | 0 | 106 | 323 | 30 | 30 |
| Binary | 101111 | 111101 | 1001100 | 100110 | 10100 | 0 | 1000110 | 11010011 | 11000 | 11000 |
Color Harmonies of #2F3D4C
Complementary color
Monochromatic Colors of #2F3D4C
Black with #2F3D4C
Text Example
Text Example
White with #2F3D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3D4C; }
p { color: rgb(47,61,76); }
H1.HeaderClassName
{
color: #2F3D4C;
}
.AnyTagClassName
{
color: #2F3D4C;
}
</style>
background-color css
<style>
a { background-color: #2F3D4C; }
a { background-color: rgb(47,61,76); }
div.DivClassName
{
background-color: #2F3D4C;
}
.BgClassName
{
background-color: #2F3D4C;
}
</style>
border-color css
<style>
span { border-color: #2F3D4C; }
span { border-color: rgb(47,61,76); }
td.TdClassName
{
border-color: #2F3D4C;
}
.TagClassName
{
border-color: #2F3D4C;
}
</style>