Shades of Paris M #342E64
Tints of Paris M #342E64
RGB
CMYK
RGB Variations
Color information
#342E64 (or 0x342E64) is known color: Paris M. HEX triplet: 34, 2E and 64. RGB value is (52,46,100). Sum of RGB (Red+Green+Blue) = 52+46+100=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 100 (39.45% from 255 or 50.51% from 198); Max value from RGB is 100 - color contains mainly: blue. Hex color #342E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E64 is #CBD19B. Grayscale: #353535. Windows color (decimal): -13357468 or 6565428. OLE color: 6565428.
HSL color Cylindrical-coordinate representation of color #342E64: hue angle of 246.67º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342E64 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 46 | 100 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.61 |
| HSL | 246.67º | 0.37% | 0.29% | - |
| HSV(B) | 246.67º | 0.54% | 0.39% | - |
| XYZ | 4.69 | 3.6 | 12.5 | - |
| YUV | 53.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 100 | 0.48 | 0.54 | 0 | 0.61 | 246.67 | 0.37 | 0.29 |
| Hex | 34 | 2E | 64 | 30 | 36 | 0 | 3D | F7 | 25 | 1D |
| Octal | 64 | 56 | 144 | 60 | 66 | 0 | 75 | 367 | 45 | 35 |
| Binary | 110100 | 101110 | 1100100 | 110000 | 110110 | 0 | 111101 | 11110111 | 100101 | 11101 |
Color Harmonies of #342E64
Complementary color
Monochromatic Colors of #342E64
Black with #342E64
Text Example
Text Example
White with #342E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342E64; }
p { color: rgb(52,46,100); }
H1.HeaderClassName
{
color: #342E64;
}
.AnyTagClassName
{
color: #342E64;
}
</style>
background-color css
<style>
a { background-color: #342E64; }
a { background-color: rgb(52,46,100); }
div.DivClassName
{
background-color: #342E64;
}
.BgClassName
{
background-color: #342E64;
}
</style>
border-color css
<style>
span { border-color: #342E64; }
span { border-color: rgb(52,46,100); }
td.TdClassName
{
border-color: #342E64;
}
.TagClassName
{
border-color: #342E64;
}
</style>