Shades of Ming #3F717B
Tints of Ming #3F717B
RGB
CMYK
RGB Variations
Color information
#3F717B (or 0x3F717B) is known color: Ming. HEX triplet: 3F, 71 and 7B. RGB value is (63,113,123). Sum of RGB (Red+Green+Blue) = 63+113+123=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F717B is #C08E84. Grayscale: #636363. Windows color (decimal): -12619397 or 8089919. OLE color: 8089919.
HSL color Cylindrical-coordinate representation of color #3F717B: hue angle of 190º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F717B is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 113 | 123 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.52 |
| HSL | 190º | 0.32% | 0.36% | - |
| HSV(B) | 190º | 0.49% | 0.48% | - |
| XYZ | 11.53 | 14.3 | 20.89 | - |
| YUV | 99.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 113 | 123 | 0.49 | 0.08 | 0 | 0.52 | 190 | 0.32 | 0.36 |
| Hex | 3F | 71 | 7B | 31 | 8 | 0 | 34 | BE | 20 | 24 |
| Octal | 77 | 161 | 173 | 61 | 10 | 0 | 64 | 276 | 40 | 44 |
| Binary | 111111 | 1110001 | 1111011 | 110001 | 1000 | 0 | 110100 | 10111110 | 100000 | 100100 |
Color Harmonies of #3F717B
Complementary color
Monochromatic Colors of #3F717B
Black with #3F717B
Text Example
Text Example
White with #3F717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F717B; }
p { color: rgb(63,113,123); }
H1.HeaderClassName
{
color: #3F717B;
}
.AnyTagClassName
{
color: #3F717B;
}
</style>
background-color css
<style>
a { background-color: #3F717B; }
a { background-color: rgb(63,113,123); }
div.DivClassName
{
background-color: #3F717B;
}
.BgClassName
{
background-color: #3F717B;
}
</style>
border-color css
<style>
span { border-color: #3F717B; }
span { border-color: rgb(63,113,123); }
td.TdClassName
{
border-color: #3F717B;
}
.TagClassName
{
border-color: #3F717B;
}
</style>