Shades of Ming #38727B
Tints of Ming #38727B
RGB
CMYK
RGB Variations
Color information
#38727B (or 0x38727B) is known color: Ming. HEX triplet: 38, 72 and 7B. RGB value is (56,114,123). Sum of RGB (Red+Green+Blue) = 56+114+123=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #38727B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38727B is #C78D84. Grayscale: #616161. Windows color (decimal): -13077893 or 8090168. OLE color: 8090168.
HSL color Cylindrical-coordinate representation of color #38727B: hue angle of 188.06º 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 #38727B is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 114 | 123 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.52 |
| HSL | 188.06º | 0.37% | 0.35% | - |
| HSV(B) | 188.06º | 0.54% | 0.48% | - |
| XYZ | 11.22 | 14.31 | 20.91 | - |
| YUV | 97.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 114 | 123 | 0.54 | 0.07 | 0 | 0.52 | 188.06 | 0.37 | 0.35 |
| Hex | 38 | 72 | 7B | 36 | 7 | 0 | 34 | BC | 25 | 23 |
| Octal | 70 | 162 | 173 | 66 | 7 | 0 | 64 | 274 | 45 | 43 |
| Binary | 111000 | 1110010 | 1111011 | 110110 | 111 | 0 | 110100 | 10111100 | 100101 | 100011 |
Color Harmonies of #38727B
Complementary color
Monochromatic Colors of #38727B
Black with #38727B
Text Example
Text Example
White with #38727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38727B; }
p { color: rgb(56,114,123); }
H1.HeaderClassName
{
color: #38727B;
}
.AnyTagClassName
{
color: #38727B;
}
</style>
background-color css
<style>
a { background-color: #38727B; }
a { background-color: rgb(56,114,123); }
div.DivClassName
{
background-color: #38727B;
}
.BgClassName
{
background-color: #38727B;
}
</style>
border-color css
<style>
span { border-color: #38727B; }
span { border-color: rgb(56,114,123); }
td.TdClassName
{
border-color: #38727B;
}
.TagClassName
{
border-color: #38727B;
}
</style>