Shades of Paris M #342B64
Tints of Paris M #342B64
RGB
CMYK
RGB Variations
Color information
#342B64 (or 0x342B64) is known color: Paris M. HEX triplet: 34, 2B and 64. RGB value is (52,43,100). Sum of RGB (Red+Green+Blue) = 52+43+100=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #342B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B64 is #CBD49B. Grayscale: #333333. Windows color (decimal): -13358236 or 6564660. OLE color: 6564660.
HSL color Cylindrical-coordinate representation of color #342B64: hue angle of 249.47º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #342B64 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 43 | 100 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.61 |
| HSL | 249.47º | 0.4% | 0.28% | - |
| HSV(B) | 249.47º | 0.57% | 0.39% | - |
| XYZ | 4.58 | 3.38 | 12.47 | - |
| YUV | 52.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 100 | 0.48 | 0.57 | 0 | 0.61 | 249.47 | 0.4 | 0.28 |
| Hex | 34 | 2B | 64 | 30 | 39 | 0 | 3D | F9 | 28 | 1C |
| Octal | 64 | 53 | 144 | 60 | 71 | 0 | 75 | 371 | 50 | 34 |
| Binary | 110100 | 101011 | 1100100 | 110000 | 111001 | 0 | 111101 | 11111001 | 101000 | 11100 |
Color Harmonies of #342B64
Complementary color
Monochromatic Colors of #342B64
Black with #342B64
Text Example
Text Example
White with #342B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342B64; }
p { color: rgb(52,43,100); }
H1.HeaderClassName
{
color: #342B64;
}
.AnyTagClassName
{
color: #342B64;
}
</style>
background-color css
<style>
a { background-color: #342B64; }
a { background-color: rgb(52,43,100); }
div.DivClassName
{
background-color: #342B64;
}
.BgClassName
{
background-color: #342B64;
}
</style>
border-color css
<style>
span { border-color: #342B64; }
span { border-color: rgb(52,43,100); }
td.TdClassName
{
border-color: #342B64;
}
.TagClassName
{
border-color: #342B64;
}
</style>