Shades of Ming #3F7178
Tints of Ming #3F7178
RGB
CMYK
RGB Variations
Color information
#3F7178 (or 0x3F7178) is known color: Ming. HEX triplet: 3F, 71 and 78. RGB value is (63,113,120). Sum of RGB (Red+Green+Blue) = 63+113+120=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F7178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7178 is #C08E87. Grayscale: #626262. Windows color (decimal): -12619400 or 7893311. OLE color: 7893311.
HSL color Cylindrical-coordinate representation of color #3F7178: hue angle of 187.37º degrees, saturation: 0.31, 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 #3F7178 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 113 | 120 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.53 |
| HSL | 187.37º | 0.31% | 0.36% | - |
| HSV(B) | 187.37º | 0.48% | 0.47% | - |
| XYZ | 11.35 | 14.22 | 19.92 | - |
| YUV | 98.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 120 | 0.48 | 0.06 | 0 | 0.53 | 187.37 | 0.31 | 0.36 |
| Hex | 3F | 71 | 78 | 30 | 6 | 0 | 35 | BB | 1F | 24 |
| Octal | 77 | 161 | 170 | 60 | 6 | 0 | 65 | 273 | 37 | 44 |
| Binary | 111111 | 1110001 | 1111000 | 110000 | 110 | 0 | 110101 | 10111011 | 11111 | 100100 |
Color Harmonies of #3F7178
Complementary color
Monochromatic Colors of #3F7178
Black with #3F7178
Text Example
Text Example
White with #3F7178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7178; }
p { color: rgb(63,113,120); }
H1.HeaderClassName
{
color: #3F7178;
}
.AnyTagClassName
{
color: #3F7178;
}
</style>
background-color css
<style>
a { background-color: #3F7178; }
a { background-color: rgb(63,113,120); }
div.DivClassName
{
background-color: #3F7178;
}
.BgClassName
{
background-color: #3F7178;
}
</style>
border-color css
<style>
span { border-color: #3F7178; }
span { border-color: rgb(63,113,120); }
td.TdClassName
{
border-color: #3F7178;
}
.TagClassName
{
border-color: #3F7178;
}
</style>