Shades of Ming #3F737B
Tints of Ming #3F737B
RGB
CMYK
RGB Variations
Color information
#3F737B (or 0x3F737B) is known color: Ming. HEX triplet: 3F, 73 and 7B. RGB value is (63,115,123). Sum of RGB (Red+Green+Blue) = 63+115+123=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F737B is #C08C84. Grayscale: #646464. Windows color (decimal): -12618885 or 8090431. OLE color: 8090431.
HSL color Cylindrical-coordinate representation of color #3F737B: hue angle of 188º 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 #3F737B is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 115 | 123 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.52 |
| HSL | 188º | 0.32% | 0.36% | - |
| HSV(B) | 188º | 0.49% | 0.48% | - |
| XYZ | 11.76 | 14.75 | 20.97 | - |
| YUV | 100.36 | 140.77 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 115 | 123 | 0.49 | 0.07 | 0 | 0.52 | 188 | 0.32 | 0.36 |
| Hex | 3F | 73 | 7B | 31 | 7 | 0 | 34 | BC | 20 | 24 |
| Octal | 77 | 163 | 173 | 61 | 7 | 0 | 64 | 274 | 40 | 44 |
| Binary | 111111 | 1110011 | 1111011 | 110001 | 111 | 0 | 110100 | 10111100 | 100000 | 100100 |
Color Harmonies of #3F737B
Complementary color
Monochromatic Colors of #3F737B
Black with #3F737B
Text Example
Text Example
White with #3F737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F737B; }
p { color: rgb(63,115,123); }
H1.HeaderClassName
{
color: #3F737B;
}
.AnyTagClassName
{
color: #3F737B;
}
</style>
background-color css
<style>
a { background-color: #3F737B; }
a { background-color: rgb(63,115,123); }
div.DivClassName
{
background-color: #3F737B;
}
.BgClassName
{
background-color: #3F737B;
}
</style>
border-color css
<style>
span { border-color: #3F737B; }
span { border-color: rgb(63,115,123); }
td.TdClassName
{
border-color: #3F737B;
}
.TagClassName
{
border-color: #3F737B;
}
</style>