Shades of Paris M #352B68
Tints of Paris M #352B68
RGB
CMYK
RGB Variations
Color information
#352B68 (or 0x352B68) is known color: Paris M. HEX triplet: 35, 2B and 68. RGB value is (53,43,104). Sum of RGB (Red+Green+Blue) = 53+43+104=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 104 (41.02% from 255 or 52% from 200); Max value from RGB is 104 - color contains mainly: blue. Hex color #352B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352B68 is #CAD497. Grayscale: #343434. Windows color (decimal): -13292696 or 6826805. OLE color: 6826805.
HSL color Cylindrical-coordinate representation of color #352B68: hue angle of 249.84º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #352B68 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 43 | 104 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.59 |
| HSL | 249.84º | 0.41% | 0.29% | - |
| HSV(B) | 249.84º | 0.59% | 0.41% | - |
| XYZ | 4.83 | 3.48 | 13.51 | - |
| YUV | 52.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 104 | 0.49 | 0.59 | 0 | 0.59 | 249.84 | 0.41 | 0.29 |
| Hex | 35 | 2B | 68 | 31 | 3B | 0 | 3B | FA | 29 | 1D |
| Octal | 65 | 53 | 150 | 61 | 73 | 0 | 73 | 372 | 51 | 35 |
| Binary | 110101 | 101011 | 1101000 | 110001 | 111011 | 0 | 111011 | 11111010 | 101001 | 11101 |
Color Harmonies of #352B68
Complementary color
Monochromatic Colors of #352B68
Black with #352B68
Text Example
Text Example
White with #352B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352B68; }
p { color: rgb(53,43,104); }
H1.HeaderClassName
{
color: #352B68;
}
.AnyTagClassName
{
color: #352B68;
}
</style>
background-color css
<style>
a { background-color: #352B68; }
a { background-color: rgb(53,43,104); }
div.DivClassName
{
background-color: #352B68;
}
.BgClassName
{
background-color: #352B68;
}
</style>
border-color css
<style>
span { border-color: #352B68; }
span { border-color: rgb(53,43,104); }
td.TdClassName
{
border-color: #352B68;
}
.TagClassName
{
border-color: #352B68;
}
</style>