Shades of Minsk #372E64
Tints of Minsk #372E64
RGB
CMYK
RGB Variations
Color information
#372E64 (or 0x372E64) is known color: Minsk. HEX triplet: 37, 2E and 64. RGB value is (55,46,100). Sum of RGB (Red+Green+Blue) = 55+46+100=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #372E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E64 is #C8D19B. Grayscale: #363636. Windows color (decimal): -13160860 or 6565431. OLE color: 6565431.
HSL color Cylindrical-coordinate representation of color #372E64: hue angle of 250º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #372E64 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 46 | 100 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.61 |
| HSL | 250º | 0.37% | 0.29% | - |
| HSV(B) | 250º | 0.54% | 0.39% | - |
| XYZ | 4.85 | 3.69 | 12.51 | - |
| YUV | 54.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 100 | 0.45 | 0.54 | 0 | 0.61 | 250 | 0.37 | 0.29 |
| Hex | 37 | 2E | 64 | 2D | 36 | 0 | 3D | FA | 25 | 1D |
| Octal | 67 | 56 | 144 | 55 | 66 | 0 | 75 | 372 | 45 | 35 |
| Binary | 110111 | 101110 | 1100100 | 101101 | 110110 | 0 | 111101 | 11111010 | 100101 | 11101 |
Color Harmonies of #372E64
Complementary color
Monochromatic Colors of #372E64
Black with #372E64
Text Example
Text Example
White with #372E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E64; }
p { color: rgb(55,46,100); }
H1.HeaderClassName
{
color: #372E64;
}
.AnyTagClassName
{
color: #372E64;
}
</style>
background-color css
<style>
a { background-color: #372E64; }
a { background-color: rgb(55,46,100); }
div.DivClassName
{
background-color: #372E64;
}
.BgClassName
{
background-color: #372E64;
}
</style>
border-color css
<style>
span { border-color: #372E64; }
span { border-color: rgb(55,46,100); }
td.TdClassName
{
border-color: #372E64;
}
.TagClassName
{
border-color: #372E64;
}
</style>