#2E245B

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

Shades of Paris M #2E245B

Tints of Paris M #2E245B

Color information

#2E245B (or 0x2E245B) is unknown color: approx Paris M. HEX triplet: 2E, 24 and 5B. RGB value is (46,36,91). Sum of RGB (Red+Green+Blue) = 46+36+91=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E245B is #D1DBA4. Grayscale: #2D2D2D. Windows color (decimal): -13753253 or 5973038. OLE color: 5973038.

HSL color Cylindrical-coordinate representation of color #2E245B: hue angle of 250.91º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E245B is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB463691-
CMYK0.490.6000.64
HSL250.91º43.31%24.9%-
HSV(B)250.91º60.44%35.69%-
XYZ3.652.610.21-
YUV45.26153.81128.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.59%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 91 (35.94% from 255) = 52.60%
R=26.59%
G=20.81%
B=52.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4636910.490.6000.64250.9143.3124.9
Hex2E245B313C040fb2b19
Octal5644133617401003735331
Binary1011101001001011011110001111100010000001111101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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