Shades of Ming #38696C
Tints of Ming #38696C
RGB
CMYK
RGB Variations
Color information
#38696C (or 0x38696C) is known color: Ming. HEX triplet: 38, 69 and 6C. RGB value is (56,105,108). Sum of RGB (Red+Green+Blue) = 56+105+108=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #38696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38696C is #C79693. Grayscale: #5A5A5A. Windows color (decimal): -13080212 or 7104824. OLE color: 7104824.
HSL color Cylindrical-coordinate representation of color #38696C: hue angle of 183.46º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38696C is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 105 | 108 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.58 |
| HSL | 183.46º | 0.32% | 0.32% | - |
| HSV(B) | 183.46º | 0.48% | 0.42% | - |
| XYZ | 9.39 | 12.03 | 16.01 | - |
| YUV | 90.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 108 | 0.48 | 0.03 | 0 | 0.58 | 183.46 | 0.32 | 0.32 |
| Hex | 38 | 69 | 6C | 30 | 3 | 0 | 3A | B7 | 20 | 20 |
| Octal | 70 | 151 | 154 | 60 | 3 | 0 | 72 | 267 | 40 | 40 |
| Binary | 111000 | 1101001 | 1101100 | 110000 | 11 | 0 | 111010 | 10110111 | 100000 | 100000 |
Color Harmonies of #38696C
Complementary color
Monochromatic Colors of #38696C
Black with #38696C
Text Example
Text Example
White with #38696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38696C; }
p { color: rgb(56,105,108); }
H1.HeaderClassName
{
color: #38696C;
}
.AnyTagClassName
{
color: #38696C;
}
</style>
background-color css
<style>
a { background-color: #38696C; }
a { background-color: rgb(56,105,108); }
div.DivClassName
{
background-color: #38696C;
}
.BgClassName
{
background-color: #38696C;
}
</style>
border-color css
<style>
span { border-color: #38696C; }
span { border-color: rgb(56,105,108); }
td.TdClassName
{
border-color: #38696C;
}
.TagClassName
{
border-color: #38696C;
}
</style>