Shades of Ming #387E7B
Tints of Ming #387E7B
RGB
CMYK
RGB Variations
Color information
#387E7B (or 0x387E7B) is known color: Ming. HEX triplet: 38, 7E and 7B. RGB value is (56,126,123). Sum of RGB (Red+Green+Blue) = 56+126+123=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #387E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E7B is #C78184. Grayscale: #686868. Windows color (decimal): -13074821 or 8093240. OLE color: 8093240.
HSL color Cylindrical-coordinate representation of color #387E7B: hue angle of 177.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E7B is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 126 | 123 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.51 |
| HSL | 177.43º | 0.38% | 0.36% | - |
| HSV(B) | 177.43º | 0.56% | 0.49% | - |
| XYZ | 12.67 | 17.19 | 21.39 | - |
| YUV | 104.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 126 | 123 | 0.56 | 0 | 0.02 | 0.51 | 177.43 | 0.38 | 0.36 |
| Hex | 38 | 7E | 7B | 38 | 0 | 2 | 33 | B1 | 26 | 24 |
| Octal | 70 | 176 | 173 | 70 | 0 | 2 | 63 | 261 | 46 | 44 |
| Binary | 111000 | 1111110 | 1111011 | 111000 | 0 | 10 | 110011 | 10110001 | 100110 | 100100 |
Color Harmonies of #387E7B
Complementary color
Monochromatic Colors of #387E7B
Black with #387E7B
Text Example
Text Example
White with #387E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387E7B; }
p { color: rgb(56,126,123); }
H1.HeaderClassName
{
color: #387E7B;
}
.AnyTagClassName
{
color: #387E7B;
}
</style>
background-color css
<style>
a { background-color: #387E7B; }
a { background-color: rgb(56,126,123); }
div.DivClassName
{
background-color: #387E7B;
}
.BgClassName
{
background-color: #387E7B;
}
</style>
border-color css
<style>
span { border-color: #387E7B; }
span { border-color: rgb(56,126,123); }
td.TdClassName
{
border-color: #387E7B;
}
.TagClassName
{
border-color: #387E7B;
}
</style>