Shades of Paris M #352E59
Tints of Paris M #352E59
RGB
CMYK
RGB Variations
Color information
#352E59 (or 0x352E59) is known color: Paris M. HEX triplet: 35, 2E and 59. RGB value is (53,46,89). Sum of RGB (Red+Green+Blue) = 53+46+89=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #352E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E59 is #CAD1A6. Grayscale: #343434. Windows color (decimal): -13291943 or 5844533. OLE color: 5844533.
HSL color Cylindrical-coordinate representation of color #352E59: hue angle of 249.77º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #352E59 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 46 | 89 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.65 |
| HSL | 249.77º | 0.32% | 0.26% | - |
| HSV(B) | 249.77º | 0.48% | 0.35% | - |
| XYZ | 4.25 | 3.43 | 9.89 | - |
| YUV | 53 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 89 | 0.40 | 0.48 | 0 | 0.65 | 249.77 | 0.32 | 0.26 |
| Hex | 35 | 2E | 59 | 28 | 30 | 0 | 41 | FA | 20 | 1A |
| Octal | 65 | 56 | 131 | 50 | 60 | 0 | 101 | 372 | 40 | 32 |
| Binary | 110101 | 101110 | 1011001 | 101000 | 110000 | 0 | 1000001 | 11111010 | 100000 | 11010 |
Color Harmonies of #352E59
Complementary color
Monochromatic Colors of #352E59
Black with #352E59
Text Example
Text Example
White with #352E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E59; }
p { color: rgb(53,46,89); }
H1.HeaderClassName
{
color: #352E59;
}
.AnyTagClassName
{
color: #352E59;
}
</style>
background-color css
<style>
a { background-color: #352E59; }
a { background-color: rgb(53,46,89); }
div.DivClassName
{
background-color: #352E59;
}
.BgClassName
{
background-color: #352E59;
}
</style>
border-color css
<style>
span { border-color: #352E59; }
span { border-color: rgb(53,46,89); }
td.TdClassName
{
border-color: #352E59;
}
.TagClassName
{
border-color: #352E59;
}
</style>