Shades of Paris M #352E64
Tints of Paris M #352E64
RGB
CMYK
RGB Variations
Color information
#352E64 (or 0x352E64) is known color: Paris M. HEX triplet: 35, 2E and 64. RGB value is (53,46,100). Sum of RGB (Red+Green+Blue) = 53+46+100=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #352E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E64 is #CAD19B. Grayscale: #363636. Windows color (decimal): -13291932 or 6565429. OLE color: 6565429.
HSL color Cylindrical-coordinate representation of color #352E64: hue angle of 247.78º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #352E64 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 46 | 100 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.61 |
| HSL | 247.78º | 0.37% | 0.29% | - |
| HSV(B) | 247.78º | 0.54% | 0.39% | - |
| XYZ | 4.75 | 3.63 | 12.51 | - |
| YUV | 54.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 100 | 0.47 | 0.54 | 0 | 0.61 | 247.78 | 0.37 | 0.29 |
| Hex | 35 | 2E | 64 | 2F | 36 | 0 | 3D | F8 | 25 | 1D |
| Octal | 65 | 56 | 144 | 57 | 66 | 0 | 75 | 370 | 45 | 35 |
| Binary | 110101 | 101110 | 1100100 | 101111 | 110110 | 0 | 111101 | 11111000 | 100101 | 11101 |
Color Harmonies of #352E64
Complementary color
Monochromatic Colors of #352E64
Black with #352E64
Text Example
Text Example
White with #352E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E64; }
p { color: rgb(53,46,100); }
H1.HeaderClassName
{
color: #352E64;
}
.AnyTagClassName
{
color: #352E64;
}
</style>
background-color css
<style>
a { background-color: #352E64; }
a { background-color: rgb(53,46,100); }
div.DivClassName
{
background-color: #352E64;
}
.BgClassName
{
background-color: #352E64;
}
</style>
border-color css
<style>
span { border-color: #352E64; }
span { border-color: rgb(53,46,100); }
td.TdClassName
{
border-color: #352E64;
}
.TagClassName
{
border-color: #352E64;
}
</style>