Shades of Paris M #342D68
Tints of Paris M #342D68
RGB
CMYK
RGB Variations
Color information
#342D68 (or 0x342D68) is known color: Paris M. HEX triplet: 34, 2D and 68. RGB value is (52,45,104). Sum of RGB (Red+Green+Blue) = 52+45+104=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #342D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342D68 is #CBD297. Grayscale: #353535. Windows color (decimal): -13357720 or 6827316. OLE color: 6827316.
HSL color Cylindrical-coordinate representation of color #342D68: hue angle of 247.12º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #342D68 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 45 | 104 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.59 |
| HSL | 247.12º | 0.4% | 0.29% | - |
| HSV(B) | 247.12º | 0.57% | 0.41% | - |
| XYZ | 4.85 | 3.61 | 13.54 | - |
| YUV | 53.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 104 | 0.50 | 0.57 | 0 | 0.59 | 247.12 | 0.4 | 0.29 |
| Hex | 34 | 2D | 68 | 32 | 39 | 0 | 3B | F7 | 28 | 1D |
| Octal | 64 | 55 | 150 | 62 | 71 | 0 | 73 | 367 | 50 | 35 |
| Binary | 110100 | 101101 | 1101000 | 110010 | 111001 | 0 | 111011 | 11110111 | 101000 | 11101 |
Color Harmonies of #342D68
Complementary color
Monochromatic Colors of #342D68
Black with #342D68
Text Example
Text Example
White with #342D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D68; }
p { color: rgb(52,45,104); }
H1.HeaderClassName
{
color: #342D68;
}
.AnyTagClassName
{
color: #342D68;
}
</style>
background-color css
<style>
a { background-color: #342D68; }
a { background-color: rgb(52,45,104); }
div.DivClassName
{
background-color: #342D68;
}
.BgClassName
{
background-color: #342D68;
}
</style>
border-color css
<style>
span { border-color: #342D68; }
span { border-color: rgb(52,45,104); }
td.TdClassName
{
border-color: #342D68;
}
.TagClassName
{
border-color: #342D68;
}
</style>