Shades of Ming #3A737E
Tints of Ming #3A737E
RGB
CMYK
RGB Variations
Color information
#3A737E (or 0x3A737E) is known color: Ming. HEX triplet: 3A, 73 and 7E. RGB value is (58,115,126). Sum of RGB (Red+Green+Blue) = 58+115+126=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A737E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A737E is #C58C81. Grayscale: #636363. Windows color (decimal): -12946562 or 8287034. OLE color: 8287034.
HSL color Cylindrical-coordinate representation of color #3A737E: hue angle of 189.71º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A737E is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 115 | 126 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.51 |
| HSL | 189.71º | 0.37% | 0.36% | - |
| HSV(B) | 189.71º | 0.54% | 0.49% | - |
| XYZ | 11.64 | 14.67 | 21.96 | - |
| YUV | 99.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 115 | 126 | 0.54 | 0.09 | 0 | 0.51 | 189.71 | 0.37 | 0.36 |
| Hex | 3A | 73 | 7E | 36 | 9 | 0 | 33 | BE | 25 | 24 |
| Octal | 72 | 163 | 176 | 66 | 11 | 0 | 63 | 276 | 45 | 44 |
| Binary | 111010 | 1110011 | 1111110 | 110110 | 1001 | 0 | 110011 | 10111110 | 100101 | 100100 |
Color Harmonies of #3A737E
Complementary color
Monochromatic Colors of #3A737E
Black with #3A737E
Text Example
Text Example
White with #3A737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A737E; }
p { color: rgb(58,115,126); }
H1.HeaderClassName
{
color: #3A737E;
}
.AnyTagClassName
{
color: #3A737E;
}
</style>
background-color css
<style>
a { background-color: #3A737E; }
a { background-color: rgb(58,115,126); }
div.DivClassName
{
background-color: #3A737E;
}
.BgClassName
{
background-color: #3A737E;
}
</style>
border-color css
<style>
span { border-color: #3A737E; }
span { border-color: rgb(58,115,126); }
td.TdClassName
{
border-color: #3A737E;
}
.TagClassName
{
border-color: #3A737E;
}
</style>