Shades of Minsk #37296F
Tints of Minsk #37296F
RGB
CMYK
RGB Variations
Color information
#37296F (or 0x37296F) is known color: Minsk. HEX triplet: 37, 29 and 6F. RGB value is (55,41,111). Sum of RGB (Red+Green+Blue) = 55+41+111=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #37296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37296F is #C8D690. Grayscale: #343434. Windows color (decimal): -13162129 or 7285047. OLE color: 7285047.
HSL color Cylindrical-coordinate representation of color #37296F: hue angle of 252º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37296F is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 41 | 111 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.56 |
| HSL | 252º | 0.46% | 0.3% | - |
| HSV(B) | 252º | 0.63% | 0.44% | - |
| XYZ | 5.24 | 3.55 | 15.45 | - |
| YUV | 53.17 | 160.64 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 111 | 0.50 | 0.63 | 0 | 0.56 | 252 | 0.46 | 0.3 |
| Hex | 37 | 29 | 6F | 32 | 3F | 0 | 38 | FC | 2E | 1E |
| Octal | 67 | 51 | 157 | 62 | 77 | 0 | 70 | 374 | 56 | 36 |
| Binary | 110111 | 101001 | 1101111 | 110010 | 111111 | 0 | 111000 | 11111100 | 101110 | 11110 |
Color Harmonies of #37296F
Complementary color
Monochromatic Colors of #37296F
Black with #37296F
Text Example
Text Example
White with #37296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37296F; }
p { color: rgb(55,41,111); }
H1.HeaderClassName
{
color: #37296F;
}
.AnyTagClassName
{
color: #37296F;
}
</style>
background-color css
<style>
a { background-color: #37296F; }
a { background-color: rgb(55,41,111); }
div.DivClassName
{
background-color: #37296F;
}
.BgClassName
{
background-color: #37296F;
}
</style>
border-color css
<style>
span { border-color: #37296F; }
span { border-color: rgb(55,41,111); }
td.TdClassName
{
border-color: #37296F;
}
.TagClassName
{
border-color: #37296F;
}
</style>