Shades of Paris M #352D62
Tints of Paris M #352D62
RGB
CMYK
RGB Variations
Color information
#352D62 (or 0x352D62) is known color: Paris M. HEX triplet: 35, 2D and 62. RGB value is (53,45,98). Sum of RGB (Red+Green+Blue) = 53+45+98=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #352D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352D62 is #CAD29D. Grayscale: #353535. Windows color (decimal): -13292190 or 6434101. OLE color: 6434101.
HSL color Cylindrical-coordinate representation of color #352D62: hue angle of 249.06º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #352D62 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 45 | 98 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.62 |
| HSL | 249.06º | 0.37% | 0.28% | - |
| HSV(B) | 249.06º | 0.54% | 0.38% | - |
| XYZ | 4.61 | 3.52 | 11.99 | - |
| YUV | 53.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 98 | 0.46 | 0.54 | 0 | 0.62 | 249.06 | 0.37 | 0.28 |
| Hex | 35 | 2D | 62 | 2E | 36 | 0 | 3E | F9 | 25 | 1C |
| Octal | 65 | 55 | 142 | 56 | 66 | 0 | 76 | 371 | 45 | 34 |
| Binary | 110101 | 101101 | 1100010 | 101110 | 110110 | 0 | 111110 | 11111001 | 100101 | 11100 |
Color Harmonies of #352D62
Complementary color
Monochromatic Colors of #352D62
Black with #352D62
Text Example
Text Example
White with #352D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D62; }
p { color: rgb(53,45,98); }
H1.HeaderClassName
{
color: #352D62;
}
.AnyTagClassName
{
color: #352D62;
}
</style>
background-color css
<style>
a { background-color: #352D62; }
a { background-color: rgb(53,45,98); }
div.DivClassName
{
background-color: #352D62;
}
.BgClassName
{
background-color: #352D62;
}
</style>
border-color css
<style>
span { border-color: #352D62; }
span { border-color: rgb(53,45,98); }
td.TdClassName
{
border-color: #352D62;
}
.TagClassName
{
border-color: #352D62;
}
</style>