Shades of Paris M #352C65
Tints of Paris M #352C65
RGB
CMYK
RGB Variations
Color information
#352C65 (or 0x352C65) is known color: Paris M. HEX triplet: 35, 2C and 65. RGB value is (53,44,101). Sum of RGB (Red+Green+Blue) = 53+44+101=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #352C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C65 is #CAD39A. Grayscale: #343434. Windows color (decimal): -13292443 or 6630453. OLE color: 6630453.
HSL color Cylindrical-coordinate representation of color #352C65: hue angle of 249.47º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #352C65 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 44 | 101 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.60 |
| HSL | 249.47º | 0.39% | 0.28% | - |
| HSV(B) | 249.47º | 0.56% | 0.4% | - |
| XYZ | 4.72 | 3.5 | 12.74 | - |
| YUV | 53.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 101 | 0.48 | 0.56 | 0 | 0.60 | 249.47 | 0.39 | 0.28 |
| Hex | 35 | 2C | 65 | 30 | 38 | 0 | 3C | F9 | 27 | 1C |
| Octal | 65 | 54 | 145 | 60 | 70 | 0 | 74 | 371 | 47 | 34 |
| Binary | 110101 | 101100 | 1100101 | 110000 | 111000 | 0 | 111100 | 11111001 | 100111 | 11100 |
Color Harmonies of #352C65
Complementary color
Monochromatic Colors of #352C65
Black with #352C65
Text Example
Text Example
White with #352C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C65; }
p { color: rgb(53,44,101); }
H1.HeaderClassName
{
color: #352C65;
}
.AnyTagClassName
{
color: #352C65;
}
</style>
background-color css
<style>
a { background-color: #352C65; }
a { background-color: rgb(53,44,101); }
div.DivClassName
{
background-color: #352C65;
}
.BgClassName
{
background-color: #352C65;
}
</style>
border-color css
<style>
span { border-color: #352C65; }
span { border-color: rgb(53,44,101); }
td.TdClassName
{
border-color: #352C65;
}
.TagClassName
{
border-color: #352C65;
}
</style>