Shades of Ming #38767A
Tints of Ming #38767A
RGB
CMYK
RGB Variations
Color information
#38767A (or 0x38767A) is known color: Ming. HEX triplet: 38, 76 and 7A. RGB value is (56,118,122). Sum of RGB (Red+Green+Blue) = 56+118+122=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 122 - color contains mainly: blue. Hex color #38767A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38767A is #C78985. Grayscale: #636363. Windows color (decimal): -13076870 or 8025656. OLE color: 8025656.
HSL color Cylindrical-coordinate representation of color #38767A: hue angle of 183.64º 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 #38767A is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 56 | 118 | 122 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.52 |
| HSL | 183.64º | 0.37% | 0.35% | - |
| HSV(B) | 183.64º | 0.54% | 0.48% | - |
| XYZ | 11.62 | 15.2 | 20.73 | - |
| YUV | 99.92 | 140.46 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 118 | 122 | 0.54 | 0.03 | 0 | 0.52 | 183.64 | 0.37 | 0.35 |
| Hex | 38 | 76 | 7A | 36 | 3 | 0 | 34 | B8 | 25 | 23 |
| Octal | 70 | 166 | 172 | 66 | 3 | 0 | 64 | 270 | 45 | 43 |
| Binary | 111000 | 1110110 | 1111010 | 110110 | 11 | 0 | 110100 | 10111000 | 100101 | 100011 |
Color Harmonies of #38767A
Complementary color
Monochromatic Colors of #38767A
Black with #38767A
Text Example
Text Example
White with #38767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38767A; }
p { color: rgb(56,118,122); }
H1.HeaderClassName
{
color: #38767A;
}
.AnyTagClassName
{
color: #38767A;
}
</style>
background-color css
<style>
a { background-color: #38767A; }
a { background-color: rgb(56,118,122); }
div.DivClassName
{
background-color: #38767A;
}
.BgClassName
{
background-color: #38767A;
}
</style>
border-color css
<style>
span { border-color: #38767A; }
span { border-color: rgb(56,118,122); }
td.TdClassName
{
border-color: #38767A;
}
.TagClassName
{
border-color: #38767A;
}
</style>