Shades of Paris M #2E286B
Tints of Paris M #2E286B
RGB
CMYK
RGB Variations
Color information
#2E286B (or 0x2E286B) is known color: Paris M. HEX triplet: 2E, 28 and 6B. RGB value is (46,40,107). Sum of RGB (Red+Green+Blue) = 46+40+107=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E286B is #D1D794. Grayscale: #313131. Windows color (decimal): -13752213 or 7022638. OLE color: 7022638.
HSL color Cylindrical-coordinate representation of color #2E286B: hue angle of 245.37º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E286B is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 40 | 107 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.58 |
| HSL | 245.37º | 0.46% | 0.29% | - |
| HSV(B) | 245.37º | 0.63% | 0.42% | - |
| XYZ | 4.54 | 3.16 | 14.28 | - |
| YUV | 49.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 107 | 0.57 | 0.63 | 0 | 0.58 | 245.37 | 0.46 | 0.29 |
| Hex | 2E | 28 | 6B | 39 | 3F | 0 | 3A | F5 | 2E | 1D |
| Octal | 56 | 50 | 153 | 71 | 77 | 0 | 72 | 365 | 56 | 35 |
| Binary | 101110 | 101000 | 1101011 | 111001 | 111111 | 0 | 111010 | 11110101 | 101110 | 11101 |
Color Harmonies of #2E286B
Complementary color
Monochromatic Colors of #2E286B
Black with #2E286B
Text Example
Text Example
White with #2E286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E286B; }
p { color: rgb(46,40,107); }
H1.HeaderClassName
{
color: #2E286B;
}
.AnyTagClassName
{
color: #2E286B;
}
</style>
background-color css
<style>
a { background-color: #2E286B; }
a { background-color: rgb(46,40,107); }
div.DivClassName
{
background-color: #2E286B;
}
.BgClassName
{
background-color: #2E286B;
}
</style>
border-color css
<style>
span { border-color: #2E286B; }
span { border-color: rgb(46,40,107); }
td.TdClassName
{
border-color: #2E286B;
}
.TagClassName
{
border-color: #2E286B;
}
</style>