Shades of Ming #3C707A
Tints of Ming #3C707A
RGB
CMYK
RGB Variations
Color information
#3C707A (or 0x3C707A) is known color: Ming. HEX triplet: 3C, 70 and 7A. RGB value is (60,112,122). Sum of RGB (Red+Green+Blue) = 60+112+122=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C707A is #C38F85. Grayscale: #616161. Windows color (decimal): -12816262 or 8024124. OLE color: 8024124.
HSL color Cylindrical-coordinate representation of color #3C707A: hue angle of 189.68º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C707A is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 112 | 122 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.52 |
| HSL | 189.68º | 0.34% | 0.36% | - |
| HSV(B) | 189.68º | 0.51% | 0.48% | - |
| XYZ | 11.17 | 13.95 | 20.52 | - |
| YUV | 97.59 | 141.77 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 112 | 122 | 0.51 | 0.08 | 0 | 0.52 | 189.68 | 0.34 | 0.36 |
| Hex | 3C | 70 | 7A | 33 | 8 | 0 | 34 | BE | 22 | 24 |
| Octal | 74 | 160 | 172 | 63 | 10 | 0 | 64 | 276 | 42 | 44 |
| Binary | 111100 | 1110000 | 1111010 | 110011 | 1000 | 0 | 110100 | 10111110 | 100010 | 100100 |
Color Harmonies of #3C707A
Complementary color
Monochromatic Colors of #3C707A
Black with #3C707A
Text Example
Text Example
White with #3C707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C707A; }
p { color: rgb(60,112,122); }
H1.HeaderClassName
{
color: #3C707A;
}
.AnyTagClassName
{
color: #3C707A;
}
</style>
background-color css
<style>
a { background-color: #3C707A; }
a { background-color: rgb(60,112,122); }
div.DivClassName
{
background-color: #3C707A;
}
.BgClassName
{
background-color: #3C707A;
}
</style>
border-color css
<style>
span { border-color: #3C707A; }
span { border-color: rgb(60,112,122); }
td.TdClassName
{
border-color: #3C707A;
}
.TagClassName
{
border-color: #3C707A;
}
</style>