Shades of Ming #38707A
Tints of Ming #38707A
RGB
CMYK
RGB Variations
Color information
#38707A (or 0x38707A) is known color: Ming. HEX triplet: 38, 70 and 7A. RGB value is (56,112,122). Sum of RGB (Red+Green+Blue) = 56+112+122=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #38707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38707A is #C78F85. Grayscale: #606060. Windows color (decimal): -13078406 or 8024120. OLE color: 8024120.
HSL color Cylindrical-coordinate representation of color #38707A: hue angle of 189.09º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38707A is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 112 | 122 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.52 |
| HSL | 189.09º | 0.37% | 0.35% | - |
| HSV(B) | 189.09º | 0.54% | 0.48% | - |
| XYZ | 10.94 | 13.83 | 20.51 | - |
| YUV | 96.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 122 | 0.54 | 0.08 | 0 | 0.52 | 189.09 | 0.37 | 0.35 |
| Hex | 38 | 70 | 7A | 36 | 8 | 0 | 34 | BD | 25 | 23 |
| Octal | 70 | 160 | 172 | 66 | 10 | 0 | 64 | 275 | 45 | 43 |
| Binary | 111000 | 1110000 | 1111010 | 110110 | 1000 | 0 | 110100 | 10111101 | 100101 | 100011 |
Color Harmonies of #38707A
Complementary color
Monochromatic Colors of #38707A
Black with #38707A
Text Example
Text Example
White with #38707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38707A; }
p { color: rgb(56,112,122); }
H1.HeaderClassName
{
color: #38707A;
}
.AnyTagClassName
{
color: #38707A;
}
</style>
background-color css
<style>
a { background-color: #38707A; }
a { background-color: rgb(56,112,122); }
div.DivClassName
{
background-color: #38707A;
}
.BgClassName
{
background-color: #38707A;
}
</style>
border-color css
<style>
span { border-color: #38707A; }
span { border-color: rgb(56,112,122); }
td.TdClassName
{
border-color: #38707A;
}
.TagClassName
{
border-color: #38707A;
}
</style>