Shades of Paris M #35266D
Tints of Paris M #35266D
RGB
CMYK
RGB Variations
Color information
#35266D (or 0x35266D) is known color: Paris M. HEX triplet: 35, 26 and 6D. RGB value is (53,38,109). Sum of RGB (Red+Green+Blue) = 53+38+109=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #35266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35266D is #CAD992. Grayscale: #323232. Windows color (decimal): -13293971 or 7153205. OLE color: 7153205.
HSL color Cylindrical-coordinate representation of color #35266D: hue angle of 252.68º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35266D is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 38 | 109 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.57 |
| HSL | 252.68º | 0.48% | 0.29% | - |
| HSV(B) | 252.68º | 0.65% | 0.43% | - |
| XYZ | 4.92 | 3.25 | 14.84 | - |
| YUV | 50.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 109 | 0.51 | 0.65 | 0 | 0.57 | 252.68 | 0.48 | 0.29 |
| Hex | 35 | 26 | 6D | 33 | 41 | 0 | 39 | FD | 30 | 1D |
| Octal | 65 | 46 | 155 | 63 | 101 | 0 | 71 | 375 | 60 | 35 |
| Binary | 110101 | 100110 | 1101101 | 110011 | 1000001 | 0 | 111001 | 11111101 | 110000 | 11101 |
Color Harmonies of #35266D
Complementary color
Monochromatic Colors of #35266D
Black with #35266D
Text Example
Text Example
White with #35266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35266D; }
p { color: rgb(53,38,109); }
H1.HeaderClassName
{
color: #35266D;
}
.AnyTagClassName
{
color: #35266D;
}
</style>
background-color css
<style>
a { background-color: #35266D; }
a { background-color: rgb(53,38,109); }
div.DivClassName
{
background-color: #35266D;
}
.BgClassName
{
background-color: #35266D;
}
</style>
border-color css
<style>
span { border-color: #35266D; }
span { border-color: rgb(53,38,109); }
td.TdClassName
{
border-color: #35266D;
}
.TagClassName
{
border-color: #35266D;
}
</style>