Shades of Paris M #322268
Tints of Paris M #322268
RGB
CMYK
RGB Variations
Color information
#322268 (or 0x322268) is known color: Paris M. HEX triplet: 32, 22 and 68. RGB value is (50,34,104). Sum of RGB (Red+Green+Blue) = 50+34+104=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #322268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322268 is #CDDD97. Grayscale: #2E2E2E. Windows color (decimal): -13491608 or 6824498. OLE color: 6824498.
HSL color Cylindrical-coordinate representation of color #322268: hue angle of 253.71º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322268 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 34 | 104 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.59 |
| HSL | 253.71º | 0.51% | 0.27% | - |
| HSV(B) | 253.71º | 0.67% | 0.41% | - |
| XYZ | 4.39 | 2.82 | 13.41 | - |
| YUV | 46.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 104 | 0.52 | 0.67 | 0 | 0.59 | 253.71 | 0.51 | 0.27 |
| Hex | 32 | 22 | 68 | 34 | 43 | 0 | 3B | FE | 33 | 1B |
| Octal | 62 | 42 | 150 | 64 | 103 | 0 | 73 | 376 | 63 | 33 |
| Binary | 110010 | 100010 | 1101000 | 110100 | 1000011 | 0 | 111011 | 11111110 | 110011 | 11011 |
Color Harmonies of #322268
Complementary color
Monochromatic Colors of #322268
Black with #322268
Text Example
Text Example
White with #322268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322268; }
p { color: rgb(50,34,104); }
H1.HeaderClassName
{
color: #322268;
}
.AnyTagClassName
{
color: #322268;
}
</style>
background-color css
<style>
a { background-color: #322268; }
a { background-color: rgb(50,34,104); }
div.DivClassName
{
background-color: #322268;
}
.BgClassName
{
background-color: #322268;
}
</style>
border-color css
<style>
span { border-color: #322268; }
span { border-color: rgb(50,34,104); }
td.TdClassName
{
border-color: #322268;
}
.TagClassName
{
border-color: #322268;
}
</style>