Shades of Ming #3E7F7D
Tints of Ming #3E7F7D
RGB
CMYK
RGB Variations
Color information
#3E7F7D (or 0x3E7F7D) is known color: Ming. HEX triplet: 3E, 7F and 7D. RGB value is (62,127,125). Sum of RGB (Red+Green+Blue) = 62+127+125=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 127 - color contains mainly: green. Hex color #3E7F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7F7D is #C18082. Grayscale: #6B6B6B. Windows color (decimal): -12681347 or 8224574. OLE color: 8224574.
HSL color Cylindrical-coordinate representation of color #3E7F7D: hue angle of 178.15º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E7F7D is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 62 | 127 | 125 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.50 |
| HSL | 178.15º | 0.34% | 0.37% | - |
| HSV(B) | 178.15º | 0.51% | 0.5% | - |
| XYZ | 13.28 | 17.68 | 22.12 | - |
| YUV | 107.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 127 | 125 | 0.51 | 0 | 0.02 | 0.50 | 178.15 | 0.34 | 0.37 |
| Hex | 3E | 7F | 7D | 33 | 0 | 2 | 32 | B2 | 22 | 25 |
| Octal | 76 | 177 | 175 | 63 | 0 | 2 | 62 | 262 | 42 | 45 |
| Binary | 111110 | 1111111 | 1111101 | 110011 | 0 | 10 | 110010 | 10110010 | 100010 | 100101 |
Color Harmonies of #3E7F7D
Complementary color
Monochromatic Colors of #3E7F7D
Black with #3E7F7D
Text Example
Text Example
White with #3E7F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7F7D; }
p { color: rgb(62,127,125); }
H1.HeaderClassName
{
color: #3E7F7D;
}
.AnyTagClassName
{
color: #3E7F7D;
}
</style>
background-color css
<style>
a { background-color: #3E7F7D; }
a { background-color: rgb(62,127,125); }
div.DivClassName
{
background-color: #3E7F7D;
}
.BgClassName
{
background-color: #3E7F7D;
}
</style>
border-color css
<style>
span { border-color: #3E7F7D; }
span { border-color: rgb(62,127,125); }
td.TdClassName
{
border-color: #3E7F7D;
}
.TagClassName
{
border-color: #3E7F7D;
}
</style>