Shades of Minsk #37286F
Tints of Minsk #37286F
RGB
CMYK
RGB Variations
Color information
#37286F (or 0x37286F) is known color: Minsk. HEX triplet: 37, 28 and 6F. RGB value is (55,40,111). Sum of RGB (Red+Green+Blue) = 55+40+111=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 111 (43.75% from 255 or 53.88% from 206); Max value from RGB is 111 - color contains mainly: blue. Hex color #37286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37286F is #C8D790. Grayscale: #343434. Windows color (decimal): -13162385 or 7284791. OLE color: 7284791.
HSL color Cylindrical-coordinate representation of color #37286F: hue angle of 252.68º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37286F is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 40 | 111 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.56 |
| HSL | 252.68º | 0.47% | 0.3% | - |
| HSV(B) | 252.68º | 0.64% | 0.44% | - |
| XYZ | 5.2 | 3.48 | 15.44 | - |
| YUV | 52.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 111 | 0.50 | 0.64 | 0 | 0.56 | 252.68 | 0.47 | 0.3 |
| Hex | 37 | 28 | 6F | 32 | 40 | 0 | 38 | FD | 2F | 1E |
| Octal | 67 | 50 | 157 | 62 | 100 | 0 | 70 | 375 | 57 | 36 |
| Binary | 110111 | 101000 | 1101111 | 110010 | 1000000 | 0 | 111000 | 11111101 | 101111 | 11110 |
Color Harmonies of #37286F
Complementary color
Monochromatic Colors of #37286F
Black with #37286F
Text Example
Text Example
White with #37286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37286F; }
p { color: rgb(55,40,111); }
H1.HeaderClassName
{
color: #37286F;
}
.AnyTagClassName
{
color: #37286F;
}
</style>
background-color css
<style>
a { background-color: #37286F; }
a { background-color: rgb(55,40,111); }
div.DivClassName
{
background-color: #37286F;
}
.BgClassName
{
background-color: #37286F;
}
</style>
border-color css
<style>
span { border-color: #37286F; }
span { border-color: rgb(55,40,111); }
td.TdClassName
{
border-color: #37286F;
}
.TagClassName
{
border-color: #37286F;
}
</style>