Shades of Paris M #362D66
Tints of Paris M #362D66
RGB
CMYK
RGB Variations
Color information
#362D66 (or 0x362D66) is known color: Paris M. HEX triplet: 36, 2D and 66. RGB value is (54,45,102). Sum of RGB (Red+Green+Blue) = 54+45+102=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #362D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362D66 is #C9D299. Grayscale: #353535. Windows color (decimal): -13226650 or 6696246. OLE color: 6696246.
HSL color Cylindrical-coordinate representation of color #362D66: hue angle of 249.47º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #362D66 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 54 | 45 | 102 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.6 |
| HSL | 249.47º | 0.39% | 0.29% | - |
| HSV(B) | 249.47º | 0.56% | 0.4% | - |
| XYZ | 4.86 | 3.62 | 13.01 | - |
| YUV | 54.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 102 | 0.47 | 0.56 | 0 | 0.6 | 249.47 | 0.39 | 0.29 |
| Hex | 36 | 2D | 66 | 2F | 38 | 0 | 3C | F9 | 27 | 1D |
| Octal | 66 | 55 | 146 | 57 | 70 | 0 | 74 | 371 | 47 | 35 |
| Binary | 110110 | 101101 | 1100110 | 101111 | 111000 | 0 | 111100 | 11111001 | 100111 | 11101 |
Color Harmonies of #362D66
Complementary color
Monochromatic Colors of #362D66
Black with #362D66
Text Example
Text Example
White with #362D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D66; }
p { color: rgb(54,45,102); }
H1.HeaderClassName
{
color: #362D66;
}
.AnyTagClassName
{
color: #362D66;
}
</style>
background-color css
<style>
a { background-color: #362D66; }
a { background-color: rgb(54,45,102); }
div.DivClassName
{
background-color: #362D66;
}
.BgClassName
{
background-color: #362D66;
}
</style>
border-color css
<style>
span { border-color: #362D66; }
span { border-color: rgb(54,45,102); }
td.TdClassName
{
border-color: #362D66;
}
.TagClassName
{
border-color: #362D66;
}
</style>