Shades of Paris M #34266F
Tints of Paris M #34266F
RGB
CMYK
RGB Variations
Color information
#34266F (or 0x34266F) is known color: Paris M. HEX triplet: 34, 26 and 6F. RGB value is (52,38,111). Sum of RGB (Red+Green+Blue) = 52+38+111=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #34266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34266F is #CBD990. Grayscale: #323232. Windows color (decimal): -13359505 or 7284276. OLE color: 7284276.
HSL color Cylindrical-coordinate representation of color #34266F: hue angle of 251.51º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34266F is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 38 | 111 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.56 |
| HSL | 251.51º | 0.49% | 0.29% | - |
| HSV(B) | 251.51º | 0.66% | 0.44% | - |
| XYZ | 4.98 | 3.26 | 15.41 | - |
| YUV | 50.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 111 | 0.53 | 0.66 | 0 | 0.56 | 251.51 | 0.49 | 0.29 |
| Hex | 34 | 26 | 6F | 35 | 42 | 0 | 38 | FC | 31 | 1D |
| Octal | 64 | 46 | 157 | 65 | 102 | 0 | 70 | 374 | 61 | 35 |
| Binary | 110100 | 100110 | 1101111 | 110101 | 1000010 | 0 | 111000 | 11111100 | 110001 | 11101 |
Color Harmonies of #34266F
Complementary color
Monochromatic Colors of #34266F
Black with #34266F
Text Example
Text Example
White with #34266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34266F; }
p { color: rgb(52,38,111); }
H1.HeaderClassName
{
color: #34266F;
}
.AnyTagClassName
{
color: #34266F;
}
</style>
background-color css
<style>
a { background-color: #34266F; }
a { background-color: rgb(52,38,111); }
div.DivClassName
{
background-color: #34266F;
}
.BgClassName
{
background-color: #34266F;
}
</style>
border-color css
<style>
span { border-color: #34266F; }
span { border-color: rgb(52,38,111); }
td.TdClassName
{
border-color: #34266F;
}
.TagClassName
{
border-color: #34266F;
}
</style>