Shades of Ming #3F7070
Tints of Ming #3F7070
RGB
CMYK
RGB Variations
Color information
#3F7070 (or 0x3F7070) is known color: Ming. HEX triplet: 3F, 70 and 70. RGB value is (63,112,112). Sum of RGB (Red+Green+Blue) = 63+112+112=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #3F7070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7070 is #C08F8F. Grayscale: #616161. Windows color (decimal): -12619664 or 7368767. OLE color: 7368767.
HSL color Cylindrical-coordinate representation of color #3F7070: hue angle of 180º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F7070 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 112 | 112 | - |
| CMYK | 0.44 | 0 | 0 | 0.56 |
| HSL | 180º | 0.28% | 0.34% | - |
| HSV(B) | 180º | 0.44% | 0.44% | - |
| XYZ | 10.77 | 13.81 | 17.43 | - |
| YUV | 97.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 112 | 112 | 0.44 | 0 | 0 | 0.56 | 180 | 0.28 | 0.34 |
| Hex | 3F | 70 | 70 | 2C | 0 | 0 | 38 | B4 | 1C | 22 |
| Octal | 77 | 160 | 160 | 54 | 0 | 0 | 70 | 264 | 34 | 42 |
| Binary | 111111 | 1110000 | 1110000 | 101100 | 0 | 0 | 111000 | 10110100 | 11100 | 100010 |
Color Harmonies of #3F7070
Complementary color
Monochromatic Colors of #3F7070
Black with #3F7070
Text Example
Text Example
White with #3F7070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7070; }
p { color: rgb(63,112,112); }
H1.HeaderClassName
{
color: #3F7070;
}
.AnyTagClassName
{
color: #3F7070;
}
</style>
background-color css
<style>
a { background-color: #3F7070; }
a { background-color: rgb(63,112,112); }
div.DivClassName
{
background-color: #3F7070;
}
.BgClassName
{
background-color: #3F7070;
}
</style>
border-color css
<style>
span { border-color: #3F7070; }
span { border-color: rgb(63,112,112); }
td.TdClassName
{
border-color: #3F7070;
}
.TagClassName
{
border-color: #3F7070;
}
</style>