Shades of Ming #3A6B6E
Tints of Ming #3A6B6E
RGB
CMYK
RGB Variations
Color information
#3A6B6E (or 0x3A6B6E) is known color: Ming. HEX triplet: 3A, 6B and 6E. RGB value is (58,107,110). Sum of RGB (Red+Green+Blue) = 58+107+110=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A6B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6B6E is #C59491. Grayscale: #5C5C5C. Windows color (decimal): -12948626 or 7236410. OLE color: 7236410.
HSL color Cylindrical-coordinate representation of color #3A6B6E: hue angle of 183.46º 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 #3A6B6E is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 107 | 110 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.57 |
| HSL | 183.46º | 0.31% | 0.33% | - |
| HSV(B) | 183.46º | 0.47% | 0.43% | - |
| XYZ | 9.82 | 12.54 | 16.66 | - |
| YUV | 92.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 110 | 0.47 | 0.03 | 0 | 0.57 | 183.46 | 0.31 | 0.33 |
| Hex | 3A | 6B | 6E | 2F | 3 | 0 | 39 | B7 | 1F | 21 |
| Octal | 72 | 153 | 156 | 57 | 3 | 0 | 71 | 267 | 37 | 41 |
| Binary | 111010 | 1101011 | 1101110 | 101111 | 11 | 0 | 111001 | 10110111 | 11111 | 100001 |
Color Harmonies of #3A6B6E
Complementary color
Monochromatic Colors of #3A6B6E
Black with #3A6B6E
Text Example
Text Example
White with #3A6B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6B6E; }
p { color: rgb(58,107,110); }
H1.HeaderClassName
{
color: #3A6B6E;
}
.AnyTagClassName
{
color: #3A6B6E;
}
</style>
background-color css
<style>
a { background-color: #3A6B6E; }
a { background-color: rgb(58,107,110); }
div.DivClassName
{
background-color: #3A6B6E;
}
.BgClassName
{
background-color: #3A6B6E;
}
</style>
border-color css
<style>
span { border-color: #3A6B6E; }
span { border-color: rgb(58,107,110); }
td.TdClassName
{
border-color: #3A6B6E;
}
.TagClassName
{
border-color: #3A6B6E;
}
</style>