Shades of Paris M #36286D
Tints of Paris M #36286D
RGB
CMYK
RGB Variations
Color information
#36286D (or 0x36286D) is known color: Paris M. HEX triplet: 36, 28 and 6D. RGB value is (54,40,109). Sum of RGB (Red+Green+Blue) = 54+40+109=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #36286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36286D is #C9D792. Grayscale: #333333. Windows color (decimal): -13227923 or 7153718. OLE color: 7153718.
HSL color Cylindrical-coordinate representation of color #36286D: hue angle of 252.17º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36286D is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 40 | 109 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.57 |
| HSL | 252.17º | 0.46% | 0.29% | - |
| HSV(B) | 252.17º | 0.63% | 0.43% | - |
| XYZ | 5.04 | 3.41 | 14.86 | - |
| YUV | 52.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 109 | 0.50 | 0.63 | 0 | 0.57 | 252.17 | 0.46 | 0.29 |
| Hex | 36 | 28 | 6D | 32 | 3F | 0 | 39 | FC | 2E | 1D |
| Octal | 66 | 50 | 155 | 62 | 77 | 0 | 71 | 374 | 56 | 35 |
| Binary | 110110 | 101000 | 1101101 | 110010 | 111111 | 0 | 111001 | 11111100 | 101110 | 11101 |
Color Harmonies of #36286D
Complementary color
Monochromatic Colors of #36286D
Black with #36286D
Text Example
Text Example
White with #36286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36286D; }
p { color: rgb(54,40,109); }
H1.HeaderClassName
{
color: #36286D;
}
.AnyTagClassName
{
color: #36286D;
}
</style>
background-color css
<style>
a { background-color: #36286D; }
a { background-color: rgb(54,40,109); }
div.DivClassName
{
background-color: #36286D;
}
.BgClassName
{
background-color: #36286D;
}
</style>
border-color css
<style>
span { border-color: #36286D; }
span { border-color: rgb(54,40,109); }
td.TdClassName
{
border-color: #36286D;
}
.TagClassName
{
border-color: #36286D;
}
</style>