Shades of Paris M #34266D
Tints of Paris M #34266D
RGB
CMYK
RGB Variations
Color information
#34266D (or 0x34266D) is known color: Paris M. HEX triplet: 34, 26 and 6D. RGB value is (52,38,109). Sum of RGB (Red+Green+Blue) = 52+38+109=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #34266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34266D is #CBD992. Grayscale: #323232. Windows color (decimal): -13359507 or 7153204. OLE color: 7153204.
HSL color Cylindrical-coordinate representation of color #34266D: hue angle of 251.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34266D is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 38 | 109 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.57 |
| HSL | 251.83º | 0.48% | 0.29% | - |
| HSV(B) | 251.83º | 0.65% | 0.43% | - |
| XYZ | 4.87 | 3.22 | 14.83 | - |
| YUV | 50.28 | 161.14 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 109 | 0.52 | 0.65 | 0 | 0.57 | 251.83 | 0.48 | 0.29 |
| Hex | 34 | 26 | 6D | 34 | 41 | 0 | 39 | FC | 30 | 1D |
| Octal | 64 | 46 | 155 | 64 | 101 | 0 | 71 | 374 | 60 | 35 |
| Binary | 110100 | 100110 | 1101101 | 110100 | 1000001 | 0 | 111001 | 11111100 | 110000 | 11101 |
Color Harmonies of #34266D
Complementary color
Monochromatic Colors of #34266D
Black with #34266D
Text Example
Text Example
White with #34266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34266D; }
p { color: rgb(52,38,109); }
H1.HeaderClassName
{
color: #34266D;
}
.AnyTagClassName
{
color: #34266D;
}
</style>
background-color css
<style>
a { background-color: #34266D; }
a { background-color: rgb(52,38,109); }
div.DivClassName
{
background-color: #34266D;
}
.BgClassName
{
background-color: #34266D;
}
</style>
border-color css
<style>
span { border-color: #34266D; }
span { border-color: rgb(52,38,109); }
td.TdClassName
{
border-color: #34266D;
}
.TagClassName
{
border-color: #34266D;
}
</style>