Shades of Ming #3E706D
Tints of Ming #3E706D
RGB
CMYK
RGB Variations
Color information
#3E706D (or 0x3E706D) is known color: Ming. HEX triplet: 3E, 70 and 6D. RGB value is (62,112,109). Sum of RGB (Red+Green+Blue) = 62+112+109=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #3E706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E706D is #C18F92. Grayscale: #606060. Windows color (decimal): -12685203 or 7172158. OLE color: 7172158.
HSL color Cylindrical-coordinate representation of color #3E706D: hue angle of 176.4º 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 #3E706D is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 62 | 112 | 109 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.56 |
| HSL | 176.4º | 0.29% | 0.34% | - |
| HSV(B) | 176.4º | 0.45% | 0.44% | - |
| XYZ | 10.54 | 13.72 | 16.56 | - |
| YUV | 96.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 112 | 109 | 0.45 | 0 | 0.03 | 0.56 | 176.4 | 0.29 | 0.34 |
| Hex | 3E | 70 | 6D | 2D | 0 | 3 | 38 | B0 | 1D | 22 |
| Octal | 76 | 160 | 155 | 55 | 0 | 3 | 70 | 260 | 35 | 42 |
| Binary | 111110 | 1110000 | 1101101 | 101101 | 0 | 11 | 111000 | 10110000 | 11101 | 100010 |
Color Harmonies of #3E706D
Complementary color
Monochromatic Colors of #3E706D
Black with #3E706D
Text Example
Text Example
White with #3E706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E706D; }
p { color: rgb(62,112,109); }
H1.HeaderClassName
{
color: #3E706D;
}
.AnyTagClassName
{
color: #3E706D;
}
</style>
background-color css
<style>
a { background-color: #3E706D; }
a { background-color: rgb(62,112,109); }
div.DivClassName
{
background-color: #3E706D;
}
.BgClassName
{
background-color: #3E706D;
}
</style>
border-color css
<style>
span { border-color: #3E706D; }
span { border-color: rgb(62,112,109); }
td.TdClassName
{
border-color: #3E706D;
}
.TagClassName
{
border-color: #3E706D;
}
</style>