Shades of Minsk #372F64
Tints of Minsk #372F64
RGB
CMYK
RGB Variations
Color information
#372F64 (or 0x372F64) is known color: Minsk. HEX triplet: 37, 2F and 64. RGB value is (55,47,100). Sum of RGB (Red+Green+Blue) = 55+47+100=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #372F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F64 is #C8D09B. Grayscale: #373737. Windows color (decimal): -13160604 or 6565687. OLE color: 6565687.
HSL color Cylindrical-coordinate representation of color #372F64: hue angle of 249.06º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #372F64 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 47 | 100 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.61 |
| HSL | 249.06º | 0.36% | 0.29% | - |
| HSV(B) | 249.06º | 0.53% | 0.39% | - |
| XYZ | 4.89 | 3.77 | 12.53 | - |
| YUV | 55.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 100 | 0.45 | 0.53 | 0 | 0.61 | 249.06 | 0.36 | 0.29 |
| Hex | 37 | 2F | 64 | 2D | 35 | 0 | 3D | F9 | 24 | 1D |
| Octal | 67 | 57 | 144 | 55 | 65 | 0 | 75 | 371 | 44 | 35 |
| Binary | 110111 | 101111 | 1100100 | 101101 | 110101 | 0 | 111101 | 11111001 | 100100 | 11101 |
Color Harmonies of #372F64
Complementary color
Monochromatic Colors of #372F64
Black with #372F64
Text Example
Text Example
White with #372F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372F64; }
p { color: rgb(55,47,100); }
H1.HeaderClassName
{
color: #372F64;
}
.AnyTagClassName
{
color: #372F64;
}
</style>
background-color css
<style>
a { background-color: #372F64; }
a { background-color: rgb(55,47,100); }
div.DivClassName
{
background-color: #372F64;
}
.BgClassName
{
background-color: #372F64;
}
</style>
border-color css
<style>
span { border-color: #372F64; }
span { border-color: rgb(55,47,100); }
td.TdClassName
{
border-color: #372F64;
}
.TagClassName
{
border-color: #372F64;
}
</style>