Shades of Minsk #372F6E
Tints of Minsk #372F6E
RGB
CMYK
RGB Variations
Color information
#372F6E (or 0x372F6E) is known color: Minsk. HEX triplet: 37, 2F and 6E. RGB value is (55,47,110). Sum of RGB (Red+Green+Blue) = 55+47+110=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #372F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F6E is #C8D091. Grayscale: #383838. Windows color (decimal): -13160594 or 7221047. OLE color: 7221047.
HSL color Cylindrical-coordinate representation of color #372F6E: hue angle of 247.62º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #372F6E is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 47 | 110 | - |
| CMYK | 0.5 | 0.57 | 0 | 0.57 |
| HSL | 247.62º | 0.4% | 0.31% | - |
| HSV(B) | 247.62º | 0.57% | 0.43% | - |
| XYZ | 5.41 | 3.97 | 15.23 | - |
| YUV | 56.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 110 | 0.5 | 0.57 | 0 | 0.57 | 247.62 | 0.4 | 0.31 |
| Hex | 37 | 2F | 6E | 32 | 39 | 0 | 39 | F8 | 28 | 1F |
| Octal | 67 | 57 | 156 | 62 | 71 | 0 | 71 | 370 | 50 | 37 |
| Binary | 110111 | 101111 | 1101110 | 110010 | 111001 | 0 | 111001 | 11111000 | 101000 | 11111 |
Color Harmonies of #372F6E
Complementary color
Monochromatic Colors of #372F6E
Black with #372F6E
Text Example
Text Example
White with #372F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F6E; }
p { color: rgb(55,47,110); }
H1.HeaderClassName
{
color: #372F6E;
}
.AnyTagClassName
{
color: #372F6E;
}
</style>
background-color css
<style>
a { background-color: #372F6E; }
a { background-color: rgb(55,47,110); }
div.DivClassName
{
background-color: #372F6E;
}
.BgClassName
{
background-color: #372F6E;
}
</style>
border-color css
<style>
span { border-color: #372F6E; }
span { border-color: rgb(55,47,110); }
td.TdClassName
{
border-color: #372F6E;
}
.TagClassName
{
border-color: #372F6E;
}
</style>