Shades of Paris M #36305C
Tints of Paris M #36305C
RGB
CMYK
RGB Variations
Color information
#36305C (or 0x36305C) is known color: Paris M. HEX triplet: 36, 30 and 5C. RGB value is (54,48,92). Sum of RGB (Red+Green+Blue) = 54+48+92=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #36305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36305C is #C9CFA3. Grayscale: #363636. Windows color (decimal): -13225892 or 6041654. OLE color: 6041654.
HSL color Cylindrical-coordinate representation of color #36305C: hue angle of 248.18º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36305C is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 48 | 92 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.64 |
| HSL | 248.18º | 0.31% | 0.27% | - |
| HSV(B) | 248.18º | 0.48% | 0.36% | - |
| XYZ | 4.51 | 3.67 | 10.6 | - |
| YUV | 54.81 | 148.99 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 48 | 92 | 0.41 | 0.48 | 0 | 0.64 | 248.18 | 0.31 | 0.27 |
| Hex | 36 | 30 | 5C | 29 | 30 | 0 | 40 | F8 | 1F | 1B |
| Octal | 66 | 60 | 134 | 51 | 60 | 0 | 100 | 370 | 37 | 33 |
| Binary | 110110 | 110000 | 1011100 | 101001 | 110000 | 0 | 1000000 | 11111000 | 11111 | 11011 |
Color Harmonies of #36305C
Complementary color
Monochromatic Colors of #36305C
Black with #36305C
Text Example
Text Example
White with #36305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36305C; }
p { color: rgb(54,48,92); }
H1.HeaderClassName
{
color: #36305C;
}
.AnyTagClassName
{
color: #36305C;
}
</style>
background-color css
<style>
a { background-color: #36305C; }
a { background-color: rgb(54,48,92); }
div.DivClassName
{
background-color: #36305C;
}
.BgClassName
{
background-color: #36305C;
}
</style>
border-color css
<style>
span { border-color: #36305C; }
span { border-color: rgb(54,48,92); }
td.TdClassName
{
border-color: #36305C;
}
.TagClassName
{
border-color: #36305C;
}
</style>