Shades of Paris M #34256C
Tints of Paris M #34256C
RGB
CMYK
RGB Variations
Color information
#34256C (or 0x34256C) is known color: Paris M. HEX triplet: 34, 25 and 6C. RGB value is (52,37,108). Sum of RGB (Red+Green+Blue) = 52+37+108=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #34256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34256C is #CBDA93. Grayscale: #313131. Windows color (decimal): -13359764 or 7087412. OLE color: 7087412.
HSL color Cylindrical-coordinate representation of color #34256C: hue angle of 252.68º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34256C is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 37 | 108 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.58 |
| HSL | 252.68º | 0.49% | 0.28% | - |
| HSV(B) | 252.68º | 0.66% | 0.42% | - |
| XYZ | 4.78 | 3.14 | 14.54 | - |
| YUV | 49.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 108 | 0.52 | 0.66 | 0 | 0.58 | 252.68 | 0.49 | 0.28 |
| Hex | 34 | 25 | 6C | 34 | 42 | 0 | 3A | FD | 31 | 1C |
| Octal | 64 | 45 | 154 | 64 | 102 | 0 | 72 | 375 | 61 | 34 |
| Binary | 110100 | 100101 | 1101100 | 110100 | 1000010 | 0 | 111010 | 11111101 | 110001 | 11100 |
Color Harmonies of #34256C
Complementary color
Monochromatic Colors of #34256C
Black with #34256C
Text Example
Text Example
White with #34256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34256C; }
p { color: rgb(52,37,108); }
H1.HeaderClassName
{
color: #34256C;
}
.AnyTagClassName
{
color: #34256C;
}
</style>
background-color css
<style>
a { background-color: #34256C; }
a { background-color: rgb(52,37,108); }
div.DivClassName
{
background-color: #34256C;
}
.BgClassName
{
background-color: #34256C;
}
</style>
border-color css
<style>
span { border-color: #34256C; }
span { border-color: rgb(52,37,108); }
td.TdClassName
{
border-color: #34256C;
}
.TagClassName
{
border-color: #34256C;
}
</style>