Shades of Ming #377881
Tints of Ming #377881
RGB
CMYK
RGB Variations
Color information
#377881 (or 0x377881) is known color: Ming. HEX triplet: 37, 78 and 81. RGB value is (55,120,129). Sum of RGB (Red+Green+Blue) = 55+120+129=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 129 - color contains mainly: blue. Hex color #377881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377881 is #C8877E. Grayscale: #656565. Windows color (decimal): -13141887 or 8484919. OLE color: 8484919.
HSL color Cylindrical-coordinate representation of color #377881: hue angle of 187.3º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377881 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 55 | 120 | 129 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.49 |
| HSL | 187.3º | 0.4% | 0.36% | - |
| HSV(B) | 187.3º | 0.57% | 0.51% | - |
| XYZ | 12.25 | 15.83 | 23.18 | - |
| YUV | 101.59 | 143.47 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 129 | 0.57 | 0.07 | 0 | 0.49 | 187.3 | 0.4 | 0.36 |
| Hex | 37 | 78 | 81 | 39 | 7 | 0 | 31 | BB | 28 | 24 |
| Octal | 67 | 170 | 201 | 71 | 7 | 0 | 61 | 273 | 50 | 44 |
| Binary | 110111 | 1111000 | 10000001 | 111001 | 111 | 0 | 110001 | 10111011 | 101000 | 100100 |
Color Harmonies of #377881
Complementary color
Monochromatic Colors of #377881
Black with #377881
Text Example
Text Example
White with #377881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377881; }
p { color: rgb(55,120,129); }
H1.HeaderClassName
{
color: #377881;
}
.AnyTagClassName
{
color: #377881;
}
</style>
background-color css
<style>
a { background-color: #377881; }
a { background-color: rgb(55,120,129); }
div.DivClassName
{
background-color: #377881;
}
.BgClassName
{
background-color: #377881;
}
</style>
border-color css
<style>
span { border-color: #377881; }
span { border-color: rgb(55,120,129); }
td.TdClassName
{
border-color: #377881;
}
.TagClassName
{
border-color: #377881;
}
</style>