Shades of Ming #3D797C
Tints of Ming #3D797C
RGB
CMYK
RGB Variations
Color information
#3D797C (or 0x3D797C) is known color: Ming. HEX triplet: 3D, 79 and 7C. RGB value is (61,121,124). Sum of RGB (Red+Green+Blue) = 61+121+124=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D797C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D797C is #C28683. Grayscale: #676767. Windows color (decimal): -12748420 or 8157501. OLE color: 8157501.
HSL color Cylindrical-coordinate representation of color #3D797C: hue angle of 182.86º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D797C is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 121 | 124 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.51 |
| HSL | 182.86º | 0.34% | 0.36% | - |
| HSV(B) | 182.86º | 0.51% | 0.49% | - |
| XYZ | 12.4 | 16.12 | 21.53 | - |
| YUV | 103.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 121 | 124 | 0.51 | 0.02 | 0 | 0.51 | 182.86 | 0.34 | 0.36 |
| Hex | 3D | 79 | 7C | 33 | 2 | 0 | 33 | B7 | 22 | 24 |
| Octal | 75 | 171 | 174 | 63 | 2 | 0 | 63 | 267 | 42 | 44 |
| Binary | 111101 | 1111001 | 1111100 | 110011 | 10 | 0 | 110011 | 10110111 | 100010 | 100100 |
Color Harmonies of #3D797C
Complementary color
Monochromatic Colors of #3D797C
Black with #3D797C
Text Example
Text Example
White with #3D797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D797C; }
p { color: rgb(61,121,124); }
H1.HeaderClassName
{
color: #3D797C;
}
.AnyTagClassName
{
color: #3D797C;
}
</style>
background-color css
<style>
a { background-color: #3D797C; }
a { background-color: rgb(61,121,124); }
div.DivClassName
{
background-color: #3D797C;
}
.BgClassName
{
background-color: #3D797C;
}
</style>
border-color css
<style>
span { border-color: #3D797C; }
span { border-color: rgb(61,121,124); }
td.TdClassName
{
border-color: #3D797C;
}
.TagClassName
{
border-color: #3D797C;
}
</style>