Shades of Paris M #2E236C
Tints of Paris M #2E236C
RGB
CMYK
RGB Variations
Color information
#2E236C (or 0x2E236C) is known color: Paris M. HEX triplet: 2E, 23 and 6C. RGB value is (46,35,108). Sum of RGB (Red+Green+Blue) = 46+35+108=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E236C is #D1DC93. Grayscale: #2E2E2E. Windows color (decimal): -13753492 or 7086894. OLE color: 7086894.
HSL color Cylindrical-coordinate representation of color #2E236C: hue angle of 249.04º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E236C is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 35 | 108 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.58 |
| HSL | 249.04º | 0.51% | 0.28% | - |
| HSV(B) | 249.04º | 0.68% | 0.42% | - |
| XYZ | 4.43 | 2.87 | 14.51 | - |
| YUV | 46.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 108 | 0.57 | 0.68 | 0 | 0.58 | 249.04 | 0.51 | 0.28 |
| Hex | 2E | 23 | 6C | 39 | 44 | 0 | 3A | F9 | 33 | 1C |
| Octal | 56 | 43 | 154 | 71 | 104 | 0 | 72 | 371 | 63 | 34 |
| Binary | 101110 | 100011 | 1101100 | 111001 | 1000100 | 0 | 111010 | 11111001 | 110011 | 11100 |
Color Harmonies of #2E236C
Complementary color
Monochromatic Colors of #2E236C
Black with #2E236C
Text Example
Text Example
White with #2E236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E236C; }
p { color: rgb(46,35,108); }
H1.HeaderClassName
{
color: #2E236C;
}
.AnyTagClassName
{
color: #2E236C;
}
</style>
background-color css
<style>
a { background-color: #2E236C; }
a { background-color: rgb(46,35,108); }
div.DivClassName
{
background-color: #2E236C;
}
.BgClassName
{
background-color: #2E236C;
}
</style>
border-color css
<style>
span { border-color: #2E236C; }
span { border-color: rgb(46,35,108); }
td.TdClassName
{
border-color: #2E236C;
}
.TagClassName
{
border-color: #2E236C;
}
</style>