Shades of Minsk #37276E
Tints of Minsk #37276E
RGB
CMYK
RGB Variations
Color information
#37276E (or 0x37276E) is known color: Minsk. HEX triplet: 37, 27 and 6E. RGB value is (55,39,110). Sum of RGB (Red+Green+Blue) = 55+39+110=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #37276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37276E is #C8D891. Grayscale: #333333. Windows color (decimal): -13162642 or 7218999. OLE color: 7218999.
HSL color Cylindrical-coordinate representation of color #37276E: hue angle of 253.52º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37276E is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 39 | 110 | - |
| CMYK | 0.5 | 0.65 | 0 | 0.57 |
| HSL | 253.52º | 0.48% | 0.29% | - |
| HSV(B) | 253.52º | 0.65% | 0.43% | - |
| XYZ | 5.12 | 3.39 | 15.14 | - |
| YUV | 51.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 39 | 110 | 0.5 | 0.65 | 0 | 0.57 | 253.52 | 0.48 | 0.29 |
| Hex | 37 | 27 | 6E | 32 | 41 | 0 | 39 | FE | 30 | 1D |
| Octal | 67 | 47 | 156 | 62 | 101 | 0 | 71 | 376 | 60 | 35 |
| Binary | 110111 | 100111 | 1101110 | 110010 | 1000001 | 0 | 111001 | 11111110 | 110000 | 11101 |
Color Harmonies of #37276E
Complementary color
Monochromatic Colors of #37276E
Black with #37276E
Text Example
Text Example
White with #37276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37276E; }
p { color: rgb(55,39,110); }
H1.HeaderClassName
{
color: #37276E;
}
.AnyTagClassName
{
color: #37276E;
}
</style>
background-color css
<style>
a { background-color: #37276E; }
a { background-color: rgb(55,39,110); }
div.DivClassName
{
background-color: #37276E;
}
.BgClassName
{
background-color: #37276E;
}
</style>
border-color css
<style>
span { border-color: #37276E; }
span { border-color: rgb(55,39,110); }
td.TdClassName
{
border-color: #37276E;
}
.TagClassName
{
border-color: #37276E;
}
</style>