Shades of Paris M #2E236F
Tints of Paris M #2E236F
RGB
CMYK
RGB Variations
Color information
#2E236F (or 0x2E236F) is known color: Paris M. HEX triplet: 2E, 23 and 6F. RGB value is (46,35,111). Sum of RGB (Red+Green+Blue) = 46+35+111=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #2E236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E236F is #D1DC90. Grayscale: #2E2E2E. Windows color (decimal): -13753489 or 7283502. OLE color: 7283502.
HSL color Cylindrical-coordinate representation of color #2E236F: hue angle of 248.68º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E236F is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 35 | 111 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.56 |
| HSL | 248.68º | 0.52% | 0.29% | - |
| HSV(B) | 248.68º | 0.68% | 0.44% | - |
| XYZ | 4.6 | 2.93 | 15.36 | - |
| YUV | 46.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 111 | 0.59 | 0.68 | 0 | 0.56 | 248.68 | 0.52 | 0.29 |
| Hex | 2E | 23 | 6F | 3B | 44 | 0 | 38 | F9 | 34 | 1D |
| Octal | 56 | 43 | 157 | 73 | 104 | 0 | 70 | 371 | 64 | 35 |
| Binary | 101110 | 100011 | 1101111 | 111011 | 1000100 | 0 | 111000 | 11111001 | 110100 | 11101 |
Color Harmonies of #2E236F
Complementary color
Monochromatic Colors of #2E236F
Black with #2E236F
Text Example
Text Example
White with #2E236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E236F; }
p { color: rgb(46,35,111); }
H1.HeaderClassName
{
color: #2E236F;
}
.AnyTagClassName
{
color: #2E236F;
}
</style>
background-color css
<style>
a { background-color: #2E236F; }
a { background-color: rgb(46,35,111); }
div.DivClassName
{
background-color: #2E236F;
}
.BgClassName
{
background-color: #2E236F;
}
</style>
border-color css
<style>
span { border-color: #2E236F; }
span { border-color: rgb(46,35,111); }
td.TdClassName
{
border-color: #2E236F;
}
.TagClassName
{
border-color: #2E236F;
}
</style>