Shades of Minsk #372D67
Tints of Minsk #372D67
RGB
CMYK
RGB Variations
Color information
#372D67 (or 0x372D67) is known color: Minsk. HEX triplet: 37, 2D and 67. RGB value is (55,45,103). Sum of RGB (Red+Green+Blue) = 55+45+103=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #372D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D67 is #C8D298. Grayscale: #363636. Windows color (decimal): -13161113 or 6761783. OLE color: 6761783.
HSL color Cylindrical-coordinate representation of color #372D67: hue angle of 250.34º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #372D67 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 45 | 103 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.60 |
| HSL | 250.34º | 0.39% | 0.29% | - |
| HSV(B) | 250.34º | 0.56% | 0.4% | - |
| XYZ | 4.96 | 3.67 | 13.28 | - |
| YUV | 54.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 103 | 0.47 | 0.56 | 0 | 0.60 | 250.34 | 0.39 | 0.29 |
| Hex | 37 | 2D | 67 | 2F | 38 | 0 | 3C | FA | 27 | 1D |
| Octal | 67 | 55 | 147 | 57 | 70 | 0 | 74 | 372 | 47 | 35 |
| Binary | 110111 | 101101 | 1100111 | 101111 | 111000 | 0 | 111100 | 11111010 | 100111 | 11101 |
Color Harmonies of #372D67
Complementary color
Monochromatic Colors of #372D67
Black with #372D67
Text Example
Text Example
White with #372D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D67; }
p { color: rgb(55,45,103); }
H1.HeaderClassName
{
color: #372D67;
}
.AnyTagClassName
{
color: #372D67;
}
</style>
background-color css
<style>
a { background-color: #372D67; }
a { background-color: rgb(55,45,103); }
div.DivClassName
{
background-color: #372D67;
}
.BgClassName
{
background-color: #372D67;
}
</style>
border-color css
<style>
span { border-color: #372D67; }
span { border-color: rgb(55,45,103); }
td.TdClassName
{
border-color: #372D67;
}
.TagClassName
{
border-color: #372D67;
}
</style>