Shades of Paris M #342366
Tints of Paris M #342366
RGB
CMYK
RGB Variations
Color information
#342366 (or 0x342366) is known color: Paris M. HEX triplet: 34, 23 and 66. RGB value is (52,35,102). Sum of RGB (Red+Green+Blue) = 52+35+102=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #342366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342366 is #CBDC99. Grayscale: #2F2F2F. Windows color (decimal): -13360282 or 6693684. OLE color: 6693684.
HSL color Cylindrical-coordinate representation of color #342366: hue angle of 255.22º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #342366 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 52 | 35 | 102 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.6 |
| HSL | 255.22º | 0.49% | 0.27% | - |
| HSV(B) | 255.22º | 0.66% | 0.4% | - |
| XYZ | 4.42 | 2.89 | 12.9 | - |
| YUV | 47.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 102 | 0.49 | 0.66 | 0 | 0.6 | 255.22 | 0.49 | 0.27 |
| Hex | 34 | 23 | 66 | 31 | 42 | 0 | 3C | FF | 31 | 1B |
| Octal | 64 | 43 | 146 | 61 | 102 | 0 | 74 | 377 | 61 | 33 |
| Binary | 110100 | 100011 | 1100110 | 110001 | 1000010 | 0 | 111100 | 11111111 | 110001 | 11011 |
Color Harmonies of #342366
Complementary color
Monochromatic Colors of #342366
Black with #342366
Text Example
Text Example
White with #342366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342366; }
p { color: rgb(52,35,102); }
H1.HeaderClassName
{
color: #342366;
}
.AnyTagClassName
{
color: #342366;
}
</style>
background-color css
<style>
a { background-color: #342366; }
a { background-color: rgb(52,35,102); }
div.DivClassName
{
background-color: #342366;
}
.BgClassName
{
background-color: #342366;
}
</style>
border-color css
<style>
span { border-color: #342366; }
span { border-color: rgb(52,35,102); }
td.TdClassName
{
border-color: #342366;
}
.TagClassName
{
border-color: #342366;
}
</style>