#2E295B

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

Shades of Paris M #2E295B

Tints of Paris M #2E295B

Color information

#2E295B (or 0x2E295B) is unknown color: approx Paris M. HEX triplet: 2E, 29 and 5B. RGB value is (46,41,91). Sum of RGB (Red+Green+Blue) = 46+41+91=178 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.84% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E295B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E295B is #D1D6A4. Grayscale: #2F2F2F. Windows color (decimal): -13751973 or 5974318. OLE color: 5974318.

HSL color Cylindrical-coordinate representation of color #2E295B: hue angle of 246º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E295B is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB464191-
CMYK0.490.5500.64
HSL246º37.88%25.88%-
HSV(B)246º54.95%35.69%-
XYZ3.812.9210.26-
YUV48.2152.16126.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.84%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=25.84%
G=23.03%
B=51.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4641910.490.5500.6424637.8825.88
Hex2E295B3137040f6261a
Octal5651133616701003664632
Binary1011101010011011011110001110111010000001111011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,41,91); }

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

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

 a { background-color: rgb(46,41,91); }

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

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

 span { border-color: rgb(46,41,91); }

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