Shades of Paris M #36305B
Tints of Paris M #36305B
RGB
CMYK
RGB Variations
Color information
#36305B (or 0x36305B) is known color: Paris M. HEX triplet: 36, 30 and 5B. RGB value is (54,48,91). Sum of RGB (Red+Green+Blue) = 54+48+91=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #36305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36305B is #C9CFA4. Grayscale: #363636. Windows color (decimal): -13225893 or 5976118. OLE color: 5976118.
HSL color Cylindrical-coordinate representation of color #36305B: hue angle of 248.37º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #36305B is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 48 | 91 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.64 |
| HSL | 248.37º | 0.31% | 0.27% | - |
| HSV(B) | 248.37º | 0.47% | 0.36% | - |
| XYZ | 4.47 | 3.65 | 10.37 | - |
| YUV | 54.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 91 | 0.41 | 0.47 | 0 | 0.64 | 248.37 | 0.31 | 0.27 |
| Hex | 36 | 30 | 5B | 29 | 2F | 0 | 40 | F8 | 1F | 1B |
| Octal | 66 | 60 | 133 | 51 | 57 | 0 | 100 | 370 | 37 | 33 |
| Binary | 110110 | 110000 | 1011011 | 101001 | 101111 | 0 | 1000000 | 11111000 | 11111 | 11011 |
Color Harmonies of #36305B
Complementary color
Monochromatic Colors of #36305B
Black with #36305B
Text Example
Text Example
White with #36305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36305B; }
p { color: rgb(54,48,91); }
H1.HeaderClassName
{
color: #36305B;
}
.AnyTagClassName
{
color: #36305B;
}
</style>
background-color css
<style>
a { background-color: #36305B; }
a { background-color: rgb(54,48,91); }
div.DivClassName
{
background-color: #36305B;
}
.BgClassName
{
background-color: #36305B;
}
</style>
border-color css
<style>
span { border-color: #36305B; }
span { border-color: rgb(54,48,91); }
td.TdClassName
{
border-color: #36305B;
}
.TagClassName
{
border-color: #36305B;
}
</style>