Shades of Paris M #34285C
Tints of Paris M #34285C
RGB
CMYK
RGB Variations
Color information
#34285C (or 0x34285C) is known color: Paris M. HEX triplet: 34, 28 and 5C. RGB value is (52,40,92). Sum of RGB (Red+Green+Blue) = 52+40+92=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #34285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34285C is #CBD7A3. Grayscale: #313131. Windows color (decimal): -13359012 or 6039604. OLE color: 6039604.
HSL color Cylindrical-coordinate representation of color #34285C: hue angle of 253.85º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34285C is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 40 | 92 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.64 |
| HSL | 253.85º | 0.39% | 0.26% | - |
| HSV(B) | 253.85º | 0.57% | 0.36% | - |
| XYZ | 4.11 | 3.02 | 10.49 | - |
| YUV | 49.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 92 | 0.43 | 0.57 | 0 | 0.64 | 253.85 | 0.39 | 0.26 |
| Hex | 34 | 28 | 5C | 2B | 39 | 0 | 40 | FE | 27 | 1A |
| Octal | 64 | 50 | 134 | 53 | 71 | 0 | 100 | 376 | 47 | 32 |
| Binary | 110100 | 101000 | 1011100 | 101011 | 111001 | 0 | 1000000 | 11111110 | 100111 | 11010 |
Color Harmonies of #34285C
Complementary color
Monochromatic Colors of #34285C
Black with #34285C
Text Example
Text Example
White with #34285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34285C; }
p { color: rgb(52,40,92); }
H1.HeaderClassName
{
color: #34285C;
}
.AnyTagClassName
{
color: #34285C;
}
</style>
background-color css
<style>
a { background-color: #34285C; }
a { background-color: rgb(52,40,92); }
div.DivClassName
{
background-color: #34285C;
}
.BgClassName
{
background-color: #34285C;
}
</style>
border-color css
<style>
span { border-color: #34285C; }
span { border-color: rgb(52,40,92); }
td.TdClassName
{
border-color: #34285C;
}
.TagClassName
{
border-color: #34285C;
}
</style>