Shades of Minsk #372D77
Tints of Minsk #372D77
RGB
CMYK
RGB Variations
Color information
#372D77 (or 0x372D77) is known color: Minsk. HEX triplet: 37, 2D and 77. RGB value is (55,45,119). Sum of RGB (Red+Green+Blue) = 55+45+119=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #372D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D77 is #C8D288. Grayscale: #383838. Windows color (decimal): -13161097 or 7810359. OLE color: 7810359.
HSL color Cylindrical-coordinate representation of color #372D77: hue angle of 248.11º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #372D77 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 45 | 119 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.53 |
| HSL | 248.11º | 0.45% | 0.32% | - |
| HSV(B) | 248.11º | 0.62% | 0.47% | - |
| XYZ | 5.84 | 4.02 | 17.92 | - |
| YUV | 56.43 | 163.31 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 119 | 0.54 | 0.62 | 0 | 0.53 | 248.11 | 0.45 | 0.32 |
| Hex | 37 | 2D | 77 | 36 | 3E | 0 | 35 | F8 | 2D | 20 |
| Octal | 67 | 55 | 167 | 66 | 76 | 0 | 65 | 370 | 55 | 40 |
| Binary | 110111 | 101101 | 1110111 | 110110 | 111110 | 0 | 110101 | 11111000 | 101101 | 100000 |
Color Harmonies of #372D77
Complementary color
Monochromatic Colors of #372D77
Black with #372D77
Text Example
Text Example
White with #372D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D77; }
p { color: rgb(55,45,119); }
H1.HeaderClassName
{
color: #372D77;
}
.AnyTagClassName
{
color: #372D77;
}
</style>
background-color css
<style>
a { background-color: #372D77; }
a { background-color: rgb(55,45,119); }
div.DivClassName
{
background-color: #372D77;
}
.BgClassName
{
background-color: #372D77;
}
</style>
border-color css
<style>
span { border-color: #372D77; }
span { border-color: rgb(55,45,119); }
td.TdClassName
{
border-color: #372D77;
}
.TagClassName
{
border-color: #372D77;
}
</style>