#2E246C

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

Shades of Paris M #2E246C

Tints of Paris M #2E246C

Color information

#2E246C (or 0x2E246C) is unknown color: approx Paris M. HEX triplet: 2E, 24 and 6C. RGB value is (46,36,108). Sum of RGB (Red+Green+Blue) = 46+36+108=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E246C is #D1DB93. Grayscale: #2E2E2E. Windows color (decimal): -13753236 or 7087150. OLE color: 7087150.

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

Color convert

RGB4636108-
CMYK0.570.6700.58
HSL248.33º50%28.24%-
HSV(B)248.33º66.67%42.35%-
XYZ4.462.9314.52-
YUV47.2162.31127.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.21%
GREEN value IS 36 (14.45% from 255) = 18.95%
BLUE value IS 108 (42.58% from 255) = 56.84%
R=24.21%
G=18.95%
B=56.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46361080.570.6700.58248.335028.24
Hex2E246C394303Af8321c
Octal5644154711030723706234
Binary1011101001001101100111001100001101110101111100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E246C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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