Shades of Minsk #372C6E
Tints of Minsk #372C6E
RGB
CMYK
RGB Variations
Color information
#372C6E (or 0x372C6E) is known color: Minsk. HEX triplet: 37, 2C and 6E. RGB value is (55,44,110). Sum of RGB (Red+Green+Blue) = 55+44+110=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #372C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372C6E is #C8D391. Grayscale: #363636. Windows color (decimal): -13161362 or 7220279. OLE color: 7220279.
HSL color Cylindrical-coordinate representation of color #372C6E: hue angle of 250º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #372C6E is Cyan = 0.5, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 44 | 110 | - |
| CMYK | 0.5 | 0.6 | 0 | 0.57 |
| HSL | 250º | 0.43% | 0.3% | - |
| HSV(B) | 250º | 0.6% | 0.43% | - |
| XYZ | 5.29 | 3.74 | 15.19 | - |
| YUV | 54.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 110 | 0.5 | 0.6 | 0 | 0.57 | 250 | 0.43 | 0.3 |
| Hex | 37 | 2C | 6E | 32 | 3C | 0 | 39 | FA | 2B | 1E |
| Octal | 67 | 54 | 156 | 62 | 74 | 0 | 71 | 372 | 53 | 36 |
| Binary | 110111 | 101100 | 1101110 | 110010 | 111100 | 0 | 111001 | 11111010 | 101011 | 11110 |
Color Harmonies of #372C6E
Complementary color
Monochromatic Colors of #372C6E
Black with #372C6E
Text Example
Text Example
White with #372C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C6E; }
p { color: rgb(55,44,110); }
H1.HeaderClassName
{
color: #372C6E;
}
.AnyTagClassName
{
color: #372C6E;
}
</style>
background-color css
<style>
a { background-color: #372C6E; }
a { background-color: rgb(55,44,110); }
div.DivClassName
{
background-color: #372C6E;
}
.BgClassName
{
background-color: #372C6E;
}
</style>
border-color css
<style>
span { border-color: #372C6E; }
span { border-color: rgb(55,44,110); }
td.TdClassName
{
border-color: #372C6E;
}
.TagClassName
{
border-color: #372C6E;
}
</style>