Shades of Ming #3E7071
Tints of Ming #3E7071
RGB
CMYK
RGB Variations
Color information
#3E7071 (or 0x3E7071) is known color: Ming. HEX triplet: 3E, 70 and 71. RGB value is (62,112,113). Sum of RGB (Red+Green+Blue) = 62+112+113=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #3E7071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7071 is #C18F8E. Grayscale: #616161. Windows color (decimal): -12685199 or 7434302. OLE color: 7434302.
HSL color Cylindrical-coordinate representation of color #3E7071: hue angle of 181.18º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E7071 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 113 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.56 |
| HSL | 181.18º | 0.29% | 0.34% | - |
| HSV(B) | 181.18º | 0.45% | 0.44% | - |
| XYZ | 10.76 | 13.8 | 17.72 | - |
| YUV | 97.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 113 | 0.45 | 0.01 | 0 | 0.56 | 181.18 | 0.29 | 0.34 |
| Hex | 3E | 70 | 71 | 2D | 1 | 0 | 38 | B5 | 1D | 22 |
| Octal | 76 | 160 | 161 | 55 | 1 | 0 | 70 | 265 | 35 | 42 |
| Binary | 111110 | 1110000 | 1110001 | 101101 | 1 | 0 | 111000 | 10110101 | 11101 | 100010 |
Color Harmonies of #3E7071
Complementary color
Monochromatic Colors of #3E7071
Black with #3E7071
Text Example
Text Example
White with #3E7071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7071; }
p { color: rgb(62,112,113); }
H1.HeaderClassName
{
color: #3E7071;
}
.AnyTagClassName
{
color: #3E7071;
}
</style>
background-color css
<style>
a { background-color: #3E7071; }
a { background-color: rgb(62,112,113); }
div.DivClassName
{
background-color: #3E7071;
}
.BgClassName
{
background-color: #3E7071;
}
</style>
border-color css
<style>
span { border-color: #3E7071; }
span { border-color: rgb(62,112,113); }
td.TdClassName
{
border-color: #3E7071;
}
.TagClassName
{
border-color: #3E7071;
}
</style>