Shades of Minsk #372D69
Tints of Minsk #372D69
RGB
CMYK
RGB Variations
Color information
#372D69 (or 0x372D69) is known color: Minsk. HEX triplet: 37, 2D and 69. RGB value is (55,45,105). Sum of RGB (Red+Green+Blue) = 55+45+105=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #372D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D69 is #C8D296. Grayscale: #363636. Windows color (decimal): -13161111 or 6892855. OLE color: 6892855.
HSL color Cylindrical-coordinate representation of color #372D69: hue angle of 250º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #372D69 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 45 | 105 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.59 |
| HSL | 250º | 0.4% | 0.29% | - |
| HSV(B) | 250º | 0.57% | 0.41% | - |
| XYZ | 5.06 | 3.71 | 13.81 | - |
| YUV | 54.83 | 156.31 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 105 | 0.48 | 0.57 | 0 | 0.59 | 250 | 0.4 | 0.29 |
| Hex | 37 | 2D | 69 | 30 | 39 | 0 | 3B | FA | 28 | 1D |
| Octal | 67 | 55 | 151 | 60 | 71 | 0 | 73 | 372 | 50 | 35 |
| Binary | 110111 | 101101 | 1101001 | 110000 | 111001 | 0 | 111011 | 11111010 | 101000 | 11101 |
Color Harmonies of #372D69
Complementary color
Monochromatic Colors of #372D69
Black with #372D69
Text Example
Text Example
White with #372D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D69; }
p { color: rgb(55,45,105); }
H1.HeaderClassName
{
color: #372D69;
}
.AnyTagClassName
{
color: #372D69;
}
</style>
background-color css
<style>
a { background-color: #372D69; }
a { background-color: rgb(55,45,105); }
div.DivClassName
{
background-color: #372D69;
}
.BgClassName
{
background-color: #372D69;
}
</style>
border-color css
<style>
span { border-color: #372D69; }
span { border-color: rgb(55,45,105); }
td.TdClassName
{
border-color: #372D69;
}
.TagClassName
{
border-color: #372D69;
}
</style>