Shades of Ming #3F7270
Tints of Ming #3F7270
RGB
CMYK
RGB Variations
Color information
#3F7270 (or 0x3F7270) is known color: Ming. HEX triplet: 3F, 72 and 70. RGB value is (63,114,112). Sum of RGB (Red+Green+Blue) = 63+114+112=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7270 is #C08D8F. Grayscale: #626262. Windows color (decimal): -12619152 or 7369279. OLE color: 7369279.
HSL color Cylindrical-coordinate representation of color #3F7270: hue angle of 177.65º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F7270 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 114 | 112 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.55 |
| HSL | 177.65º | 0.29% | 0.35% | - |
| HSV(B) | 177.65º | 0.45% | 0.45% | - |
| XYZ | 10.99 | 14.26 | 17.5 | - |
| YUV | 98.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 112 | 0.45 | 0 | 0.02 | 0.55 | 177.65 | 0.29 | 0.35 |
| Hex | 3F | 72 | 70 | 2D | 0 | 2 | 37 | B2 | 1D | 23 |
| Octal | 77 | 162 | 160 | 55 | 0 | 2 | 67 | 262 | 35 | 43 |
| Binary | 111111 | 1110010 | 1110000 | 101101 | 0 | 10 | 110111 | 10110010 | 11101 | 100011 |
Color Harmonies of #3F7270
Complementary color
Monochromatic Colors of #3F7270
Black with #3F7270
Text Example
Text Example
White with #3F7270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7270; }
p { color: rgb(63,114,112); }
H1.HeaderClassName
{
color: #3F7270;
}
.AnyTagClassName
{
color: #3F7270;
}
</style>
background-color css
<style>
a { background-color: #3F7270; }
a { background-color: rgb(63,114,112); }
div.DivClassName
{
background-color: #3F7270;
}
.BgClassName
{
background-color: #3F7270;
}
</style>
border-color css
<style>
span { border-color: #3F7270; }
span { border-color: rgb(63,114,112); }
td.TdClassName
{
border-color: #3F7270;
}
.TagClassName
{
border-color: #3F7270;
}
</style>