Shades of Paris M #362D61
Tints of Paris M #362D61
RGB
CMYK
RGB Variations
Color information
#362D61 (or 0x362D61) is known color: Paris M. HEX triplet: 36, 2D and 61. RGB value is (54,45,97). Sum of RGB (Red+Green+Blue) = 54+45+97=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #362D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362D61 is #C9D29E. Grayscale: #353535. Windows color (decimal): -13226655 or 6368566. OLE color: 6368566.
HSL color Cylindrical-coordinate representation of color #362D61: hue angle of 250.38º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #362D61 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 45 | 97 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.62 |
| HSL | 250.38º | 0.37% | 0.28% | - |
| HSV(B) | 250.38º | 0.54% | 0.38% | - |
| XYZ | 4.62 | 3.52 | 11.75 | - |
| YUV | 53.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 45 | 97 | 0.44 | 0.54 | 0 | 0.62 | 250.38 | 0.37 | 0.28 |
| Hex | 36 | 2D | 61 | 2C | 36 | 0 | 3E | FA | 25 | 1C |
| Octal | 66 | 55 | 141 | 54 | 66 | 0 | 76 | 372 | 45 | 34 |
| Binary | 110110 | 101101 | 1100001 | 101100 | 110110 | 0 | 111110 | 11111010 | 100101 | 11100 |
Color Harmonies of #362D61
Complementary color
Monochromatic Colors of #362D61
Black with #362D61
Text Example
Text Example
White with #362D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362D61; }
p { color: rgb(54,45,97); }
H1.HeaderClassName
{
color: #362D61;
}
.AnyTagClassName
{
color: #362D61;
}
</style>
background-color css
<style>
a { background-color: #362D61; }
a { background-color: rgb(54,45,97); }
div.DivClassName
{
background-color: #362D61;
}
.BgClassName
{
background-color: #362D61;
}
</style>
border-color css
<style>
span { border-color: #362D61; }
span { border-color: rgb(54,45,97); }
td.TdClassName
{
border-color: #362D61;
}
.TagClassName
{
border-color: #362D61;
}
</style>