Shades of Ming #3F7478
Tints of Ming #3F7478
RGB
CMYK
RGB Variations
Color information
#3F7478 (or 0x3F7478) is known color: Ming. HEX triplet: 3F, 74 and 78. RGB value is (63,116,120). Sum of RGB (Red+Green+Blue) = 63+116+120=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F7478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7478 is #C08B87. Grayscale: #646464. Windows color (decimal): -12618632 or 7894079. OLE color: 7894079.
HSL color Cylindrical-coordinate representation of color #3F7478: hue angle of 184.21º 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 #3F7478 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 116 | 120 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.53 |
| HSL | 184.21º | 0.31% | 0.36% | - |
| HSV(B) | 184.21º | 0.48% | 0.47% | - |
| XYZ | 11.69 | 14.9 | 20.03 | - |
| YUV | 100.61 | 138.94 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 120 | 0.48 | 0.03 | 0 | 0.53 | 184.21 | 0.31 | 0.36 |
| Hex | 3F | 74 | 78 | 30 | 3 | 0 | 35 | B8 | 1F | 24 |
| Octal | 77 | 164 | 170 | 60 | 3 | 0 | 65 | 270 | 37 | 44 |
| Binary | 111111 | 1110100 | 1111000 | 110000 | 11 | 0 | 110101 | 10111000 | 11111 | 100100 |
Color Harmonies of #3F7478
Complementary color
Monochromatic Colors of #3F7478
Black with #3F7478
Text Example
Text Example
White with #3F7478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7478; }
p { color: rgb(63,116,120); }
H1.HeaderClassName
{
color: #3F7478;
}
.AnyTagClassName
{
color: #3F7478;
}
</style>
background-color css
<style>
a { background-color: #3F7478; }
a { background-color: rgb(63,116,120); }
div.DivClassName
{
background-color: #3F7478;
}
.BgClassName
{
background-color: #3F7478;
}
</style>
border-color css
<style>
span { border-color: #3F7478; }
span { border-color: rgb(63,116,120); }
td.TdClassName
{
border-color: #3F7478;
}
.TagClassName
{
border-color: #3F7478;
}
</style>