Shades of Ming #38747F
Tints of Ming #38747F
RGB
CMYK
RGB Variations
Color information
#38747F (or 0x38747F) is known color: Ming. HEX triplet: 38, 74 and 7F. RGB value is (56,116,127). Sum of RGB (Red+Green+Blue) = 56+116+127=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #38747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38747F is #C78B80. Grayscale: #636363. Windows color (decimal): -13077377 or 8352824. OLE color: 8352824.
HSL color Cylindrical-coordinate representation of color #38747F: hue angle of 189.3º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38747F is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 56 | 116 | 127 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.50 |
| HSL | 189.3º | 0.39% | 0.36% | - |
| HSV(B) | 189.3º | 0.56% | 0.5% | - |
| XYZ | 11.71 | 14.86 | 22.33 | - |
| YUV | 99.31 | 143.62 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 116 | 127 | 0.56 | 0.09 | 0 | 0.50 | 189.3 | 0.39 | 0.36 |
| Hex | 38 | 74 | 7F | 38 | 9 | 0 | 32 | BD | 27 | 24 |
| Octal | 70 | 164 | 177 | 70 | 11 | 0 | 62 | 275 | 47 | 44 |
| Binary | 111000 | 1110100 | 1111111 | 111000 | 1001 | 0 | 110010 | 10111101 | 100111 | 100100 |
Color Harmonies of #38747F
Complementary color
Monochromatic Colors of #38747F
Black with #38747F
Text Example
Text Example
White with #38747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38747F; }
p { color: rgb(56,116,127); }
H1.HeaderClassName
{
color: #38747F;
}
.AnyTagClassName
{
color: #38747F;
}
</style>
background-color css
<style>
a { background-color: #38747F; }
a { background-color: rgb(56,116,127); }
div.DivClassName
{
background-color: #38747F;
}
.BgClassName
{
background-color: #38747F;
}
</style>
border-color css
<style>
span { border-color: #38747F; }
span { border-color: rgb(56,116,127); }
td.TdClassName
{
border-color: #38747F;
}
.TagClassName
{
border-color: #38747F;
}
</style>