Shades of Paris M #322B68
Tints of Paris M #322B68
RGB
CMYK
RGB Variations
Color information
#322B68 (or 0x322B68) is known color: Paris M. HEX triplet: 32, 2B and 68. RGB value is (50,43,104). Sum of RGB (Red+Green+Blue) = 50+43+104=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #322B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322B68 is #CDD497. Grayscale: #333333. Windows color (decimal): -13489304 or 6826802. OLE color: 6826802.
HSL color Cylindrical-coordinate representation of color #322B68: hue angle of 246.89º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #322B68 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 43 | 104 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.59 |
| HSL | 246.89º | 0.41% | 0.29% | - |
| HSV(B) | 246.89º | 0.59% | 0.41% | - |
| XYZ | 4.68 | 3.41 | 13.51 | - |
| YUV | 52.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 104 | 0.52 | 0.59 | 0 | 0.59 | 246.89 | 0.41 | 0.29 |
| Hex | 32 | 2B | 68 | 34 | 3B | 0 | 3B | F7 | 29 | 1D |
| Octal | 62 | 53 | 150 | 64 | 73 | 0 | 73 | 367 | 51 | 35 |
| Binary | 110010 | 101011 | 1101000 | 110100 | 111011 | 0 | 111011 | 11110111 | 101001 | 11101 |
Color Harmonies of #322B68
Complementary color
Monochromatic Colors of #322B68
Black with #322B68
Text Example
Text Example
White with #322B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B68; }
p { color: rgb(50,43,104); }
H1.HeaderClassName
{
color: #322B68;
}
.AnyTagClassName
{
color: #322B68;
}
</style>
background-color css
<style>
a { background-color: #322B68; }
a { background-color: rgb(50,43,104); }
div.DivClassName
{
background-color: #322B68;
}
.BgClassName
{
background-color: #322B68;
}
</style>
border-color css
<style>
span { border-color: #322B68; }
span { border-color: rgb(50,43,104); }
td.TdClassName
{
border-color: #322B68;
}
.TagClassName
{
border-color: #322B68;
}
</style>