Shades of Ming #3E6F73
Tints of Ming #3E6F73
RGB
CMYK
RGB Variations
Color information
#3E6F73 (or 0x3E6F73) is known color: Ming. HEX triplet: 3E, 6F and 73. RGB value is (62,111,115). Sum of RGB (Red+Green+Blue) = 62+111+115=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E6F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6F73 is #C1908C. Grayscale: #606060. Windows color (decimal): -12685453 or 7565118. OLE color: 7565118.
HSL color Cylindrical-coordinate representation of color #3E6F73: hue angle of 184.53º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E6F73 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 111 | 115 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.55 |
| HSL | 184.53º | 0.3% | 0.35% | - |
| HSV(B) | 184.53º | 0.46% | 0.45% | - |
| XYZ | 10.77 | 13.63 | 18.28 | - |
| YUV | 96.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 111 | 115 | 0.46 | 0.03 | 0 | 0.55 | 184.53 | 0.3 | 0.35 |
| Hex | 3E | 6F | 73 | 2E | 3 | 0 | 37 | B9 | 1E | 23 |
| Octal | 76 | 157 | 163 | 56 | 3 | 0 | 67 | 271 | 36 | 43 |
| Binary | 111110 | 1101111 | 1110011 | 101110 | 11 | 0 | 110111 | 10111001 | 11110 | 100011 |
Color Harmonies of #3E6F73
Complementary color
Monochromatic Colors of #3E6F73
Black with #3E6F73
Text Example
Text Example
White with #3E6F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6F73; }
p { color: rgb(62,111,115); }
H1.HeaderClassName
{
color: #3E6F73;
}
.AnyTagClassName
{
color: #3E6F73;
}
</style>
background-color css
<style>
a { background-color: #3E6F73; }
a { background-color: rgb(62,111,115); }
div.DivClassName
{
background-color: #3E6F73;
}
.BgClassName
{
background-color: #3E6F73;
}
</style>
border-color css
<style>
span { border-color: #3E6F73; }
span { border-color: rgb(62,111,115); }
td.TdClassName
{
border-color: #3E6F73;
}
.TagClassName
{
border-color: #3E6F73;
}
</style>