Shades of Paris M #352270
Tints of Paris M #352270
RGB
CMYK
RGB Variations
Color information
#352270 (or 0x352270) is known color: Paris M. HEX triplet: 35, 22 and 70. RGB value is (53,34,112). Sum of RGB (Red+Green+Blue) = 53+34+112=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #352270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352270 is #CADD8F. Grayscale: #303030. Windows color (decimal): -13294992 or 7348789. OLE color: 7348789.
HSL color Cylindrical-coordinate representation of color #352270: hue angle of 254.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352270 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 34 | 112 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.56 |
| HSL | 254.62º | 0.53% | 0.29% | - |
| HSV(B) | 254.62º | 0.7% | 0.44% | - |
| XYZ | 4.96 | 3.07 | 15.66 | - |
| YUV | 48.57 | 163.79 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 112 | 0.53 | 0.70 | 0 | 0.56 | 254.62 | 0.53 | 0.29 |
| Hex | 35 | 22 | 70 | 35 | 46 | 0 | 38 | FF | 35 | 1D |
| Octal | 65 | 42 | 160 | 65 | 106 | 0 | 70 | 377 | 65 | 35 |
| Binary | 110101 | 100010 | 1110000 | 110101 | 1000110 | 0 | 111000 | 11111111 | 110101 | 11101 |
Color Harmonies of #352270
Complementary color
Monochromatic Colors of #352270
Black with #352270
Text Example
Text Example
White with #352270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352270; }
p { color: rgb(53,34,112); }
H1.HeaderClassName
{
color: #352270;
}
.AnyTagClassName
{
color: #352270;
}
</style>
background-color css
<style>
a { background-color: #352270; }
a { background-color: rgb(53,34,112); }
div.DivClassName
{
background-color: #352270;
}
.BgClassName
{
background-color: #352270;
}
</style>
border-color css
<style>
span { border-color: #352270; }
span { border-color: rgb(53,34,112); }
td.TdClassName
{
border-color: #352270;
}
.TagClassName
{
border-color: #352270;
}
</style>