Shades of Paris M #34236D
Tints of Paris M #34236D
RGB
CMYK
RGB Variations
Color information
#34236D (or 0x34236D) is known color: Paris M. HEX triplet: 34, 23 and 6D. RGB value is (52,35,109). Sum of RGB (Red+Green+Blue) = 52+35+109=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #34236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34236D is #CBDC92. Grayscale: #303030. Windows color (decimal): -13360275 or 7152436. OLE color: 7152436.
HSL color Cylindrical-coordinate representation of color #34236D: hue angle of 253.78º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34236D is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 35 | 109 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.57 |
| HSL | 253.78º | 0.51% | 0.28% | - |
| HSV(B) | 253.78º | 0.68% | 0.43% | - |
| XYZ | 4.78 | 3.04 | 14.8 | - |
| YUV | 48.52 | 162.13 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 109 | 0.52 | 0.68 | 0 | 0.57 | 253.78 | 0.51 | 0.28 |
| Hex | 34 | 23 | 6D | 34 | 44 | 0 | 39 | FE | 33 | 1C |
| Octal | 64 | 43 | 155 | 64 | 104 | 0 | 71 | 376 | 63 | 34 |
| Binary | 110100 | 100011 | 1101101 | 110100 | 1000100 | 0 | 111001 | 11111110 | 110011 | 11100 |
Color Harmonies of #34236D
Complementary color
Monochromatic Colors of #34236D
Black with #34236D
Text Example
Text Example
White with #34236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34236D; }
p { color: rgb(52,35,109); }
H1.HeaderClassName
{
color: #34236D;
}
.AnyTagClassName
{
color: #34236D;
}
</style>
background-color css
<style>
a { background-color: #34236D; }
a { background-color: rgb(52,35,109); }
div.DivClassName
{
background-color: #34236D;
}
.BgClassName
{
background-color: #34236D;
}
</style>
border-color css
<style>
span { border-color: #34236D; }
span { border-color: rgb(52,35,109); }
td.TdClassName
{
border-color: #34236D;
}
.TagClassName
{
border-color: #34236D;
}
</style>