Shades of Paris M #36325B
Tints of Paris M #36325B
RGB
CMYK
RGB Variations
Color information
#36325B (or 0x36325B) is known color: Paris M. HEX triplet: 36, 32 and 5B. RGB value is (54,50,91). Sum of RGB (Red+Green+Blue) = 54+50+91=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #36325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36325B is #C9CDA4. Grayscale: #373737. Windows color (decimal): -13225381 or 5976630. OLE color: 5976630.
HSL color Cylindrical-coordinate representation of color #36325B: hue angle of 245.85º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #36325B is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 50 | 91 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.64 |
| HSL | 245.85º | 0.29% | 0.28% | - |
| HSV(B) | 245.85º | 0.45% | 0.36% | - |
| XYZ | 4.55 | 3.82 | 10.4 | - |
| YUV | 55.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 91 | 0.41 | 0.45 | 0 | 0.64 | 245.85 | 0.29 | 0.28 |
| Hex | 36 | 32 | 5B | 29 | 2D | 0 | 40 | F6 | 1D | 1C |
| Octal | 66 | 62 | 133 | 51 | 55 | 0 | 100 | 366 | 35 | 34 |
| Binary | 110110 | 110010 | 1011011 | 101001 | 101101 | 0 | 1000000 | 11110110 | 11101 | 11100 |
Color Harmonies of #36325B
Complementary color
Monochromatic Colors of #36325B
Black with #36325B
Text Example
Text Example
White with #36325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36325B; }
p { color: rgb(54,50,91); }
H1.HeaderClassName
{
color: #36325B;
}
.AnyTagClassName
{
color: #36325B;
}
</style>
background-color css
<style>
a { background-color: #36325B; }
a { background-color: rgb(54,50,91); }
div.DivClassName
{
background-color: #36325B;
}
.BgClassName
{
background-color: #36325B;
}
</style>
border-color css
<style>
span { border-color: #36325B; }
span { border-color: rgb(54,50,91); }
td.TdClassName
{
border-color: #36325B;
}
.TagClassName
{
border-color: #36325B;
}
</style>