Shades of Paris M #322A67
Tints of Paris M #322A67
RGB
CMYK
RGB Variations
Color information
#322A67 (or 0x322A67) is known color: Paris M. HEX triplet: 32, 2A and 67. RGB value is (50,42,103). Sum of RGB (Red+Green+Blue) = 50+42+103=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #322A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322A67 is #CDD598. Grayscale: #333333. Windows color (decimal): -13489561 or 6761010. OLE color: 6761010.
HSL color Cylindrical-coordinate representation of color #322A67: hue angle of 247.87º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #322A67 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 42 | 103 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.60 |
| HSL | 247.87º | 0.42% | 0.28% | - |
| HSV(B) | 247.87º | 0.59% | 0.4% | - |
| XYZ | 4.59 | 3.31 | 13.23 | - |
| YUV | 51.35 | 157.15 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 103 | 0.51 | 0.59 | 0 | 0.60 | 247.87 | 0.42 | 0.28 |
| Hex | 32 | 2A | 67 | 33 | 3B | 0 | 3C | F8 | 2A | 1C |
| Octal | 62 | 52 | 147 | 63 | 73 | 0 | 74 | 370 | 52 | 34 |
| Binary | 110010 | 101010 | 1100111 | 110011 | 111011 | 0 | 111100 | 11111000 | 101010 | 11100 |
Color Harmonies of #322A67
Complementary color
Monochromatic Colors of #322A67
Black with #322A67
Text Example
Text Example
White with #322A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A67; }
p { color: rgb(50,42,103); }
H1.HeaderClassName
{
color: #322A67;
}
.AnyTagClassName
{
color: #322A67;
}
</style>
background-color css
<style>
a { background-color: #322A67; }
a { background-color: rgb(50,42,103); }
div.DivClassName
{
background-color: #322A67;
}
.BgClassName
{
background-color: #322A67;
}
</style>
border-color css
<style>
span { border-color: #322A67; }
span { border-color: rgb(50,42,103); }
td.TdClassName
{
border-color: #322A67;
}
.TagClassName
{
border-color: #322A67;
}
</style>