Shades of Ming #38696B
Tints of Ming #38696B
RGB
CMYK
RGB Variations
Color information
#38696B (or 0x38696B) is known color: Ming. HEX triplet: 38, 69 and 6B. RGB value is (56,105,107). Sum of RGB (Red+Green+Blue) = 56+105+107=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 107 - color contains mainly: blue. Hex color #38696B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38696B is #C79694. Grayscale: #5A5A5A. Windows color (decimal): -13080213 or 7039288. OLE color: 7039288.
HSL color Cylindrical-coordinate representation of color #38696B: hue angle of 182.35º degrees, saturation: 0.31, 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 #38696B is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 105 | 107 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.58 |
| HSL | 182.35º | 0.31% | 0.32% | - |
| HSV(B) | 182.35º | 0.48% | 0.42% | - |
| XYZ | 9.34 | 12.01 | 15.74 | - |
| YUV | 90.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 105 | 107 | 0.48 | 0.02 | 0 | 0.58 | 182.35 | 0.31 | 0.32 |
| Hex | 38 | 69 | 6B | 30 | 2 | 0 | 3A | B6 | 1F | 20 |
| Octal | 70 | 151 | 153 | 60 | 2 | 0 | 72 | 266 | 37 | 40 |
| Binary | 111000 | 1101001 | 1101011 | 110000 | 10 | 0 | 111010 | 10110110 | 11111 | 100000 |
Color Harmonies of #38696B
Complementary color
Monochromatic Colors of #38696B
Black with #38696B
Text Example
Text Example
White with #38696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38696B; }
p { color: rgb(56,105,107); }
H1.HeaderClassName
{
color: #38696B;
}
.AnyTagClassName
{
color: #38696B;
}
</style>
background-color css
<style>
a { background-color: #38696B; }
a { background-color: rgb(56,105,107); }
div.DivClassName
{
background-color: #38696B;
}
.BgClassName
{
background-color: #38696B;
}
</style>
border-color css
<style>
span { border-color: #38696B; }
span { border-color: rgb(56,105,107); }
td.TdClassName
{
border-color: #38696B;
}
.TagClassName
{
border-color: #38696B;
}
</style>