Shades of Paris M #352B64
Tints of Paris M #352B64
RGB
CMYK
RGB Variations
Color information
#352B64 (or 0x352B64) is known color: Paris M. HEX triplet: 35, 2B and 64. RGB value is (53,43,100). Sum of RGB (Red+Green+Blue) = 53+43+100=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 100 (39.45% from 255 or 51.02% from 196); Max value from RGB is 100 - color contains mainly: blue. Hex color #352B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B64 is #CAD49B. Grayscale: #343434. Windows color (decimal): -13292700 or 6564661. OLE color: 6564661.
HSL color Cylindrical-coordinate representation of color #352B64: hue angle of 250.53º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #352B64 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 43 | 100 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.61 |
| HSL | 250.53º | 0.4% | 0.28% | - |
| HSV(B) | 250.53º | 0.57% | 0.39% | - |
| XYZ | 4.63 | 3.4 | 12.47 | - |
| YUV | 52.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 100 | 0.47 | 0.57 | 0 | 0.61 | 250.53 | 0.4 | 0.28 |
| Hex | 35 | 2B | 64 | 2F | 39 | 0 | 3D | FB | 28 | 1C |
| Octal | 65 | 53 | 144 | 57 | 71 | 0 | 75 | 373 | 50 | 34 |
| Binary | 110101 | 101011 | 1100100 | 101111 | 111001 | 0 | 111101 | 11111011 | 101000 | 11100 |
Color Harmonies of #352B64
Complementary color
Monochromatic Colors of #352B64
Black with #352B64
Text Example
Text Example
White with #352B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352B64; }
p { color: rgb(53,43,100); }
H1.HeaderClassName
{
color: #352B64;
}
.AnyTagClassName
{
color: #352B64;
}
</style>
background-color css
<style>
a { background-color: #352B64; }
a { background-color: rgb(53,43,100); }
div.DivClassName
{
background-color: #352B64;
}
.BgClassName
{
background-color: #352B64;
}
</style>
border-color css
<style>
span { border-color: #352B64; }
span { border-color: rgb(53,43,100); }
td.TdClassName
{
border-color: #352B64;
}
.TagClassName
{
border-color: #352B64;
}
</style>