Shades of Paris M #372D62
Tints of Paris M #372D62
RGB
CMYK
RGB Variations
Color information
#372D62 (or 0x372D62) is known color: Paris M. HEX triplet: 37, 2D and 62. RGB value is (55,45,98). Sum of RGB (Red+Green+Blue) = 55+45+98=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #372D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372D62 is #C8D29D. Grayscale: #353535. Windows color (decimal): -13161118 or 6434103. OLE color: 6434103.
HSL color Cylindrical-coordinate representation of color #372D62: hue angle of 251.32º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #372D62 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 45 | 98 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.62 |
| HSL | 251.32º | 0.37% | 0.28% | - |
| HSV(B) | 251.32º | 0.54% | 0.38% | - |
| XYZ | 4.72 | 3.57 | 12 | - |
| YUV | 54.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 98 | 0.44 | 0.54 | 0 | 0.62 | 251.32 | 0.37 | 0.28 |
| Hex | 37 | 2D | 62 | 2C | 36 | 0 | 3E | FB | 25 | 1C |
| Octal | 67 | 55 | 142 | 54 | 66 | 0 | 76 | 373 | 45 | 34 |
| Binary | 110111 | 101101 | 1100010 | 101100 | 110110 | 0 | 111110 | 11111011 | 100101 | 11100 |
Color Harmonies of #372D62
Complementary color
Monochromatic Colors of #372D62
Black with #372D62
Text Example
Text Example
White with #372D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D62; }
p { color: rgb(55,45,98); }
H1.HeaderClassName
{
color: #372D62;
}
.AnyTagClassName
{
color: #372D62;
}
</style>
background-color css
<style>
a { background-color: #372D62; }
a { background-color: rgb(55,45,98); }
div.DivClassName
{
background-color: #372D62;
}
.BgClassName
{
background-color: #372D62;
}
</style>
border-color css
<style>
span { border-color: #372D62; }
span { border-color: rgb(55,45,98); }
td.TdClassName
{
border-color: #372D62;
}
.TagClassName
{
border-color: #372D62;
}
</style>