Shades of Paris M #352C61
Tints of Paris M #352C61
RGB
CMYK
RGB Variations
Color information
#352C61 (or 0x352C61) is known color: Paris M. HEX triplet: 35, 2C and 61. RGB value is (53,44,97). Sum of RGB (Red+Green+Blue) = 53+44+97=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #352C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352C61 is #CAD39E. Grayscale: #343434. Windows color (decimal): -13292447 or 6368309. OLE color: 6368309.
HSL color Cylindrical-coordinate representation of color #352C61: hue angle of 250.19º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #352C61 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 44 | 97 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.62 |
| HSL | 250.19º | 0.38% | 0.28% | - |
| HSV(B) | 250.19º | 0.55% | 0.38% | - |
| XYZ | 4.53 | 3.42 | 11.73 | - |
| YUV | 52.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 97 | 0.45 | 0.55 | 0 | 0.62 | 250.19 | 0.38 | 0.28 |
| Hex | 35 | 2C | 61 | 2D | 37 | 0 | 3E | FA | 26 | 1C |
| Octal | 65 | 54 | 141 | 55 | 67 | 0 | 76 | 372 | 46 | 34 |
| Binary | 110101 | 101100 | 1100001 | 101101 | 110111 | 0 | 111110 | 11111010 | 100110 | 11100 |
Color Harmonies of #352C61
Complementary color
Monochromatic Colors of #352C61
Black with #352C61
Text Example
Text Example
White with #352C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C61; }
p { color: rgb(53,44,97); }
H1.HeaderClassName
{
color: #352C61;
}
.AnyTagClassName
{
color: #352C61;
}
</style>
background-color css
<style>
a { background-color: #352C61; }
a { background-color: rgb(53,44,97); }
div.DivClassName
{
background-color: #352C61;
}
.BgClassName
{
background-color: #352C61;
}
</style>
border-color css
<style>
span { border-color: #352C61; }
span { border-color: rgb(53,44,97); }
td.TdClassName
{
border-color: #352C61;
}
.TagClassName
{
border-color: #352C61;
}
</style>