Shades of Ming #3E757B
Tints of Ming #3E757B
RGB
CMYK
RGB Variations
Color information
#3E757B (or 0x3E757B) is known color: Ming. HEX triplet: 3E, 75 and 7B. RGB value is (62,117,123). Sum of RGB (Red+Green+Blue) = 62+117+123=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E757B is #C18A84. Grayscale: #656565. Windows color (decimal): -12683909 or 8090942. OLE color: 8090942.
HSL color Cylindrical-coordinate representation of color #3E757B: hue angle of 185.9º 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 #3E757B is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 62 | 117 | 123 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.52 |
| HSL | 185.9º | 0.33% | 0.36% | - |
| HSV(B) | 185.9º | 0.5% | 0.48% | - |
| XYZ | 11.92 | 15.18 | 21.04 | - |
| YUV | 101.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 117 | 123 | 0.50 | 0.05 | 0 | 0.52 | 185.9 | 0.33 | 0.36 |
| Hex | 3E | 75 | 7B | 32 | 5 | 0 | 34 | BA | 21 | 24 |
| Octal | 76 | 165 | 173 | 62 | 5 | 0 | 64 | 272 | 41 | 44 |
| Binary | 111110 | 1110101 | 1111011 | 110010 | 101 | 0 | 110100 | 10111010 | 100001 | 100100 |
Color Harmonies of #3E757B
Complementary color
Monochromatic Colors of #3E757B
Black with #3E757B
Text Example
Text Example
White with #3E757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E757B; }
p { color: rgb(62,117,123); }
H1.HeaderClassName
{
color: #3E757B;
}
.AnyTagClassName
{
color: #3E757B;
}
</style>
background-color css
<style>
a { background-color: #3E757B; }
a { background-color: rgb(62,117,123); }
div.DivClassName
{
background-color: #3E757B;
}
.BgClassName
{
background-color: #3E757B;
}
</style>
border-color css
<style>
span { border-color: #3E757B; }
span { border-color: rgb(62,117,123); }
td.TdClassName
{
border-color: #3E757B;
}
.TagClassName
{
border-color: #3E757B;
}
</style>