Shades of Paris M #35265E
Tints of Paris M #35265E
RGB
CMYK
RGB Variations
Color information
#35265E (or 0x35265E) is known color: Paris M. HEX triplet: 35, 26 and 5E. RGB value is (53,38,94). Sum of RGB (Red+Green+Blue) = 53+38+94=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #35265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35265E is #CAD9A1. Grayscale: #303030. Windows color (decimal): -13293986 or 6170165. OLE color: 6170165.
HSL color Cylindrical-coordinate representation of color #35265E: hue angle of 256.07º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35265E is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 38 | 94 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.63 |
| HSL | 256.07º | 0.42% | 0.26% | - |
| HSV(B) | 256.07º | 0.6% | 0.37% | - |
| XYZ | 4.18 | 2.95 | 10.94 | - |
| YUV | 48.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 94 | 0.44 | 0.60 | 0 | 0.63 | 256.07 | 0.42 | 0.26 |
| Hex | 35 | 26 | 5E | 2C | 3C | 0 | 3F | 100 | 2A | 1A |
| Octal | 65 | 46 | 136 | 54 | 74 | 0 | 77 | 400 | 52 | 32 |
| Binary | 110101 | 100110 | 1011110 | 101100 | 111100 | 0 | 111111 | 100000000 | 101010 | 11010 |
Color Harmonies of #35265E
Complementary color
Monochromatic Colors of #35265E
Black with #35265E
Text Example
Text Example
White with #35265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35265E; }
p { color: rgb(53,38,94); }
H1.HeaderClassName
{
color: #35265E;
}
.AnyTagClassName
{
color: #35265E;
}
</style>
background-color css
<style>
a { background-color: #35265E; }
a { background-color: rgb(53,38,94); }
div.DivClassName
{
background-color: #35265E;
}
.BgClassName
{
background-color: #35265E;
}
</style>
border-color css
<style>
span { border-color: #35265E; }
span { border-color: rgb(53,38,94); }
td.TdClassName
{
border-color: #35265E;
}
.TagClassName
{
border-color: #35265E;
}
</style>