Shades of Paris M #322A68
Tints of Paris M #322A68
RGB
CMYK
RGB Variations
Color information
#322A68 (or 0x322A68) is known color: Paris M. HEX triplet: 32, 2A and 68. RGB value is (50,42,104). Sum of RGB (Red+Green+Blue) = 50+42+104=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 104 (41.02% from 255 or 53.06% from 196); Max value from RGB is 104 - color contains mainly: blue. Hex color #322A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322A68 is #CDD597. Grayscale: #333333. Windows color (decimal): -13489560 or 6826546. OLE color: 6826546.
HSL color Cylindrical-coordinate representation of color #322A68: hue angle of 247.74º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #322A68 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 50 | 42 | 104 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.59 |
| HSL | 247.74º | 0.42% | 0.29% | - |
| HSV(B) | 247.74º | 0.6% | 0.41% | - |
| XYZ | 4.64 | 3.33 | 13.5 | - |
| YUV | 51.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 104 | 0.52 | 0.60 | 0 | 0.59 | 247.74 | 0.42 | 0.29 |
| Hex | 32 | 2A | 68 | 34 | 3C | 0 | 3B | F8 | 2A | 1D |
| Octal | 62 | 52 | 150 | 64 | 74 | 0 | 73 | 370 | 52 | 35 |
| Binary | 110010 | 101010 | 1101000 | 110100 | 111100 | 0 | 111011 | 11111000 | 101010 | 11101 |
Color Harmonies of #322A68
Complementary color
Monochromatic Colors of #322A68
Black with #322A68
Text Example
Text Example
White with #322A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A68; }
p { color: rgb(50,42,104); }
H1.HeaderClassName
{
color: #322A68;
}
.AnyTagClassName
{
color: #322A68;
}
</style>
background-color css
<style>
a { background-color: #322A68; }
a { background-color: rgb(50,42,104); }
div.DivClassName
{
background-color: #322A68;
}
.BgClassName
{
background-color: #322A68;
}
</style>
border-color css
<style>
span { border-color: #322A68; }
span { border-color: rgb(50,42,104); }
td.TdClassName
{
border-color: #322A68;
}
.TagClassName
{
border-color: #322A68;
}
</style>