Shades of Ming #3E747B
Tints of Ming #3E747B
RGB
CMYK
RGB Variations
Color information
#3E747B (or 0x3E747B) is known color: Ming. HEX triplet: 3E, 74 and 7B. RGB value is (62,116,123). Sum of RGB (Red+Green+Blue) = 62+116+123=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 116 (45.70% from 255 or 38.54% 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 #3E747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E747B is #C18B84. Grayscale: #646464. Windows color (decimal): -12684165 or 8090686. OLE color: 8090686.
HSL color Cylindrical-coordinate representation of color #3E747B: hue angle of 186.89º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E747B is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 116 | 123 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.52 |
| HSL | 186.89º | 0.33% | 0.36% | - |
| HSV(B) | 186.89º | 0.5% | 0.48% | - |
| XYZ | 11.81 | 14.94 | 21 | - |
| YUV | 100.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 116 | 123 | 0.50 | 0.06 | 0 | 0.52 | 186.89 | 0.33 | 0.36 |
| Hex | 3E | 74 | 7B | 32 | 6 | 0 | 34 | BB | 21 | 24 |
| Octal | 76 | 164 | 173 | 62 | 6 | 0 | 64 | 273 | 41 | 44 |
| Binary | 111110 | 1110100 | 1111011 | 110010 | 110 | 0 | 110100 | 10111011 | 100001 | 100100 |
Color Harmonies of #3E747B
Complementary color
Monochromatic Colors of #3E747B
Black with #3E747B
Text Example
Text Example
White with #3E747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E747B; }
p { color: rgb(62,116,123); }
H1.HeaderClassName
{
color: #3E747B;
}
.AnyTagClassName
{
color: #3E747B;
}
</style>
background-color css
<style>
a { background-color: #3E747B; }
a { background-color: rgb(62,116,123); }
div.DivClassName
{
background-color: #3E747B;
}
.BgClassName
{
background-color: #3E747B;
}
</style>
border-color css
<style>
span { border-color: #3E747B; }
span { border-color: rgb(62,116,123); }
td.TdClassName
{
border-color: #3E747B;
}
.TagClassName
{
border-color: #3E747B;
}
</style>