Shades of Paris M #35296D
Tints of Paris M #35296D
RGB
CMYK
RGB Variations
Color information
#35296D (or 0x35296D) is known color: Paris M. HEX triplet: 35, 29 and 6D. RGB value is (53,41,109). Sum of RGB (Red+Green+Blue) = 53+41+109=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #35296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35296D is #CAD692. Grayscale: #343434. Windows color (decimal): -13293203 or 7153973. OLE color: 7153973.
HSL color Cylindrical-coordinate representation of color #35296D: hue angle of 250.59º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35296D is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 41 | 109 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.57 |
| HSL | 250.59º | 0.45% | 0.29% | - |
| HSV(B) | 250.59º | 0.62% | 0.43% | - |
| XYZ | 5.02 | 3.45 | 14.87 | - |
| YUV | 52.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 109 | 0.51 | 0.62 | 0 | 0.57 | 250.59 | 0.45 | 0.29 |
| Hex | 35 | 29 | 6D | 33 | 3E | 0 | 39 | FB | 2D | 1D |
| Octal | 65 | 51 | 155 | 63 | 76 | 0 | 71 | 373 | 55 | 35 |
| Binary | 110101 | 101001 | 1101101 | 110011 | 111110 | 0 | 111001 | 11111011 | 101101 | 11101 |
Color Harmonies of #35296D
Complementary color
Monochromatic Colors of #35296D
Black with #35296D
Text Example
Text Example
White with #35296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35296D; }
p { color: rgb(53,41,109); }
H1.HeaderClassName
{
color: #35296D;
}
.AnyTagClassName
{
color: #35296D;
}
</style>
background-color css
<style>
a { background-color: #35296D; }
a { background-color: rgb(53,41,109); }
div.DivClassName
{
background-color: #35296D;
}
.BgClassName
{
background-color: #35296D;
}
</style>
border-color css
<style>
span { border-color: #35296D; }
span { border-color: rgb(53,41,109); }
td.TdClassName
{
border-color: #35296D;
}
.TagClassName
{
border-color: #35296D;
}
</style>