Shades of Ming #3E7781
Tints of Ming #3E7781
RGB
CMYK
RGB Variations
Color information
#3E7781 (or 0x3E7781) is known color: Ming. HEX triplet: 3E, 77 and 81. RGB value is (62,119,129). Sum of RGB (Red+Green+Blue) = 62+119+129=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #3E7781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7781 is #C1887E. Grayscale: #666666. Windows color (decimal): -12683391 or 8484670. OLE color: 8484670.
HSL color Cylindrical-coordinate representation of color #3E7781: hue angle of 188.96º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E7781 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 62 | 119 | 129 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.49 |
| HSL | 188.96º | 0.35% | 0.37% | - |
| HSV(B) | 188.96º | 0.52% | 0.51% | - |
| XYZ | 12.55 | 15.8 | 23.16 | - |
| YUV | 103.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 119 | 129 | 0.52 | 0.08 | 0 | 0.49 | 188.96 | 0.35 | 0.37 |
| Hex | 3E | 77 | 81 | 34 | 8 | 0 | 31 | BD | 23 | 25 |
| Octal | 76 | 167 | 201 | 64 | 10 | 0 | 61 | 275 | 43 | 45 |
| Binary | 111110 | 1110111 | 10000001 | 110100 | 1000 | 0 | 110001 | 10111101 | 100011 | 100101 |
Color Harmonies of #3E7781
Complementary color
Monochromatic Colors of #3E7781
Black with #3E7781
Text Example
Text Example
White with #3E7781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7781; }
p { color: rgb(62,119,129); }
H1.HeaderClassName
{
color: #3E7781;
}
.AnyTagClassName
{
color: #3E7781;
}
</style>
background-color css
<style>
a { background-color: #3E7781; }
a { background-color: rgb(62,119,129); }
div.DivClassName
{
background-color: #3E7781;
}
.BgClassName
{
background-color: #3E7781;
}
</style>
border-color css
<style>
span { border-color: #3E7781; }
span { border-color: rgb(62,119,129); }
td.TdClassName
{
border-color: #3E7781;
}
.TagClassName
{
border-color: #3E7781;
}
</style>