Shades of Ming #3E7E7B
Tints of Ming #3E7E7B
RGB
CMYK
RGB Variations
Color information
#3E7E7B (or 0x3E7E7B) is known color: Ming. HEX triplet: 3E, 7E and 7B. RGB value is (62,126,123). Sum of RGB (Red+Green+Blue) = 62+126+123=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 126 - color contains mainly: green. Hex color #3E7E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7E7B is #C18184. Grayscale: #6A6A6A. Windows color (decimal): -12681605 or 8093246. OLE color: 8093246.
HSL color Cylindrical-coordinate representation of color #3E7E7B: hue angle of 177.19º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E7E7B is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 62 | 126 | 123 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.51 |
| HSL | 177.19º | 0.34% | 0.37% | - |
| HSV(B) | 177.19º | 0.51% | 0.49% | - |
| XYZ | 13.02 | 17.38 | 21.41 | - |
| YUV | 106.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 126 | 123 | 0.51 | 0 | 0.02 | 0.51 | 177.19 | 0.34 | 0.37 |
| Hex | 3E | 7E | 7B | 33 | 0 | 2 | 33 | B1 | 22 | 25 |
| Octal | 76 | 176 | 173 | 63 | 0 | 2 | 63 | 261 | 42 | 45 |
| Binary | 111110 | 1111110 | 1111011 | 110011 | 0 | 10 | 110011 | 10110001 | 100010 | 100101 |
Color Harmonies of #3E7E7B
Complementary color
Monochromatic Colors of #3E7E7B
Black with #3E7E7B
Text Example
Text Example
White with #3E7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7E7B; }
p { color: rgb(62,126,123); }
H1.HeaderClassName
{
color: #3E7E7B;
}
.AnyTagClassName
{
color: #3E7E7B;
}
</style>
background-color css
<style>
a { background-color: #3E7E7B; }
a { background-color: rgb(62,126,123); }
div.DivClassName
{
background-color: #3E7E7B;
}
.BgClassName
{
background-color: #3E7E7B;
}
</style>
border-color css
<style>
span { border-color: #3E7E7B; }
span { border-color: rgb(62,126,123); }
td.TdClassName
{
border-color: #3E7E7B;
}
.TagClassName
{
border-color: #3E7E7B;
}
</style>