Shades of Paris M #35305D
Tints of Paris M #35305D
RGB
CMYK
RGB Variations
Color information
#35305D (or 0x35305D) is known color: Paris M. HEX triplet: 35, 30 and 5D. RGB value is (53,48,93). Sum of RGB (Red+Green+Blue) = 53+48+93=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #35305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35305D is #CACFA2. Grayscale: #363636. Windows color (decimal): -13291427 or 6107189. OLE color: 6107189.
HSL color Cylindrical-coordinate representation of color #35305D: hue angle of 246.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35305D is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 48 | 93 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.64 |
| HSL | 246.67º | 0.32% | 0.28% | - |
| HSV(B) | 246.67º | 0.48% | 0.36% | - |
| XYZ | 4.5 | 3.66 | 10.83 | - |
| YUV | 54.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 48 | 93 | 0.43 | 0.48 | 0 | 0.64 | 246.67 | 0.32 | 0.28 |
| Hex | 35 | 30 | 5D | 2B | 30 | 0 | 40 | F7 | 20 | 1C |
| Octal | 65 | 60 | 135 | 53 | 60 | 0 | 100 | 367 | 40 | 34 |
| Binary | 110101 | 110000 | 1011101 | 101011 | 110000 | 0 | 1000000 | 11110111 | 100000 | 11100 |
Color Harmonies of #35305D
Complementary color
Monochromatic Colors of #35305D
Black with #35305D
Text Example
Text Example
White with #35305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35305D; }
p { color: rgb(53,48,93); }
H1.HeaderClassName
{
color: #35305D;
}
.AnyTagClassName
{
color: #35305D;
}
</style>
background-color css
<style>
a { background-color: #35305D; }
a { background-color: rgb(53,48,93); }
div.DivClassName
{
background-color: #35305D;
}
.BgClassName
{
background-color: #35305D;
}
</style>
border-color css
<style>
span { border-color: #35305D; }
span { border-color: rgb(53,48,93); }
td.TdClassName
{
border-color: #35305D;
}
.TagClassName
{
border-color: #35305D;
}
</style>