#2E2573

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

Shades of Paris M #2E2573

Tints of Paris M #2E2573

Color information

#2E2573 (or 0x2E2573) is unknown color: approx Paris M. HEX triplet: 2E, 25 and 73. RGB value is (46,37,115). Sum of RGB (Red+Green+Blue) = 46+37+115=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E2573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2573 is #D1DA8C. Grayscale: #303030. Windows color (decimal): -13752973 or 7546158. OLE color: 7546158.

HSL color Cylindrical-coordinate representation of color #2E2573: hue angle of 246.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E2573 is Cyan = 0.6, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4637115-
CMYK0.60.6800.55
HSL246.92º51.32%29.8%-
HSV(B)246.92º67.83%45.1%-
XYZ4.883.1416.57-
YUV48.58165.48126.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.23%
GREEN value IS 37 (14.84% from 255) = 18.69%
BLUE value IS 115 (45.31% from 255) = 58.08%
R=23.23%
G=18.69%
B=58.08%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46371150.60.6800.55246.9251.3229.8
Hex2E25733C44037f7331e
Octal5645163741040673676336
Binary1011101001011110011111100100010001101111111011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,37,115); }

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

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

 a { background-color: rgb(46,37,115); }

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

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

 span { border-color: rgb(46,37,115); }

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