Shades of Ming #3A6D6E
Tints of Ming #3A6D6E
RGB
CMYK
RGB Variations
Color information
#3A6D6E (or 0x3A6D6E) is known color: Ming. HEX triplet: 3A, 6D and 6E. RGB value is (58,109,110). Sum of RGB (Red+Green+Blue) = 58+109+110=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A6D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6D6E is #C59291. Grayscale: #5D5D5D. Windows color (decimal): -12948114 or 7236922. OLE color: 7236922.
HSL color Cylindrical-coordinate representation of color #3A6D6E: hue angle of 181.15º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6D6E is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 109 | 110 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.57 |
| HSL | 181.15º | 0.31% | 0.33% | - |
| HSV(B) | 181.15º | 0.47% | 0.43% | - |
| XYZ | 10.03 | 12.96 | 16.73 | - |
| YUV | 93.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 110 | 0.47 | 0.01 | 0 | 0.57 | 181.15 | 0.31 | 0.33 |
| Hex | 3A | 6D | 6E | 2F | 1 | 0 | 39 | B5 | 1F | 21 |
| Octal | 72 | 155 | 156 | 57 | 1 | 0 | 71 | 265 | 37 | 41 |
| Binary | 111010 | 1101101 | 1101110 | 101111 | 1 | 0 | 111001 | 10110101 | 11111 | 100001 |
Color Harmonies of #3A6D6E
Complementary color
Monochromatic Colors of #3A6D6E
Black with #3A6D6E
Text Example
Text Example
White with #3A6D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6D6E; }
p { color: rgb(58,109,110); }
H1.HeaderClassName
{
color: #3A6D6E;
}
.AnyTagClassName
{
color: #3A6D6E;
}
</style>
background-color css
<style>
a { background-color: #3A6D6E; }
a { background-color: rgb(58,109,110); }
div.DivClassName
{
background-color: #3A6D6E;
}
.BgClassName
{
background-color: #3A6D6E;
}
</style>
border-color css
<style>
span { border-color: #3A6D6E; }
span { border-color: rgb(58,109,110); }
td.TdClassName
{
border-color: #3A6D6E;
}
.TagClassName
{
border-color: #3A6D6E;
}
</style>