#2E2468

Color #2E2468 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #2E2468

Tints of Paris M #2E2468

Color information

#2E2468 (or 0x2E2468) is unknown color: approx Paris M. HEX triplet: 2E, 24 and 68. RGB value is (46,36,104). Sum of RGB (Red+Green+Blue) = 46+36+104=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E2468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2468 is #D1DB97. Grayscale: #2E2E2E. Windows color (decimal): -13753240 or 6825006. OLE color: 6825006.

HSL color Cylindrical-coordinate representation of color #2E2468: hue angle of 248.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E2468 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4636104-
CMYK0.560.6500.59
HSL248.82º48.57%27.45%-
HSV(B)248.82º65.38%40.78%-
XYZ4.262.8413.42-
YUV46.74160.31127.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 24.73%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=24.73%
G=19.35%
B=55.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46361040.560.6500.59248.8248.5727.45
Hex2E2468384103Bf9311b
Octal5644150701010733716133
Binary1011101001001101000111000100000101110111111100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E2468; }

 p { color: rgb(46,36,104); }

 H1.HeaderClassName
 {
   color: #2E2468;
 }
 .AnyTagClassName
 {
   color: #2E2468;
 }
</style>
background-color css

<style>
 a { background-color: #2E2468; }

 a { background-color: rgb(46,36,104); }

 div.DivClassName
 {
   background-color: #2E2468;
 }
 .BgClassName
 {
   background-color: #2E2468;
 }
</style>
border-color css

<style>
 span { border-color: #2E2468; }

 span { border-color: rgb(46,36,104); }

 td.TdClassName
 {
   border-color: #2E2468;
 }
 .TagClassName
 {
   border-color: #2E2468;
 }
</style>