#2E2173

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

Shades of Paris M #2E2173

Tints of Paris M #2E2173

Color information

#2E2173 (or 0x2E2173) is unknown color: approx Paris M. HEX triplet: 2E, 21 and 73. RGB value is (46,33,115). Sum of RGB (Red+Green+Blue) = 46+33+115=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E2173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2173 is #D1DE8C. Grayscale: #2D2D2D. Windows color (decimal): -13753997 or 7545134. OLE color: 7545134.

HSL color Cylindrical-coordinate representation of color #2E2173: hue angle of 249.51º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E2173 is Cyan = 0.6, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4633115-
CMYK0.60.7100.55
HSL249.51º55.41%29.02%-
HSV(B)249.51º71.3%45.1%-
XYZ4.772.9116.53-
YUV46.24166.81127.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 115 (45.31% from 255) = 59.28%
R=23.71%
G=17.01%
B=59.28%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46331150.60.7100.55249.5155.4129.02
Hex2E21733C47037fa371d
Octal5641163741070673726735
Binary1011101000011110011111100100011101101111111101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,33,115); }

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

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

 a { background-color: rgb(46,33,115); }

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

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

 span { border-color: rgb(46,33,115); }

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