Shades of Ming #3F7177
Tints of Ming #3F7177
RGB
CMYK
RGB Variations
Color information
#3F7177 (or 0x3F7177) is known color: Ming. HEX triplet: 3F, 71 and 77. RGB value is (63,113,119). Sum of RGB (Red+Green+Blue) = 63+113+119=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F7177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7177 is #C08E88. Grayscale: #626262. Windows color (decimal): -12619401 or 7827775. OLE color: 7827775.
HSL color Cylindrical-coordinate representation of color #3F7177: hue angle of 186.43º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F7177 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 113 | 119 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.53 |
| HSL | 186.43º | 0.31% | 0.36% | - |
| HSV(B) | 186.43º | 0.47% | 0.47% | - |
| XYZ | 11.28 | 14.2 | 19.6 | - |
| YUV | 98.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 119 | 0.47 | 0.05 | 0 | 0.53 | 186.43 | 0.31 | 0.36 |
| Hex | 3F | 71 | 77 | 2F | 5 | 0 | 35 | BA | 1F | 24 |
| Octal | 77 | 161 | 167 | 57 | 5 | 0 | 65 | 272 | 37 | 44 |
| Binary | 111111 | 1110001 | 1110111 | 101111 | 101 | 0 | 110101 | 10111010 | 11111 | 100100 |
Color Harmonies of #3F7177
Complementary color
Monochromatic Colors of #3F7177
Black with #3F7177
Text Example
Text Example
White with #3F7177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7177; }
p { color: rgb(63,113,119); }
H1.HeaderClassName
{
color: #3F7177;
}
.AnyTagClassName
{
color: #3F7177;
}
</style>
background-color css
<style>
a { background-color: #3F7177; }
a { background-color: rgb(63,113,119); }
div.DivClassName
{
background-color: #3F7177;
}
.BgClassName
{
background-color: #3F7177;
}
</style>
border-color css
<style>
span { border-color: #3F7177; }
span { border-color: rgb(63,113,119); }
td.TdClassName
{
border-color: #3F7177;
}
.TagClassName
{
border-color: #3F7177;
}
</style>