Shades of Paris M #2E2866
Tints of Paris M #2E2866
RGB
CMYK
RGB Variations
Color information
#2E2866 (or 0x2E2866) is known color: Paris M. HEX triplet: 2E, 28 and 66. RGB value is (46,40,102). Sum of RGB (Red+Green+Blue) = 46+40+102=188 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.47% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E2866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2866 is #D1D799. Grayscale: #303030. Windows color (decimal): -13752218 or 6694958. OLE color: 6694958.
HSL color Cylindrical-coordinate representation of color #2E2866: hue angle of 245.81º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E2866 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 46 | 40 | 102 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.6 |
| HSL | 245.81º | 0.44% | 0.28% | - |
| HSV(B) | 245.81º | 0.61% | 0.4% | - |
| XYZ | 4.28 | 3.06 | 12.93 | - |
| YUV | 48.86 | 157.99 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 102 | 0.55 | 0.61 | 0 | 0.6 | 245.81 | 0.44 | 0.28 |
| Hex | 2E | 28 | 66 | 37 | 3D | 0 | 3C | F6 | 2C | 1C |
| Octal | 56 | 50 | 146 | 67 | 75 | 0 | 74 | 366 | 54 | 34 |
| Binary | 101110 | 101000 | 1100110 | 110111 | 111101 | 0 | 111100 | 11110110 | 101100 | 11100 |
Color Harmonies of #2E2866
Complementary color
Monochromatic Colors of #2E2866
Black with #2E2866
Text Example
Text Example
White with #2E2866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2866; }
p { color: rgb(46,40,102); }
H1.HeaderClassName
{
color: #2E2866;
}
.AnyTagClassName
{
color: #2E2866;
}
</style>
background-color css
<style>
a { background-color: #2E2866; }
a { background-color: rgb(46,40,102); }
div.DivClassName
{
background-color: #2E2866;
}
.BgClassName
{
background-color: #2E2866;
}
</style>
border-color css
<style>
span { border-color: #2E2866; }
span { border-color: rgb(46,40,102); }
td.TdClassName
{
border-color: #2E2866;
}
.TagClassName
{
border-color: #2E2866;
}
</style>