Shades of Ming #376C75
Tints of Ming #376C75
RGB
CMYK
RGB Variations
Color information
#376C75 (or 0x376C75) is known color: Ming. HEX triplet: 37, 6C and 75. RGB value is (55,108,117). Sum of RGB (Red+Green+Blue) = 55+108+117=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #376C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C75 is #C8938A. Grayscale: #5D5D5D. Windows color (decimal): -13144971 or 7695415. OLE color: 7695415.
HSL color Cylindrical-coordinate representation of color #376C75: hue angle of 188.71º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #376C75 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 108 | 117 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.54 |
| HSL | 188.71º | 0.36% | 0.34% | - |
| HSV(B) | 188.71º | 0.53% | 0.46% | - |
| XYZ | 10.15 | 12.82 | 18.77 | - |
| YUV | 93.18 | 141.44 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 108 | 117 | 0.53 | 0.08 | 0 | 0.54 | 188.71 | 0.36 | 0.34 |
| Hex | 37 | 6C | 75 | 35 | 8 | 0 | 36 | BD | 24 | 22 |
| Octal | 67 | 154 | 165 | 65 | 10 | 0 | 66 | 275 | 44 | 42 |
| Binary | 110111 | 1101100 | 1110101 | 110101 | 1000 | 0 | 110110 | 10111101 | 100100 | 100010 |
Color Harmonies of #376C75
Complementary color
Monochromatic Colors of #376C75
Black with #376C75
Text Example
Text Example
White with #376C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376C75; }
p { color: rgb(55,108,117); }
H1.HeaderClassName
{
color: #376C75;
}
.AnyTagClassName
{
color: #376C75;
}
</style>
background-color css
<style>
a { background-color: #376C75; }
a { background-color: rgb(55,108,117); }
div.DivClassName
{
background-color: #376C75;
}
.BgClassName
{
background-color: #376C75;
}
</style>
border-color css
<style>
span { border-color: #376C75; }
span { border-color: rgb(55,108,117); }
td.TdClassName
{
border-color: #376C75;
}
.TagClassName
{
border-color: #376C75;
}
</style>