Shades of Ming #3F757B
Tints of Ming #3F757B
RGB
CMYK
RGB Variations
Color information
#3F757B (or 0x3F757B) is known color: Ming. HEX triplet: 3F, 75 and 7B. RGB value is (63,117,123). Sum of RGB (Red+Green+Blue) = 63+117+123=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F757B is #C08A84. Grayscale: #656565. Windows color (decimal): -12618373 or 8090943. OLE color: 8090943.
HSL color Cylindrical-coordinate representation of color #3F757B: hue angle of 186º 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 #3F757B is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 117 | 123 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.52 |
| HSL | 186º | 0.32% | 0.36% | - |
| HSV(B) | 186º | 0.49% | 0.48% | - |
| XYZ | 11.99 | 15.21 | 21.04 | - |
| YUV | 101.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 123 | 0.49 | 0.05 | 0 | 0.52 | 186 | 0.32 | 0.36 |
| Hex | 3F | 75 | 7B | 31 | 5 | 0 | 34 | BA | 20 | 24 |
| Octal | 77 | 165 | 173 | 61 | 5 | 0 | 64 | 272 | 40 | 44 |
| Binary | 111111 | 1110101 | 1111011 | 110001 | 101 | 0 | 110100 | 10111010 | 100000 | 100100 |
Color Harmonies of #3F757B
Complementary color
Monochromatic Colors of #3F757B
Black with #3F757B
Text Example
Text Example
White with #3F757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F757B; }
p { color: rgb(63,117,123); }
H1.HeaderClassName
{
color: #3F757B;
}
.AnyTagClassName
{
color: #3F757B;
}
</style>
background-color css
<style>
a { background-color: #3F757B; }
a { background-color: rgb(63,117,123); }
div.DivClassName
{
background-color: #3F757B;
}
.BgClassName
{
background-color: #3F757B;
}
</style>
border-color css
<style>
span { border-color: #3F757B; }
span { border-color: rgb(63,117,123); }
td.TdClassName
{
border-color: #3F757B;
}
.TagClassName
{
border-color: #3F757B;
}
</style>