Shades of Ming #3F737C
Tints of Ming #3F737C
RGB
CMYK
RGB Variations
Color information
#3F737C (or 0x3F737C) is known color: Ming. HEX triplet: 3F, 73 and 7C. RGB value is (63,115,124). Sum of RGB (Red+Green+Blue) = 63+115+124=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F737C is #C08C83. Grayscale: #646464. Windows color (decimal): -12618884 or 8155967. OLE color: 8155967.
HSL color Cylindrical-coordinate representation of color #3F737C: hue angle of 188.85º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F737C is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 115 | 124 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.51 |
| HSL | 188.85º | 0.33% | 0.37% | - |
| HSV(B) | 188.85º | 0.49% | 0.49% | - |
| XYZ | 11.82 | 14.77 | 21.3 | - |
| YUV | 100.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 124 | 0.49 | 0.07 | 0 | 0.51 | 188.85 | 0.33 | 0.37 |
| Hex | 3F | 73 | 7C | 31 | 7 | 0 | 33 | BD | 21 | 25 |
| Octal | 77 | 163 | 174 | 61 | 7 | 0 | 63 | 275 | 41 | 45 |
| Binary | 111111 | 1110011 | 1111100 | 110001 | 111 | 0 | 110011 | 10111101 | 100001 | 100101 |
Color Harmonies of #3F737C
Complementary color
Monochromatic Colors of #3F737C
Black with #3F737C
Text Example
Text Example
White with #3F737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F737C; }
p { color: rgb(63,115,124); }
H1.HeaderClassName
{
color: #3F737C;
}
.AnyTagClassName
{
color: #3F737C;
}
</style>
background-color css
<style>
a { background-color: #3F737C; }
a { background-color: rgb(63,115,124); }
div.DivClassName
{
background-color: #3F737C;
}
.BgClassName
{
background-color: #3F737C;
}
</style>
border-color css
<style>
span { border-color: #3F737C; }
span { border-color: rgb(63,115,124); }
td.TdClassName
{
border-color: #3F737C;
}
.TagClassName
{
border-color: #3F737C;
}
</style>