Shades of Ming #376B6C
Tints of Ming #376B6C
RGB
CMYK
RGB Variations
Color information
#376B6C (or 0x376B6C) is known color: Ming. HEX triplet: 37, 6B and 6C. RGB value is (55,107,108). Sum of RGB (Red+Green+Blue) = 55+107+108=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #376B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B6C is #C89493. Grayscale: #5B5B5B. Windows color (decimal): -13145236 or 7105335. OLE color: 7105335.
HSL color Cylindrical-coordinate representation of color #376B6C: hue angle of 181.13º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376B6C is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 107 | 108 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.58 |
| HSL | 181.13º | 0.33% | 0.32% | - |
| HSV(B) | 181.13º | 0.49% | 0.42% | - |
| XYZ | 9.54 | 12.41 | 16.08 | - |
| YUV | 91.57 | 137.27 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 108 | 0.49 | 0.01 | 0 | 0.58 | 181.13 | 0.33 | 0.32 |
| Hex | 37 | 6B | 6C | 31 | 1 | 0 | 3A | B5 | 21 | 20 |
| Octal | 67 | 153 | 154 | 61 | 1 | 0 | 72 | 265 | 41 | 40 |
| Binary | 110111 | 1101011 | 1101100 | 110001 | 1 | 0 | 111010 | 10110101 | 100001 | 100000 |
Color Harmonies of #376B6C
Complementary color
Monochromatic Colors of #376B6C
Black with #376B6C
Text Example
Text Example
White with #376B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376B6C; }
p { color: rgb(55,107,108); }
H1.HeaderClassName
{
color: #376B6C;
}
.AnyTagClassName
{
color: #376B6C;
}
</style>
background-color css
<style>
a { background-color: #376B6C; }
a { background-color: rgb(55,107,108); }
div.DivClassName
{
background-color: #376B6C;
}
.BgClassName
{
background-color: #376B6C;
}
</style>
border-color css
<style>
span { border-color: #376B6C; }
span { border-color: rgb(55,107,108); }
td.TdClassName
{
border-color: #376B6C;
}
.TagClassName
{
border-color: #376B6C;
}
</style>