Shades of Ming #3F7278
Tints of Ming #3F7278
RGB
CMYK
RGB Variations
Color information
#3F7278 (or 0x3F7278) is known color: Ming. HEX triplet: 3F, 72 and 78. RGB value is (63,114,120). Sum of RGB (Red+Green+Blue) = 63+114+120=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F7278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7278 is #C08D87. Grayscale: #636363. Windows color (decimal): -12619144 or 7893567. OLE color: 7893567.
HSL color Cylindrical-coordinate representation of color #3F7278: hue angle of 186.32º 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 #3F7278 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 114 | 120 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.53 |
| HSL | 186.32º | 0.31% | 0.36% | - |
| HSV(B) | 186.32º | 0.48% | 0.47% | - |
| XYZ | 11.46 | 14.45 | 19.95 | - |
| YUV | 99.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 120 | 0.48 | 0.05 | 0 | 0.53 | 186.32 | 0.31 | 0.36 |
| Hex | 3F | 72 | 78 | 30 | 5 | 0 | 35 | BA | 1F | 24 |
| Octal | 77 | 162 | 170 | 60 | 5 | 0 | 65 | 272 | 37 | 44 |
| Binary | 111111 | 1110010 | 1111000 | 110000 | 101 | 0 | 110101 | 10111010 | 11111 | 100100 |
Color Harmonies of #3F7278
Complementary color
Monochromatic Colors of #3F7278
Black with #3F7278
Text Example
Text Example
White with #3F7278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7278; }
p { color: rgb(63,114,120); }
H1.HeaderClassName
{
color: #3F7278;
}
.AnyTagClassName
{
color: #3F7278;
}
</style>
background-color css
<style>
a { background-color: #3F7278; }
a { background-color: rgb(63,114,120); }
div.DivClassName
{
background-color: #3F7278;
}
.BgClassName
{
background-color: #3F7278;
}
</style>
border-color css
<style>
span { border-color: #3F7278; }
span { border-color: rgb(63,114,120); }
td.TdClassName
{
border-color: #3F7278;
}
.TagClassName
{
border-color: #3F7278;
}
</style>