Shades of Paris M #352F63
Tints of Paris M #352F63
RGB
CMYK
RGB Variations
Color information
#352F63 (or 0x352F63) is known color: Paris M. HEX triplet: 35, 2F and 63. RGB value is (53,47,99). Sum of RGB (Red+Green+Blue) = 53+47+99=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #352F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352F63 is #CAD09C. Grayscale: #363636. Windows color (decimal): -13291677 or 6500149. OLE color: 6500149.
HSL color Cylindrical-coordinate representation of color #352F63: hue angle of 246.92º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #352F63 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 47 | 99 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.61 |
| HSL | 246.92º | 0.36% | 0.29% | - |
| HSV(B) | 246.92º | 0.53% | 0.39% | - |
| XYZ | 4.74 | 3.69 | 12.27 | - |
| YUV | 54.72 | 152.99 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 99 | 0.46 | 0.53 | 0 | 0.61 | 246.92 | 0.36 | 0.29 |
| Hex | 35 | 2F | 63 | 2E | 35 | 0 | 3D | F7 | 24 | 1D |
| Octal | 65 | 57 | 143 | 56 | 65 | 0 | 75 | 367 | 44 | 35 |
| Binary | 110101 | 101111 | 1100011 | 101110 | 110101 | 0 | 111101 | 11110111 | 100100 | 11101 |
Color Harmonies of #352F63
Complementary color
Monochromatic Colors of #352F63
Black with #352F63
Text Example
Text Example
White with #352F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F63; }
p { color: rgb(53,47,99); }
H1.HeaderClassName
{
color: #352F63;
}
.AnyTagClassName
{
color: #352F63;
}
</style>
background-color css
<style>
a { background-color: #352F63; }
a { background-color: rgb(53,47,99); }
div.DivClassName
{
background-color: #352F63;
}
.BgClassName
{
background-color: #352F63;
}
</style>
border-color css
<style>
span { border-color: #352F63; }
span { border-color: rgb(53,47,99); }
td.TdClassName
{
border-color: #352F63;
}
.TagClassName
{
border-color: #352F63;
}
</style>