Shades of Ming #377B7D
Tints of Ming #377B7D
RGB
CMYK
RGB Variations
Color information
#377B7D (or 0x377B7D) is known color: Ming. HEX triplet: 37, 7B and 7D. RGB value is (55,123,125). Sum of RGB (Red+Green+Blue) = 55+123+125=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #377B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B7D is #C88482. Grayscale: #666666. Windows color (decimal): -13141123 or 8223543. OLE color: 8223543.
HSL color Cylindrical-coordinate representation of color #377B7D: hue angle of 181.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377B7D is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 123 | 125 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.51 |
| HSL | 181.71º | 0.39% | 0.35% | - |
| HSV(B) | 181.71º | 0.56% | 0.49% | - |
| XYZ | 12.36 | 16.46 | 21.93 | - |
| YUV | 102.9 | 140.47 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 125 | 0.56 | 0.02 | 0 | 0.51 | 181.71 | 0.39 | 0.35 |
| Hex | 37 | 7B | 7D | 38 | 2 | 0 | 33 | B6 | 27 | 23 |
| Octal | 67 | 173 | 175 | 70 | 2 | 0 | 63 | 266 | 47 | 43 |
| Binary | 110111 | 1111011 | 1111101 | 111000 | 10 | 0 | 110011 | 10110110 | 100111 | 100011 |
Color Harmonies of #377B7D
Complementary color
Monochromatic Colors of #377B7D
Black with #377B7D
Text Example
Text Example
White with #377B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B7D; }
p { color: rgb(55,123,125); }
H1.HeaderClassName
{
color: #377B7D;
}
.AnyTagClassName
{
color: #377B7D;
}
</style>
background-color css
<style>
a { background-color: #377B7D; }
a { background-color: rgb(55,123,125); }
div.DivClassName
{
background-color: #377B7D;
}
.BgClassName
{
background-color: #377B7D;
}
</style>
border-color css
<style>
span { border-color: #377B7D; }
span { border-color: rgb(55,123,125); }
td.TdClassName
{
border-color: #377B7D;
}
.TagClassName
{
border-color: #377B7D;
}
</style>