Shades of Paris M #352E63
Tints of Paris M #352E63
RGB
CMYK
RGB Variations
Color information
#352E63 (or 0x352E63) is known color: Paris M. HEX triplet: 35, 2E and 63. RGB value is (53,46,99). Sum of RGB (Red+Green+Blue) = 53+46+99=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #352E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E63 is #CAD19C. Grayscale: #353535. Windows color (decimal): -13291933 or 6499893. OLE color: 6499893.
HSL color Cylindrical-coordinate representation of color #352E63: hue angle of 247.92º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #352E63 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 46 | 99 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.61 |
| HSL | 247.92º | 0.37% | 0.28% | - |
| HSV(B) | 247.92º | 0.54% | 0.39% | - |
| XYZ | 4.7 | 3.61 | 12.25 | - |
| YUV | 54.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 99 | 0.46 | 0.54 | 0 | 0.61 | 247.92 | 0.37 | 0.28 |
| Hex | 35 | 2E | 63 | 2E | 36 | 0 | 3D | F8 | 25 | 1C |
| Octal | 65 | 56 | 143 | 56 | 66 | 0 | 75 | 370 | 45 | 34 |
| Binary | 110101 | 101110 | 1100011 | 101110 | 110110 | 0 | 111101 | 11111000 | 100101 | 11100 |
Color Harmonies of #352E63
Complementary color
Monochromatic Colors of #352E63
Black with #352E63
Text Example
Text Example
White with #352E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E63; }
p { color: rgb(53,46,99); }
H1.HeaderClassName
{
color: #352E63;
}
.AnyTagClassName
{
color: #352E63;
}
</style>
background-color css
<style>
a { background-color: #352E63; }
a { background-color: rgb(53,46,99); }
div.DivClassName
{
background-color: #352E63;
}
.BgClassName
{
background-color: #352E63;
}
</style>
border-color css
<style>
span { border-color: #352E63; }
span { border-color: rgb(53,46,99); }
td.TdClassName
{
border-color: #352E63;
}
.TagClassName
{
border-color: #352E63;
}
</style>