Shades of Ming #3F747D
Tints of Ming #3F747D
RGB
CMYK
RGB Variations
Color information
#3F747D (or 0x3F747D) is known color: Ming. HEX triplet: 3F, 74 and 7D. RGB value is (63,116,125). Sum of RGB (Red+Green+Blue) = 63+116+125=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F747D is #C08B82. Grayscale: #656565. Windows color (decimal): -12618627 or 8221759. OLE color: 8221759.
HSL color Cylindrical-coordinate representation of color #3F747D: hue angle of 188.71º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F747D is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 116 | 125 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.51 |
| HSL | 188.71º | 0.33% | 0.37% | - |
| HSV(B) | 188.71º | 0.5% | 0.49% | - |
| XYZ | 12 | 15.03 | 21.67 | - |
| YUV | 101.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 125 | 0.50 | 0.07 | 0 | 0.51 | 188.71 | 0.33 | 0.37 |
| Hex | 3F | 74 | 7D | 32 | 7 | 0 | 33 | BD | 21 | 25 |
| Octal | 77 | 164 | 175 | 62 | 7 | 0 | 63 | 275 | 41 | 45 |
| Binary | 111111 | 1110100 | 1111101 | 110010 | 111 | 0 | 110011 | 10111101 | 100001 | 100101 |
Color Harmonies of #3F747D
Complementary color
Monochromatic Colors of #3F747D
Black with #3F747D
Text Example
Text Example
White with #3F747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F747D; }
p { color: rgb(63,116,125); }
H1.HeaderClassName
{
color: #3F747D;
}
.AnyTagClassName
{
color: #3F747D;
}
</style>
background-color css
<style>
a { background-color: #3F747D; }
a { background-color: rgb(63,116,125); }
div.DivClassName
{
background-color: #3F747D;
}
.BgClassName
{
background-color: #3F747D;
}
</style>
border-color css
<style>
span { border-color: #3F747D; }
span { border-color: rgb(63,116,125); }
td.TdClassName
{
border-color: #3F747D;
}
.TagClassName
{
border-color: #3F747D;
}
</style>