Shades of Paris M #362E60
Tints of Paris M #362E60
RGB
CMYK
RGB Variations
Color information
#362E60 (or 0x362E60) is known color: Paris M. HEX triplet: 36, 2E and 60. RGB value is (54,46,96). Sum of RGB (Red+Green+Blue) = 54+46+96=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #362E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362E60 is #C9D19F. Grayscale: #353535. Windows color (decimal): -13226400 or 6303286. OLE color: 6303286.
HSL color Cylindrical-coordinate representation of color #362E60: hue angle of 249.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #362E60 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 46 | 96 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.62 |
| HSL | 249.6º | 0.35% | 0.28% | - |
| HSV(B) | 249.6º | 0.52% | 0.38% | - |
| XYZ | 4.61 | 3.58 | 11.51 | - |
| YUV | 54.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 46 | 96 | 0.44 | 0.52 | 0 | 0.62 | 249.6 | 0.35 | 0.28 |
| Hex | 36 | 2E | 60 | 2C | 34 | 0 | 3E | FA | 23 | 1C |
| Octal | 66 | 56 | 140 | 54 | 64 | 0 | 76 | 372 | 43 | 34 |
| Binary | 110110 | 101110 | 1100000 | 101100 | 110100 | 0 | 111110 | 11111010 | 100011 | 11100 |
Color Harmonies of #362E60
Complementary color
Monochromatic Colors of #362E60
Black with #362E60
Text Example
Text Example
White with #362E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362E60; }
p { color: rgb(54,46,96); }
H1.HeaderClassName
{
color: #362E60;
}
.AnyTagClassName
{
color: #362E60;
}
</style>
background-color css
<style>
a { background-color: #362E60; }
a { background-color: rgb(54,46,96); }
div.DivClassName
{
background-color: #362E60;
}
.BgClassName
{
background-color: #362E60;
}
</style>
border-color css
<style>
span { border-color: #362E60; }
span { border-color: rgb(54,46,96); }
td.TdClassName
{
border-color: #362E60;
}
.TagClassName
{
border-color: #362E60;
}
</style>