Shades of Paris M #352E65
Tints of Paris M #352E65
RGB
CMYK
RGB Variations
Color information
#352E65 (or 0x352E65) is known color: Paris M. HEX triplet: 35, 2E and 65. RGB value is (53,46,101). Sum of RGB (Red+Green+Blue) = 53+46+101=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 101 (39.84% from 255 or 50.5% from 200); Max value from RGB is 101 - color contains mainly: blue. Hex color #352E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E65 is #CAD19A. Grayscale: #363636. Windows color (decimal): -13291931 or 6630965. OLE color: 6630965.
HSL color Cylindrical-coordinate representation of color #352E65: hue angle of 247.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #352E65 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 46 | 101 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.60 |
| HSL | 247.64º | 0.37% | 0.29% | - |
| HSV(B) | 247.64º | 0.54% | 0.4% | - |
| XYZ | 4.79 | 3.65 | 12.76 | - |
| YUV | 54.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 101 | 0.48 | 0.54 | 0 | 0.60 | 247.64 | 0.37 | 0.29 |
| Hex | 35 | 2E | 65 | 30 | 36 | 0 | 3C | F8 | 25 | 1D |
| Octal | 65 | 56 | 145 | 60 | 66 | 0 | 74 | 370 | 45 | 35 |
| Binary | 110101 | 101110 | 1100101 | 110000 | 110110 | 0 | 111100 | 11111000 | 100101 | 11101 |
Color Harmonies of #352E65
Complementary color
Monochromatic Colors of #352E65
Black with #352E65
Text Example
Text Example
White with #352E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E65; }
p { color: rgb(53,46,101); }
H1.HeaderClassName
{
color: #352E65;
}
.AnyTagClassName
{
color: #352E65;
}
</style>
background-color css
<style>
a { background-color: #352E65; }
a { background-color: rgb(53,46,101); }
div.DivClassName
{
background-color: #352E65;
}
.BgClassName
{
background-color: #352E65;
}
</style>
border-color css
<style>
span { border-color: #352E65; }
span { border-color: rgb(53,46,101); }
td.TdClassName
{
border-color: #352E65;
}
.TagClassName
{
border-color: #352E65;
}
</style>