Shades of Ming #3F797C
Tints of Ming #3F797C
RGB
CMYK
RGB Variations
Color information
#3F797C (or 0x3F797C) is known color: Ming. HEX triplet: 3F, 79 and 7C. RGB value is (63,121,124). Sum of RGB (Red+Green+Blue) = 63+121+124=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F797C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F797C is #C08683. Grayscale: #676767. Windows color (decimal): -12617348 or 8157503. OLE color: 8157503.
HSL color Cylindrical-coordinate representation of color #3F797C: hue angle of 182.95º 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 #3F797C is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 121 | 124 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.51 |
| HSL | 182.95º | 0.33% | 0.37% | - |
| HSV(B) | 182.95º | 0.49% | 0.49% | - |
| XYZ | 12.53 | 16.19 | 21.53 | - |
| YUV | 104 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 124 | 0.49 | 0.02 | 0 | 0.51 | 182.95 | 0.33 | 0.37 |
| Hex | 3F | 79 | 7C | 31 | 2 | 0 | 33 | B7 | 21 | 25 |
| Octal | 77 | 171 | 174 | 61 | 2 | 0 | 63 | 267 | 41 | 45 |
| Binary | 111111 | 1111001 | 1111100 | 110001 | 10 | 0 | 110011 | 10110111 | 100001 | 100101 |
Color Harmonies of #3F797C
Complementary color
Monochromatic Colors of #3F797C
Black with #3F797C
Text Example
Text Example
White with #3F797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F797C; }
p { color: rgb(63,121,124); }
H1.HeaderClassName
{
color: #3F797C;
}
.AnyTagClassName
{
color: #3F797C;
}
</style>
background-color css
<style>
a { background-color: #3F797C; }
a { background-color: rgb(63,121,124); }
div.DivClassName
{
background-color: #3F797C;
}
.BgClassName
{
background-color: #3F797C;
}
</style>
border-color css
<style>
span { border-color: #3F797C; }
span { border-color: rgb(63,121,124); }
td.TdClassName
{
border-color: #3F797C;
}
.TagClassName
{
border-color: #3F797C;
}
</style>