Shades of Ming #3E747D
Tints of Ming #3E747D
RGB
CMYK
RGB Variations
Color information
#3E747D (or 0x3E747D) is known color: Ming. HEX triplet: 3E, 74 and 7D. RGB value is (62,116,125). Sum of RGB (Red+Green+Blue) = 62+116+125=303 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.46% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E747D is #C18B82. Grayscale: #646464. Windows color (decimal): -12684163 or 8221758. OLE color: 8221758.
HSL color Cylindrical-coordinate representation of color #3E747D: hue angle of 188.57º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E747D is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 116 | 125 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.51 |
| HSL | 188.57º | 0.34% | 0.37% | - |
| HSV(B) | 188.57º | 0.5% | 0.49% | - |
| XYZ | 11.93 | 15 | 21.67 | - |
| YUV | 100.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 125 | 0.50 | 0.07 | 0 | 0.51 | 188.57 | 0.34 | 0.37 |
| Hex | 3E | 74 | 7D | 32 | 7 | 0 | 33 | BD | 22 | 25 |
| Octal | 76 | 164 | 175 | 62 | 7 | 0 | 63 | 275 | 42 | 45 |
| Binary | 111110 | 1110100 | 1111101 | 110010 | 111 | 0 | 110011 | 10111101 | 100010 | 100101 |
Color Harmonies of #3E747D
Complementary color
Monochromatic Colors of #3E747D
Black with #3E747D
Text Example
Text Example
White with #3E747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E747D; }
p { color: rgb(62,116,125); }
H1.HeaderClassName
{
color: #3E747D;
}
.AnyTagClassName
{
color: #3E747D;
}
</style>
background-color css
<style>
a { background-color: #3E747D; }
a { background-color: rgb(62,116,125); }
div.DivClassName
{
background-color: #3E747D;
}
.BgClassName
{
background-color: #3E747D;
}
</style>
border-color css
<style>
span { border-color: #3E747D; }
span { border-color: rgb(62,116,125); }
td.TdClassName
{
border-color: #3E747D;
}
.TagClassName
{
border-color: #3E747D;
}
</style>