Shades of Ming #3E7875
Tints of Ming #3E7875
RGB
CMYK
RGB Variations
Color information
#3E7875 (or 0x3E7875) is known color: Ming. HEX triplet: 3E, 78 and 75. RGB value is (62,120,117). Sum of RGB (Red+Green+Blue) = 62+120+117=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #3E7875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7875 is #C1878A. Grayscale: #666666. Windows color (decimal): -12683147 or 7698494. OLE color: 7698494.
HSL color Cylindrical-coordinate representation of color #3E7875: hue angle of 176.9º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E7875 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 62 | 120 | 117 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.53 |
| HSL | 176.9º | 0.32% | 0.36% | - |
| HSV(B) | 176.9º | 0.48% | 0.47% | - |
| XYZ | 11.91 | 15.74 | 19.24 | - |
| YUV | 102.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 117 | 0.48 | 0 | 0.02 | 0.53 | 176.9 | 0.32 | 0.36 |
| Hex | 3E | 78 | 75 | 30 | 0 | 2 | 35 | B1 | 20 | 24 |
| Octal | 76 | 170 | 165 | 60 | 0 | 2 | 65 | 261 | 40 | 44 |
| Binary | 111110 | 1111000 | 1110101 | 110000 | 0 | 10 | 110101 | 10110001 | 100000 | 100100 |
Color Harmonies of #3E7875
Complementary color
Monochromatic Colors of #3E7875
Black with #3E7875
Text Example
Text Example
White with #3E7875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7875; }
p { color: rgb(62,120,117); }
H1.HeaderClassName
{
color: #3E7875;
}
.AnyTagClassName
{
color: #3E7875;
}
</style>
background-color css
<style>
a { background-color: #3E7875; }
a { background-color: rgb(62,120,117); }
div.DivClassName
{
background-color: #3E7875;
}
.BgClassName
{
background-color: #3E7875;
}
</style>
border-color css
<style>
span { border-color: #3E7875; }
span { border-color: rgb(62,120,117); }
td.TdClassName
{
border-color: #3E7875;
}
.TagClassName
{
border-color: #3E7875;
}
</style>