Shades of Ming #38696A
Tints of Ming #38696A
RGB
CMYK
RGB Variations
Color information
#38696A (or 0x38696A) is known color: Ming. HEX triplet: 38, 69 and 6A. RGB value is (56,105,106). Sum of RGB (Red+Green+Blue) = 56+105+106=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 106 - color contains mainly: blue. Hex color #38696A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38696A is #C79695. Grayscale: #5A5A5A. Windows color (decimal): -13080214 or 6973752. OLE color: 6973752.
HSL color Cylindrical-coordinate representation of color #38696A: hue angle of 181.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38696A is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 105 | 106 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.58 |
| HSL | 181.2º | 0.31% | 0.32% | - |
| HSV(B) | 181.2º | 0.47% | 0.42% | - |
| XYZ | 9.28 | 11.98 | 15.46 | - |
| YUV | 90.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 106 | 0.47 | 0.01 | 0 | 0.58 | 181.2 | 0.31 | 0.32 |
| Hex | 38 | 69 | 6A | 2F | 1 | 0 | 3A | B5 | 1F | 20 |
| Octal | 70 | 151 | 152 | 57 | 1 | 0 | 72 | 265 | 37 | 40 |
| Binary | 111000 | 1101001 | 1101010 | 101111 | 1 | 0 | 111010 | 10110101 | 11111 | 100000 |
Color Harmonies of #38696A
Complementary color
Monochromatic Colors of #38696A
Black with #38696A
Text Example
Text Example
White with #38696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38696A; }
p { color: rgb(56,105,106); }
H1.HeaderClassName
{
color: #38696A;
}
.AnyTagClassName
{
color: #38696A;
}
</style>
background-color css
<style>
a { background-color: #38696A; }
a { background-color: rgb(56,105,106); }
div.DivClassName
{
background-color: #38696A;
}
.BgClassName
{
background-color: #38696A;
}
</style>
border-color css
<style>
span { border-color: #38696A; }
span { border-color: rgb(56,105,106); }
td.TdClassName
{
border-color: #38696A;
}
.TagClassName
{
border-color: #38696A;
}
</style>