Shades of Ming #3E7B7C
Tints of Ming #3E7B7C
RGB
CMYK
RGB Variations
Color information
#3E7B7C (or 0x3E7B7C) is known color: Ming. HEX triplet: 3E, 7B and 7C. RGB value is (62,123,124). Sum of RGB (Red+Green+Blue) = 62+123+124=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E7B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B7C is #C18483. Grayscale: #686868. Windows color (decimal): -12682372 or 8158014. OLE color: 8158014.
HSL color Cylindrical-coordinate representation of color #3E7B7C: hue angle of 180.97º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7B7C is Cyan = 0.5, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 123 | 124 | - |
| CMYK | 0.5 | 0.01 | 0 | 0.51 |
| HSL | 180.97º | 0.33% | 0.36% | - |
| HSV(B) | 180.97º | 0.5% | 0.49% | - |
| XYZ | 12.71 | 16.65 | 21.61 | - |
| YUV | 104.88 | 138.79 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 123 | 124 | 0.5 | 0.01 | 0 | 0.51 | 180.97 | 0.33 | 0.36 |
| Hex | 3E | 7B | 7C | 32 | 1 | 0 | 33 | B5 | 21 | 24 |
| Octal | 76 | 173 | 174 | 62 | 1 | 0 | 63 | 265 | 41 | 44 |
| Binary | 111110 | 1111011 | 1111100 | 110010 | 1 | 0 | 110011 | 10110101 | 100001 | 100100 |
Color Harmonies of #3E7B7C
Complementary color
Monochromatic Colors of #3E7B7C
Black with #3E7B7C
Text Example
Text Example
White with #3E7B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7B7C; }
p { color: rgb(62,123,124); }
H1.HeaderClassName
{
color: #3E7B7C;
}
.AnyTagClassName
{
color: #3E7B7C;
}
</style>
background-color css
<style>
a { background-color: #3E7B7C; }
a { background-color: rgb(62,123,124); }
div.DivClassName
{
background-color: #3E7B7C;
}
.BgClassName
{
background-color: #3E7B7C;
}
</style>
border-color css
<style>
span { border-color: #3E7B7C; }
span { border-color: rgb(62,123,124); }
td.TdClassName
{
border-color: #3E7B7C;
}
.TagClassName
{
border-color: #3E7B7C;
}
</style>