Shades of Paris M #372C62
Tints of Paris M #372C62
RGB
CMYK
RGB Variations
Color information
#372C62 (or 0x372C62) is known color: Paris M. HEX triplet: 37, 2C and 62. RGB value is (55,44,98). Sum of RGB (Red+Green+Blue) = 55+44+98=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #372C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372C62 is #C8D39D. Grayscale: #353535. Windows color (decimal): -13161374 or 6433847. OLE color: 6433847.
HSL color Cylindrical-coordinate representation of color #372C62: hue angle of 252.22º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #372C62 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 44 | 98 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.62 |
| HSL | 252.22º | 0.38% | 0.28% | - |
| HSV(B) | 252.22º | 0.55% | 0.38% | - |
| XYZ | 4.68 | 3.5 | 11.98 | - |
| YUV | 53.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 44 | 98 | 0.44 | 0.55 | 0 | 0.62 | 252.22 | 0.38 | 0.28 |
| Hex | 37 | 2C | 62 | 2C | 37 | 0 | 3E | FC | 26 | 1C |
| Octal | 67 | 54 | 142 | 54 | 67 | 0 | 76 | 374 | 46 | 34 |
| Binary | 110111 | 101100 | 1100010 | 101100 | 110111 | 0 | 111110 | 11111100 | 100110 | 11100 |
Color Harmonies of #372C62
Complementary color
Monochromatic Colors of #372C62
Black with #372C62
Text Example
Text Example
White with #372C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372C62; }
p { color: rgb(55,44,98); }
H1.HeaderClassName
{
color: #372C62;
}
.AnyTagClassName
{
color: #372C62;
}
</style>
background-color css
<style>
a { background-color: #372C62; }
a { background-color: rgb(55,44,98); }
div.DivClassName
{
background-color: #372C62;
}
.BgClassName
{
background-color: #372C62;
}
</style>
border-color css
<style>
span { border-color: #372C62; }
span { border-color: rgb(55,44,98); }
td.TdClassName
{
border-color: #372C62;
}
.TagClassName
{
border-color: #372C62;
}
</style>