Shades of Ming #377982
Tints of Ming #377982
RGB
CMYK
RGB Variations
Color information
#377982 (or 0x377982) is known color: Ming. HEX triplet: 37, 79 and 82. RGB value is (55,121,130). Sum of RGB (Red+Green+Blue) = 55+121+130=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 130 - color contains mainly: blue. Hex color #377982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377982 is #C8867D. Grayscale: #666666. Windows color (decimal): -13141630 or 8550711. OLE color: 8550711.
HSL color Cylindrical-coordinate representation of color #377982: hue angle of 187.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377982 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 121 | 130 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.49 |
| HSL | 187.2º | 0.41% | 0.36% | - |
| HSV(B) | 187.2º | 0.58% | 0.51% | - |
| XYZ | 12.44 | 16.1 | 23.57 | - |
| YUV | 102.29 | 143.63 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 130 | 0.58 | 0.07 | 0 | 0.49 | 187.2 | 0.41 | 0.36 |
| Hex | 37 | 79 | 82 | 3A | 7 | 0 | 31 | BB | 29 | 24 |
| Octal | 67 | 171 | 202 | 72 | 7 | 0 | 61 | 273 | 51 | 44 |
| Binary | 110111 | 1111001 | 10000010 | 111010 | 111 | 0 | 110001 | 10111011 | 101001 | 100100 |
Color Harmonies of #377982
Complementary color
Monochromatic Colors of #377982
Black with #377982
Text Example
Text Example
White with #377982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377982; }
p { color: rgb(55,121,130); }
H1.HeaderClassName
{
color: #377982;
}
.AnyTagClassName
{
color: #377982;
}
</style>
background-color css
<style>
a { background-color: #377982; }
a { background-color: rgb(55,121,130); }
div.DivClassName
{
background-color: #377982;
}
.BgClassName
{
background-color: #377982;
}
</style>
border-color css
<style>
span { border-color: #377982; }
span { border-color: rgb(55,121,130); }
td.TdClassName
{
border-color: #377982;
}
.TagClassName
{
border-color: #377982;
}
</style>