Shades of Paris M #34275E
Tints of Paris M #34275E
RGB
CMYK
RGB Variations
Color information
#34275E (or 0x34275E) is known color: Paris M. HEX triplet: 34, 27 and 5E. RGB value is (52,39,94). Sum of RGB (Red+Green+Blue) = 52+39+94=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #34275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34275E is #CBD8A1. Grayscale: #303030. Windows color (decimal): -13359266 or 6170420. OLE color: 6170420.
HSL color Cylindrical-coordinate representation of color #34275E: hue angle of 254.18º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34275E is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 39 | 94 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.63 |
| HSL | 254.18º | 0.41% | 0.26% | - |
| HSV(B) | 254.18º | 0.59% | 0.37% | - |
| XYZ | 4.16 | 2.99 | 10.95 | - |
| YUV | 49.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 39 | 94 | 0.45 | 0.59 | 0 | 0.63 | 254.18 | 0.41 | 0.26 |
| Hex | 34 | 27 | 5E | 2D | 3B | 0 | 3F | FE | 29 | 1A |
| Octal | 64 | 47 | 136 | 55 | 73 | 0 | 77 | 376 | 51 | 32 |
| Binary | 110100 | 100111 | 1011110 | 101101 | 111011 | 0 | 111111 | 11111110 | 101001 | 11010 |
Color Harmonies of #34275E
Complementary color
Monochromatic Colors of #34275E
Black with #34275E
Text Example
Text Example
White with #34275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34275E; }
p { color: rgb(52,39,94); }
H1.HeaderClassName
{
color: #34275E;
}
.AnyTagClassName
{
color: #34275E;
}
</style>
background-color css
<style>
a { background-color: #34275E; }
a { background-color: rgb(52,39,94); }
div.DivClassName
{
background-color: #34275E;
}
.BgClassName
{
background-color: #34275E;
}
</style>
border-color css
<style>
span { border-color: #34275E; }
span { border-color: rgb(52,39,94); }
td.TdClassName
{
border-color: #34275E;
}
.TagClassName
{
border-color: #34275E;
}
</style>