#2E256C

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

Shades of Paris M #2E256C

Tints of Paris M #2E256C

Color information

#2E256C (or 0x2E256C) is unknown color: approx Paris M. HEX triplet: 2E, 25 and 6C. RGB value is (46,37,108). Sum of RGB (Red+Green+Blue) = 46+37+108=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E256C is #D1DA93. Grayscale: #2F2F2F. Windows color (decimal): -13752980 or 7087406. OLE color: 7087406.

HSL color Cylindrical-coordinate representation of color #2E256C: hue angle of 247.61º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E256C is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4637108-
CMYK0.570.6600.58
HSL247.61º48.97%28.43%-
HSV(B)247.61º65.74%42.35%-
XYZ4.52.9914.53-
YUV47.78161.98126.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.08%
GREEN value IS 37 (14.84% from 255) = 19.37%
BLUE value IS 108 (42.58% from 255) = 56.54%
R=24.08%
G=19.37%
B=56.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46371080.570.6600.58247.6148.9728.43
Hex2E256C394203Af8311c
Octal5645154711020723706134
Binary1011101001011101100111001100001001110101111100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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