Shades of Paris M #35256C
Tints of Paris M #35256C
RGB
CMYK
RGB Variations
Color information
#35256C (or 0x35256C) is known color: Paris M. HEX triplet: 35, 25 and 6C. RGB value is (53,37,108). Sum of RGB (Red+Green+Blue) = 53+37+108=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #35256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35256C is #CADA93. Grayscale: #313131. Windows color (decimal): -13294228 or 7087413. OLE color: 7087413.
HSL color Cylindrical-coordinate representation of color #35256C: hue angle of 253.52º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35256C is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 37 | 108 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.58 |
| HSL | 253.52º | 0.49% | 0.28% | - |
| HSV(B) | 253.52º | 0.66% | 0.42% | - |
| XYZ | 4.84 | 3.16 | 14.54 | - |
| YUV | 49.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 108 | 0.51 | 0.66 | 0 | 0.58 | 253.52 | 0.49 | 0.28 |
| Hex | 35 | 25 | 6C | 33 | 42 | 0 | 3A | FE | 31 | 1C |
| Octal | 65 | 45 | 154 | 63 | 102 | 0 | 72 | 376 | 61 | 34 |
| Binary | 110101 | 100101 | 1101100 | 110011 | 1000010 | 0 | 111010 | 11111110 | 110001 | 11100 |
Color Harmonies of #35256C
Complementary color
Monochromatic Colors of #35256C
Black with #35256C
Text Example
Text Example
White with #35256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35256C; }
p { color: rgb(53,37,108); }
H1.HeaderClassName
{
color: #35256C;
}
.AnyTagClassName
{
color: #35256C;
}
</style>
background-color css
<style>
a { background-color: #35256C; }
a { background-color: rgb(53,37,108); }
div.DivClassName
{
background-color: #35256C;
}
.BgClassName
{
background-color: #35256C;
}
</style>
border-color css
<style>
span { border-color: #35256C; }
span { border-color: rgb(53,37,108); }
td.TdClassName
{
border-color: #35256C;
}
.TagClassName
{
border-color: #35256C;
}
</style>