Shades of Minsk #372E68
Tints of Minsk #372E68
RGB
CMYK
RGB Variations
Color information
#372E68 (or 0x372E68) is known color: Minsk. HEX triplet: 37, 2E and 68. RGB value is (55,46,104). Sum of RGB (Red+Green+Blue) = 55+46+104=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #372E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E68 is #C8D197. Grayscale: #373737. Windows color (decimal): -13160856 or 6827575. OLE color: 6827575.
HSL color Cylindrical-coordinate representation of color #372E68: hue angle of 249.31º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #372E68 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 46 | 104 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.59 |
| HSL | 249.31º | 0.39% | 0.29% | - |
| HSV(B) | 249.31º | 0.56% | 0.41% | - |
| XYZ | 5.05 | 3.77 | 13.56 | - |
| YUV | 55.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 104 | 0.47 | 0.56 | 0 | 0.59 | 249.31 | 0.39 | 0.29 |
| Hex | 37 | 2E | 68 | 2F | 38 | 0 | 3B | F9 | 27 | 1D |
| Octal | 67 | 56 | 150 | 57 | 70 | 0 | 73 | 371 | 47 | 35 |
| Binary | 110111 | 101110 | 1101000 | 101111 | 111000 | 0 | 111011 | 11111001 | 100111 | 11101 |
Color Harmonies of #372E68
Complementary color
Monochromatic Colors of #372E68
Black with #372E68
Text Example
Text Example
White with #372E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E68; }
p { color: rgb(55,46,104); }
H1.HeaderClassName
{
color: #372E68;
}
.AnyTagClassName
{
color: #372E68;
}
</style>
background-color css
<style>
a { background-color: #372E68; }
a { background-color: rgb(55,46,104); }
div.DivClassName
{
background-color: #372E68;
}
.BgClassName
{
background-color: #372E68;
}
</style>
border-color css
<style>
span { border-color: #372E68; }
span { border-color: rgb(55,46,104); }
td.TdClassName
{
border-color: #372E68;
}
.TagClassName
{
border-color: #372E68;
}
</style>