Shades of Paris M #36286B
Tints of Paris M #36286B
RGB
CMYK
RGB Variations
Color information
#36286B (or 0x36286B) is known color: Paris M. HEX triplet: 36, 28 and 6B. RGB value is (54,40,107). Sum of RGB (Red+Green+Blue) = 54+40+107=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #36286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36286B is #C9D794. Grayscale: #333333. Windows color (decimal): -13227925 or 7022646. OLE color: 7022646.
HSL color Cylindrical-coordinate representation of color #36286B: hue angle of 252.54º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36286B is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 40 | 107 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.58 |
| HSL | 252.54º | 0.46% | 0.29% | - |
| HSV(B) | 252.54º | 0.63% | 0.42% | - |
| XYZ | 4.93 | 3.36 | 14.3 | - |
| YUV | 51.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 107 | 0.50 | 0.63 | 0 | 0.58 | 252.54 | 0.46 | 0.29 |
| Hex | 36 | 28 | 6B | 32 | 3F | 0 | 3A | FD | 2E | 1D |
| Octal | 66 | 50 | 153 | 62 | 77 | 0 | 72 | 375 | 56 | 35 |
| Binary | 110110 | 101000 | 1101011 | 110010 | 111111 | 0 | 111010 | 11111101 | 101110 | 11101 |
Color Harmonies of #36286B
Complementary color
Monochromatic Colors of #36286B
Black with #36286B
Text Example
Text Example
White with #36286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36286B; }
p { color: rgb(54,40,107); }
H1.HeaderClassName
{
color: #36286B;
}
.AnyTagClassName
{
color: #36286B;
}
</style>
background-color css
<style>
a { background-color: #36286B; }
a { background-color: rgb(54,40,107); }
div.DivClassName
{
background-color: #36286B;
}
.BgClassName
{
background-color: #36286B;
}
</style>
border-color css
<style>
span { border-color: #36286B; }
span { border-color: rgb(54,40,107); }
td.TdClassName
{
border-color: #36286B;
}
.TagClassName
{
border-color: #36286B;
}
</style>