Shades of Minsk #37296B
Tints of Minsk #37296B
RGB
CMYK
RGB Variations
Color information
#37296B (or 0x37296B) is known color: Minsk. HEX triplet: 37, 29 and 6B. RGB value is (55,41,107). Sum of RGB (Red+Green+Blue) = 55+41+107=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #37296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37296B is #C8D694. Grayscale: #343434. Windows color (decimal): -13162133 or 7022903. OLE color: 7022903.
HSL color Cylindrical-coordinate representation of color #37296B: hue angle of 252.73º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37296B is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 41 | 107 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.58 |
| HSL | 252.73º | 0.45% | 0.29% | - |
| HSV(B) | 252.73º | 0.62% | 0.42% | - |
| XYZ | 5.02 | 3.46 | 14.31 | - |
| YUV | 52.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 107 | 0.49 | 0.62 | 0 | 0.58 | 252.73 | 0.45 | 0.29 |
| Hex | 37 | 29 | 6B | 31 | 3E | 0 | 3A | FD | 2D | 1D |
| Octal | 67 | 51 | 153 | 61 | 76 | 0 | 72 | 375 | 55 | 35 |
| Binary | 110111 | 101001 | 1101011 | 110001 | 111110 | 0 | 111010 | 11111101 | 101101 | 11101 |
Color Harmonies of #37296B
Complementary color
Monochromatic Colors of #37296B
Black with #37296B
Text Example
Text Example
White with #37296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37296B; }
p { color: rgb(55,41,107); }
H1.HeaderClassName
{
color: #37296B;
}
.AnyTagClassName
{
color: #37296B;
}
</style>
background-color css
<style>
a { background-color: #37296B; }
a { background-color: rgb(55,41,107); }
div.DivClassName
{
background-color: #37296B;
}
.BgClassName
{
background-color: #37296B;
}
</style>
border-color css
<style>
span { border-color: #37296B; }
span { border-color: rgb(55,41,107); }
td.TdClassName
{
border-color: #37296B;
}
.TagClassName
{
border-color: #37296B;
}
</style>