Shades of Paris M #2E2474
Tints of Paris M #2E2474
RGB
CMYK
RGB Variations
Color information
#2E2474 (or 0x2E2474) is known color: Paris M. HEX triplet: 2E, 24 and 74. RGB value is (46,36,116). Sum of RGB (Red+Green+Blue) = 46+36+116=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E2474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2474 is #D1DB8B. Grayscale: #2F2F2F. Windows color (decimal): -13753228 or 7611438. OLE color: 7611438.
HSL color Cylindrical-coordinate representation of color #2E2474: hue angle of 247.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E2474 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 36 | 116 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.55 |
| HSL | 247.5º | 0.53% | 0.3% | - |
| HSV(B) | 247.5º | 0.69% | 0.45% | - |
| XYZ | 4.91 | 3.1 | 16.86 | - |
| YUV | 48.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 116 | 0.60 | 0.69 | 0 | 0.55 | 247.5 | 0.53 | 0.3 |
| Hex | 2E | 24 | 74 | 3C | 45 | 0 | 37 | F8 | 35 | 1E |
| Octal | 56 | 44 | 164 | 74 | 105 | 0 | 67 | 370 | 65 | 36 |
| Binary | 101110 | 100100 | 1110100 | 111100 | 1000101 | 0 | 110111 | 11111000 | 110101 | 11110 |
Color Harmonies of #2E2474
Complementary color
Monochromatic Colors of #2E2474
Black with #2E2474
Text Example
Text Example
White with #2E2474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2474; }
p { color: rgb(46,36,116); }
H1.HeaderClassName
{
color: #2E2474;
}
.AnyTagClassName
{
color: #2E2474;
}
</style>
background-color css
<style>
a { background-color: #2E2474; }
a { background-color: rgb(46,36,116); }
div.DivClassName
{
background-color: #2E2474;
}
.BgClassName
{
background-color: #2E2474;
}
</style>
border-color css
<style>
span { border-color: #2E2474; }
span { border-color: rgb(46,36,116); }
td.TdClassName
{
border-color: #2E2474;
}
.TagClassName
{
border-color: #2E2474;
}
</style>