Shades of Paris M #352E67
Tints of Paris M #352E67
RGB
CMYK
RGB Variations
Color information
#352E67 (or 0x352E67) is known color: Paris M. HEX triplet: 35, 2E and 67. RGB value is (53,46,103). Sum of RGB (Red+Green+Blue) = 53+46+103=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #352E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E67 is #CAD198. Grayscale: #363636. Windows color (decimal): -13291929 or 6762037. OLE color: 6762037.
HSL color Cylindrical-coordinate representation of color #352E67: hue angle of 247.37º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #352E67 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 46 | 103 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.60 |
| HSL | 247.37º | 0.38% | 0.29% | - |
| HSV(B) | 247.37º | 0.55% | 0.4% | - |
| XYZ | 4.89 | 3.69 | 13.29 | - |
| YUV | 54.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 46 | 103 | 0.49 | 0.55 | 0 | 0.60 | 247.37 | 0.38 | 0.29 |
| Hex | 35 | 2E | 67 | 31 | 37 | 0 | 3C | F7 | 26 | 1D |
| Octal | 65 | 56 | 147 | 61 | 67 | 0 | 74 | 367 | 46 | 35 |
| Binary | 110101 | 101110 | 1100111 | 110001 | 110111 | 0 | 111100 | 11110111 | 100110 | 11101 |
Color Harmonies of #352E67
Complementary color
Monochromatic Colors of #352E67
Black with #352E67
Text Example
Text Example
White with #352E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352E67; }
p { color: rgb(53,46,103); }
H1.HeaderClassName
{
color: #352E67;
}
.AnyTagClassName
{
color: #352E67;
}
</style>
background-color css
<style>
a { background-color: #352E67; }
a { background-color: rgb(53,46,103); }
div.DivClassName
{
background-color: #352E67;
}
.BgClassName
{
background-color: #352E67;
}
</style>
border-color css
<style>
span { border-color: #352E67; }
span { border-color: rgb(53,46,103); }
td.TdClassName
{
border-color: #352E67;
}
.TagClassName
{
border-color: #352E67;
}
</style>