Shades of Paris M #342D60
Tints of Paris M #342D60
RGB
CMYK
RGB Variations
Color information
#342D60 (or 0x342D60) is known color: Paris M. HEX triplet: 34, 2D and 60. RGB value is (52,45,96). Sum of RGB (Red+Green+Blue) = 52+45+96=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #342D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342D60 is #CBD29F. Grayscale: #343434. Windows color (decimal): -13357728 or 6303028. OLE color: 6303028.
HSL color Cylindrical-coordinate representation of color #342D60: hue angle of 248.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #342D60 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 45 | 96 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.62 |
| HSL | 248.24º | 0.36% | 0.28% | - |
| HSV(B) | 248.24º | 0.53% | 0.38% | - |
| XYZ | 4.47 | 3.45 | 11.5 | - |
| YUV | 52.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 96 | 0.46 | 0.53 | 0 | 0.62 | 248.24 | 0.36 | 0.28 |
| Hex | 34 | 2D | 60 | 2E | 35 | 0 | 3E | F8 | 24 | 1C |
| Octal | 64 | 55 | 140 | 56 | 65 | 0 | 76 | 370 | 44 | 34 |
| Binary | 110100 | 101101 | 1100000 | 101110 | 110101 | 0 | 111110 | 11111000 | 100100 | 11100 |
Color Harmonies of #342D60
Complementary color
Monochromatic Colors of #342D60
Black with #342D60
Text Example
Text Example
White with #342D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342D60; }
p { color: rgb(52,45,96); }
H1.HeaderClassName
{
color: #342D60;
}
.AnyTagClassName
{
color: #342D60;
}
</style>
background-color css
<style>
a { background-color: #342D60; }
a { background-color: rgb(52,45,96); }
div.DivClassName
{
background-color: #342D60;
}
.BgClassName
{
background-color: #342D60;
}
</style>
border-color css
<style>
span { border-color: #342D60; }
span { border-color: rgb(52,45,96); }
td.TdClassName
{
border-color: #342D60;
}
.TagClassName
{
border-color: #342D60;
}
</style>