Shades of Ming #3A6972
Tints of Ming #3A6972
RGB
CMYK
RGB Variations
Color information
#3A6972 (or 0x3A6972) is known color: Ming. HEX triplet: 3A, 69 and 72. RGB value is (58,105,114). Sum of RGB (Red+Green+Blue) = 58+105+114=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A6972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6972 is #C5968D. Grayscale: #5B5B5B. Windows color (decimal): -12949134 or 7498042. OLE color: 7498042.
HSL color Cylindrical-coordinate representation of color #3A6972: hue angle of 189.64º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A6972 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 105 | 114 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.55 |
| HSL | 189.64º | 0.33% | 0.34% | - |
| HSV(B) | 189.64º | 0.49% | 0.45% | - |
| XYZ | 9.83 | 12.22 | 17.76 | - |
| YUV | 91.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 114 | 0.49 | 0.08 | 0 | 0.55 | 189.64 | 0.33 | 0.34 |
| Hex | 3A | 69 | 72 | 31 | 8 | 0 | 37 | BE | 21 | 22 |
| Octal | 72 | 151 | 162 | 61 | 10 | 0 | 67 | 276 | 41 | 42 |
| Binary | 111010 | 1101001 | 1110010 | 110001 | 1000 | 0 | 110111 | 10111110 | 100001 | 100010 |
Color Harmonies of #3A6972
Complementary color
Monochromatic Colors of #3A6972
Black with #3A6972
Text Example
Text Example
White with #3A6972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6972; }
p { color: rgb(58,105,114); }
H1.HeaderClassName
{
color: #3A6972;
}
.AnyTagClassName
{
color: #3A6972;
}
</style>
background-color css
<style>
a { background-color: #3A6972; }
a { background-color: rgb(58,105,114); }
div.DivClassName
{
background-color: #3A6972;
}
.BgClassName
{
background-color: #3A6972;
}
</style>
border-color css
<style>
span { border-color: #3A6972; }
span { border-color: rgb(58,105,114); }
td.TdClassName
{
border-color: #3A6972;
}
.TagClassName
{
border-color: #3A6972;
}
</style>