Shades of Ming #3E777C
Tints of Ming #3E777C
RGB
CMYK
RGB Variations
Color information
#3E777C (or 0x3E777C) is known color: Ming. HEX triplet: 3E, 77 and 7C. RGB value is (62,119,124). Sum of RGB (Red+Green+Blue) = 62+119+124=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E777C is #C18883. Grayscale: #666666. Windows color (decimal): -12683396 or 8156990. OLE color: 8156990.
HSL color Cylindrical-coordinate representation of color #3E777C: hue angle of 184.84º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E777C is Cyan = 0.5, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 119 | 124 | - |
| CMYK | 0.5 | 0.04 | 0 | 0.51 |
| HSL | 184.84º | 0.33% | 0.36% | - |
| HSV(B) | 184.84º | 0.5% | 0.49% | - |
| XYZ | 12.22 | 15.67 | 21.45 | - |
| YUV | 102.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 124 | 0.5 | 0.04 | 0 | 0.51 | 184.84 | 0.33 | 0.36 |
| Hex | 3E | 77 | 7C | 32 | 4 | 0 | 33 | B9 | 21 | 24 |
| Octal | 76 | 167 | 174 | 62 | 4 | 0 | 63 | 271 | 41 | 44 |
| Binary | 111110 | 1110111 | 1111100 | 110010 | 100 | 0 | 110011 | 10111001 | 100001 | 100100 |
Color Harmonies of #3E777C
Complementary color
Monochromatic Colors of #3E777C
Black with #3E777C
Text Example
Text Example
White with #3E777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E777C; }
p { color: rgb(62,119,124); }
H1.HeaderClassName
{
color: #3E777C;
}
.AnyTagClassName
{
color: #3E777C;
}
</style>
background-color css
<style>
a { background-color: #3E777C; }
a { background-color: rgb(62,119,124); }
div.DivClassName
{
background-color: #3E777C;
}
.BgClassName
{
background-color: #3E777C;
}
</style>
border-color css
<style>
span { border-color: #3E777C; }
span { border-color: rgb(62,119,124); }
td.TdClassName
{
border-color: #3E777C;
}
.TagClassName
{
border-color: #3E777C;
}
</style>