Shades of Ming #38757C
Tints of Ming #38757C
RGB
CMYK
RGB Variations
Color information
#38757C (or 0x38757C) is known color: Ming. HEX triplet: 38, 75 and 7C. RGB value is (56,117,124). Sum of RGB (Red+Green+Blue) = 56+117+124=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #38757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38757C is #C78A83. Grayscale: #636363. Windows color (decimal): -13077124 or 8156472. OLE color: 8156472.
HSL color Cylindrical-coordinate representation of color #38757C: hue angle of 186.18º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38757C is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 117 | 124 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.51 |
| HSL | 186.18º | 0.38% | 0.35% | - |
| HSV(B) | 186.18º | 0.55% | 0.49% | - |
| XYZ | 11.63 | 15.02 | 21.35 | - |
| YUV | 99.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 124 | 0.55 | 0.06 | 0 | 0.51 | 186.18 | 0.38 | 0.35 |
| Hex | 38 | 75 | 7C | 37 | 6 | 0 | 33 | BA | 26 | 23 |
| Octal | 70 | 165 | 174 | 67 | 6 | 0 | 63 | 272 | 46 | 43 |
| Binary | 111000 | 1110101 | 1111100 | 110111 | 110 | 0 | 110011 | 10111010 | 100110 | 100011 |
Color Harmonies of #38757C
Complementary color
Monochromatic Colors of #38757C
Black with #38757C
Text Example
Text Example
White with #38757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38757C; }
p { color: rgb(56,117,124); }
H1.HeaderClassName
{
color: #38757C;
}
.AnyTagClassName
{
color: #38757C;
}
</style>
background-color css
<style>
a { background-color: #38757C; }
a { background-color: rgb(56,117,124); }
div.DivClassName
{
background-color: #38757C;
}
.BgClassName
{
background-color: #38757C;
}
</style>
border-color css
<style>
span { border-color: #38757C; }
span { border-color: rgb(56,117,124); }
td.TdClassName
{
border-color: #38757C;
}
.TagClassName
{
border-color: #38757C;
}
</style>