Shades of Paris M #362863
Tints of Paris M #362863
RGB
CMYK
RGB Variations
Color information
#362863 (or 0x362863) is known color: Paris M. HEX triplet: 36, 28 and 63. RGB value is (54,40,99). Sum of RGB (Red+Green+Blue) = 54+40+99=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #362863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362863 is #C9D79C. Grayscale: #323232. Windows color (decimal): -13227933 or 6498358. OLE color: 6498358.
HSL color Cylindrical-coordinate representation of color #362863: hue angle of 254.24º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #362863 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 40 | 99 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.61 |
| HSL | 254.24º | 0.42% | 0.27% | - |
| HSV(B) | 254.24º | 0.6% | 0.39% | - |
| XYZ | 4.53 | 3.2 | 12.18 | - |
| YUV | 50.91 | 155.14 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 99 | 0.45 | 0.60 | 0 | 0.61 | 254.24 | 0.42 | 0.27 |
| Hex | 36 | 28 | 63 | 2D | 3C | 0 | 3D | FE | 2A | 1B |
| Octal | 66 | 50 | 143 | 55 | 74 | 0 | 75 | 376 | 52 | 33 |
| Binary | 110110 | 101000 | 1100011 | 101101 | 111100 | 0 | 111101 | 11111110 | 101010 | 11011 |
Color Harmonies of #362863
Complementary color
Monochromatic Colors of #362863
Black with #362863
Text Example
Text Example
White with #362863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362863; }
p { color: rgb(54,40,99); }
H1.HeaderClassName
{
color: #362863;
}
.AnyTagClassName
{
color: #362863;
}
</style>
background-color css
<style>
a { background-color: #362863; }
a { background-color: rgb(54,40,99); }
div.DivClassName
{
background-color: #362863;
}
.BgClassName
{
background-color: #362863;
}
</style>
border-color css
<style>
span { border-color: #362863; }
span { border-color: rgb(54,40,99); }
td.TdClassName
{
border-color: #362863;
}
.TagClassName
{
border-color: #362863;
}
</style>