Shades of Madison #2F3D4B
Tints of Madison #2F3D4B
RGB
CMYK
RGB Variations
Color information
#2F3D4B (or 0x2F3D4B) is known color: Madison. HEX triplet: 2F, 3D and 4B. RGB value is (47,61,75). Sum of RGB (Red+Green+Blue) = 47+61+75=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F3D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3D4B is #D0C2B4. Grayscale: #3A3A3A. Windows color (decimal): -13681333 or 4930863. OLE color: 4930863.
HSL color Cylindrical-coordinate representation of color #2F3D4B: hue angle of 210º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F3D4B is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 61 | 75 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.71 |
| HSL | 210º | 0.23% | 0.24% | - |
| HSV(B) | 210º | 0.37% | 0.29% | - |
| XYZ | 4.11 | 4.45 | 7.3 | - |
| YUV | 58.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 61 | 75 | 0.37 | 0.19 | 0 | 0.71 | 210 | 0.23 | 0.24 |
| Hex | 2F | 3D | 4B | 25 | 13 | 0 | 47 | D2 | 17 | 18 |
| Octal | 57 | 75 | 113 | 45 | 23 | 0 | 107 | 322 | 27 | 30 |
| Binary | 101111 | 111101 | 1001011 | 100101 | 10011 | 0 | 1000111 | 11010010 | 10111 | 11000 |
Color Harmonies of #2F3D4B
Complementary color
Monochromatic Colors of #2F3D4B
Black with #2F3D4B
Text Example
Text Example
White with #2F3D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3D4B; }
p { color: rgb(47,61,75); }
H1.HeaderClassName
{
color: #2F3D4B;
}
.AnyTagClassName
{
color: #2F3D4B;
}
</style>
background-color css
<style>
a { background-color: #2F3D4B; }
a { background-color: rgb(47,61,75); }
div.DivClassName
{
background-color: #2F3D4B;
}
.BgClassName
{
background-color: #2F3D4B;
}
</style>
border-color css
<style>
span { border-color: #2F3D4B; }
span { border-color: rgb(47,61,75); }
td.TdClassName
{
border-color: #2F3D4B;
}
.TagClassName
{
border-color: #2F3D4B;
}
</style>