Shades of Minsk #372C77
Tints of Minsk #372C77
RGB
CMYK
RGB Variations
Color information
#372C77 (or 0x372C77) is known color: Minsk. HEX triplet: 37, 2C and 77. RGB value is (55,44,119). Sum of RGB (Red+Green+Blue) = 55+44+119=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #372C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372C77 is #C8D388. Grayscale: #373737. Windows color (decimal): -13161353 or 7810103. OLE color: 7810103.
HSL color Cylindrical-coordinate representation of color #372C77: hue angle of 248.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #372C77 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 44 | 119 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.53 |
| HSL | 248.8º | 0.46% | 0.32% | - |
| HSV(B) | 248.8º | 0.63% | 0.47% | - |
| XYZ | 5.81 | 3.95 | 17.91 | - |
| YUV | 55.84 | 163.64 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 119 | 0.54 | 0.63 | 0 | 0.53 | 248.8 | 0.46 | 0.32 |
| Hex | 37 | 2C | 77 | 36 | 3F | 0 | 35 | F9 | 2E | 20 |
| Octal | 67 | 54 | 167 | 66 | 77 | 0 | 65 | 371 | 56 | 40 |
| Binary | 110111 | 101100 | 1110111 | 110110 | 111111 | 0 | 110101 | 11111001 | 101110 | 100000 |
Color Harmonies of #372C77
Complementary color
Monochromatic Colors of #372C77
Black with #372C77
Text Example
Text Example
White with #372C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C77; }
p { color: rgb(55,44,119); }
H1.HeaderClassName
{
color: #372C77;
}
.AnyTagClassName
{
color: #372C77;
}
</style>
background-color css
<style>
a { background-color: #372C77; }
a { background-color: rgb(55,44,119); }
div.DivClassName
{
background-color: #372C77;
}
.BgClassName
{
background-color: #372C77;
}
</style>
border-color css
<style>
span { border-color: #372C77; }
span { border-color: rgb(55,44,119); }
td.TdClassName
{
border-color: #372C77;
}
.TagClassName
{
border-color: #372C77;
}
</style>