Shades of Ming #3E6B6E
Tints of Ming #3E6B6E
RGB
CMYK
RGB Variations
Color information
#3E6B6E (or 0x3E6B6E) is known color: Ming. HEX triplet: 3E, 6B and 6E. RGB value is (62,107,110). Sum of RGB (Red+Green+Blue) = 62+107+110=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #3E6B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6B6E is #C19491. Grayscale: #5D5D5D. Windows color (decimal): -12686482 or 7236414. OLE color: 7236414.
HSL color Cylindrical-coordinate representation of color #3E6B6E: hue angle of 183.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E6B6E is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 62 | 107 | 110 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.57 |
| HSL | 183.75º | 0.28% | 0.34% | - |
| HSV(B) | 183.75º | 0.44% | 0.43% | - |
| XYZ | 10.06 | 12.67 | 16.67 | - |
| YUV | 93.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 107 | 110 | 0.44 | 0.03 | 0 | 0.57 | 183.75 | 0.28 | 0.34 |
| Hex | 3E | 6B | 6E | 2C | 3 | 0 | 39 | B8 | 1C | 22 |
| Octal | 76 | 153 | 156 | 54 | 3 | 0 | 71 | 270 | 34 | 42 |
| Binary | 111110 | 1101011 | 1101110 | 101100 | 11 | 0 | 111001 | 10111000 | 11100 | 100010 |
Color Harmonies of #3E6B6E
Complementary color
Monochromatic Colors of #3E6B6E
Black with #3E6B6E
Text Example
Text Example
White with #3E6B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6B6E; }
p { color: rgb(62,107,110); }
H1.HeaderClassName
{
color: #3E6B6E;
}
.AnyTagClassName
{
color: #3E6B6E;
}
</style>
background-color css
<style>
a { background-color: #3E6B6E; }
a { background-color: rgb(62,107,110); }
div.DivClassName
{
background-color: #3E6B6E;
}
.BgClassName
{
background-color: #3E6B6E;
}
</style>
border-color css
<style>
span { border-color: #3E6B6E; }
span { border-color: rgb(62,107,110); }
td.TdClassName
{
border-color: #3E6B6E;
}
.TagClassName
{
border-color: #3E6B6E;
}
</style>