Shades of Paris M #322E58
Tints of Paris M #322E58
RGB
CMYK
RGB Variations
Color information
#322E58 (or 0x322E58) is known color: Paris M. HEX triplet: 32, 2E and 58. RGB value is (50,46,88). Sum of RGB (Red+Green+Blue) = 50+46+88=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #322E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E58 is #CDD1A7. Grayscale: #333333. Windows color (decimal): -13488552 or 5778994. OLE color: 5778994.
HSL color Cylindrical-coordinate representation of color #322E58: hue angle of 245.71º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #322E58 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 46 | 88 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.65 |
| HSL | 245.71º | 0.31% | 0.26% | - |
| HSV(B) | 245.71º | 0.48% | 0.35% | - |
| XYZ | 4.05 | 3.34 | 9.66 | - |
| YUV | 51.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 88 | 0.43 | 0.48 | 0 | 0.65 | 245.71 | 0.31 | 0.26 |
| Hex | 32 | 2E | 58 | 2B | 30 | 0 | 41 | F6 | 1F | 1A |
| Octal | 62 | 56 | 130 | 53 | 60 | 0 | 101 | 366 | 37 | 32 |
| Binary | 110010 | 101110 | 1011000 | 101011 | 110000 | 0 | 1000001 | 11110110 | 11111 | 11010 |
Color Harmonies of #322E58
Complementary color
Monochromatic Colors of #322E58
Black with #322E58
Text Example
Text Example
White with #322E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322E58; }
p { color: rgb(50,46,88); }
H1.HeaderClassName
{
color: #322E58;
}
.AnyTagClassName
{
color: #322E58;
}
</style>
background-color css
<style>
a { background-color: #322E58; }
a { background-color: rgb(50,46,88); }
div.DivClassName
{
background-color: #322E58;
}
.BgClassName
{
background-color: #322E58;
}
</style>
border-color css
<style>
span { border-color: #322E58; }
span { border-color: rgb(50,46,88); }
td.TdClassName
{
border-color: #322E58;
}
.TagClassName
{
border-color: #322E58;
}
</style>