Shades of Ming #3D7071
Tints of Ming #3D7071
RGB
CMYK
RGB Variations
Color information
#3D7071 (or 0x3D7071) is known color: Ming. HEX triplet: 3D, 70 and 71. RGB value is (61,112,113). Sum of RGB (Red+Green+Blue) = 61+112+113=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D7071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7071 is #C28F8E. Grayscale: #606060. Windows color (decimal): -12750735 or 7434301. OLE color: 7434301.
HSL color Cylindrical-coordinate representation of color #3D7071: hue angle of 181.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D7071 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 112 | 113 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.56 |
| HSL | 181.15º | 0.3% | 0.34% | - |
| HSV(B) | 181.15º | 0.46% | 0.44% | - |
| XYZ | 10.7 | 13.77 | 17.72 | - |
| YUV | 96.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 112 | 113 | 0.46 | 0.01 | 0 | 0.56 | 181.15 | 0.3 | 0.34 |
| Hex | 3D | 70 | 71 | 2E | 1 | 0 | 38 | B5 | 1E | 22 |
| Octal | 75 | 160 | 161 | 56 | 1 | 0 | 70 | 265 | 36 | 42 |
| Binary | 111101 | 1110000 | 1110001 | 101110 | 1 | 0 | 111000 | 10110101 | 11110 | 100010 |
Color Harmonies of #3D7071
Complementary color
Monochromatic Colors of #3D7071
Black with #3D7071
Text Example
Text Example
White with #3D7071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7071; }
p { color: rgb(61,112,113); }
H1.HeaderClassName
{
color: #3D7071;
}
.AnyTagClassName
{
color: #3D7071;
}
</style>
background-color css
<style>
a { background-color: #3D7071; }
a { background-color: rgb(61,112,113); }
div.DivClassName
{
background-color: #3D7071;
}
.BgClassName
{
background-color: #3D7071;
}
</style>
border-color css
<style>
span { border-color: #3D7071; }
span { border-color: rgb(61,112,113); }
td.TdClassName
{
border-color: #3D7071;
}
.TagClassName
{
border-color: #3D7071;
}
</style>