#2E255B

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

Shades of Paris M #2E255B

Tints of Paris M #2E255B

Color information

#2E255B (or 0x2E255B) is unknown color: approx Paris M. HEX triplet: 2E, 25 and 5B. RGB value is (46,37,91). Sum of RGB (Red+Green+Blue) = 46+37+91=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E255B is #D1DAA4. Grayscale: #2D2D2D. Windows color (decimal): -13752997 or 5973294. OLE color: 5973294.

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

Color convert

RGB463791-
CMYK0.490.5900.64
HSL250º42.19%25.1%-
HSV(B)250º59.34%35.69%-
XYZ3.682.6610.22-
YUV45.85153.48128.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 91 (35.94% from 255) = 52.30%
R=26.44%
G=21.26%
B=52.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4637910.490.5900.6425042.1925.1
Hex2E255B313B040fa2a19
Octal5645133617301003725231
Binary1011101001011011011110001111011010000001111101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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