Shades of Minsk #37286B
Tints of Minsk #37286B
RGB
CMYK
RGB Variations
Color information
#37286B (or 0x37286B) is known color: Minsk. HEX triplet: 37, 28 and 6B. RGB value is (55,40,107). Sum of RGB (Red+Green+Blue) = 55+40+107=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #37286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37286B is #C8D794. Grayscale: #333333. Windows color (decimal): -13162389 or 7022647. OLE color: 7022647.
HSL color Cylindrical-coordinate representation of color #37286B: hue angle of 253.43º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37286B is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 40 | 107 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.58 |
| HSL | 253.43º | 0.46% | 0.29% | - |
| HSV(B) | 253.43º | 0.63% | 0.42% | - |
| XYZ | 4.99 | 3.39 | 14.3 | - |
| YUV | 52.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 107 | 0.49 | 0.63 | 0 | 0.58 | 253.43 | 0.46 | 0.29 |
| Hex | 37 | 28 | 6B | 31 | 3F | 0 | 3A | FD | 2E | 1D |
| Octal | 67 | 50 | 153 | 61 | 77 | 0 | 72 | 375 | 56 | 35 |
| Binary | 110111 | 101000 | 1101011 | 110001 | 111111 | 0 | 111010 | 11111101 | 101110 | 11101 |
Color Harmonies of #37286B
Complementary color
Monochromatic Colors of #37286B
Black with #37286B
Text Example
Text Example
White with #37286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37286B; }
p { color: rgb(55,40,107); }
H1.HeaderClassName
{
color: #37286B;
}
.AnyTagClassName
{
color: #37286B;
}
</style>
background-color css
<style>
a { background-color: #37286B; }
a { background-color: rgb(55,40,107); }
div.DivClassName
{
background-color: #37286B;
}
.BgClassName
{
background-color: #37286B;
}
</style>
border-color css
<style>
span { border-color: #37286B; }
span { border-color: rgb(55,40,107); }
td.TdClassName
{
border-color: #37286B;
}
.TagClassName
{
border-color: #37286B;
}
</style>