COLOR #2E046F

HEX: #2E046F RGB: (46,4,111)

Color info

#2E046F contains mainly blue color. Web safe color of #2E046F is #330066 (or #306).

RGB color model

#2E046F color RGB value is (46,4,111).

RGB: (46,4,111) (18%, 2%, 44%)

RGB channels and saturation

R 46 of 255 = 18%
G 4 of 255 = 2%
B 111 of 255 = 44%

46
4
111

R + G + B ~ 21%. #2E046F is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 4 + 111 = 161 (100%)
R 46 of 161 ~ 28.57%
G 4 of 161 ~ 2.48%
B 111 of 161 ~ 68.94'%

%28.57
%68.94

CMYK color model

#2E046F color CMYK value is (59,96,0,56).

  • cyan value is 58.56%
  • magenta value is 96.40%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (59,96,0,56)
C59M96Y0K56 (59%, 96%, 0%, 56%)
(0.59 / 0.96 / 0.00 / 0.56)

CMYK percentages

%58.56
%96.4
%0
%56.47

Codes

Color #2E046F in popluar color models

2E 04 6F
RGB 46 4 111
HSL 264° 93.04% 22.55%
HSB/HSV 264° 96.40% 43.53%
CMYK 58.56% 96.40% 0.00%
56.47%

Color #2E046F in popluar number systems.

HEX 2E 04 6F
Decimal 46 4 111
Binary 101110 100 1101111
Octal 56 4 157

Shades and tints

Shades of #2E046F

#2E046F
(46,4,111)
#2A0465
(42,4,101)
#26045B
(38,4,91)
#220451
(34,4,81)
#1E0447
(30,4,71)
#1A043D
(26,4,61)
#160433
(22,4,51)
#120429
(18,4,41)
#0E041F
(14,4,31)
#0A0415
(10,4,21)
#06040B
(6,4,11)
#000000
(0,0,0)

Tints of #2E046F

#2E046F
(46,4,111)
#411A7C
(65,26,124)
#543089
(84,48,137)
#674696
(103,70,150)
#7A5CA3
(122,92,163)
#8D72B0
(141,114,176)
#A088BD
(160,136,189)
#B39ECA
(179,158,202)
#C6B4D7
(198,180,215)
#D9CAE4
(217,202,228)
#ECE0F1
(236,224,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E046F color. Also use rgb(46,4,111) instead hex code.

Text Font Color

.myTextColor { color: #2E046F; }

<p style="color:#2E046F">This sample text font color is #2E046F.</p>

This text font color is #2E046F.

Background Color

.myBgColor { background-color: #2E046F; }

<div style="background-color:#2E046F">Inner text</div>

This div background color is #2E046F.

Border color

.myBorderColor { border: 1px solid #2E046F; }

<div style="border:3px solid #2E046F">Div</div>

This div border color is #2E046F.

Opacity

.myOpacity80 { color: #2E046F; opacity: 0.8; }

<p style="color:#2E046F;opacity:0.8;">80%</p>

Text with #2E046F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2E046F;}

<p style="text-shadow: 3px 3px 1px #2E046F">Text here.</p>

This text has shadow with #2E046F color.


.textShadow {text-shadow: 3px 3px 1px #2E046F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2E046F, 5px 5px 20px red">Text here.</p>

This text has shadow with #2E046F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2E046F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2E046F, Direction=45, Strength=4)">Text</p>

This text has shadow with #2E046F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #2E046F;
-webkit-box-shadow: 1px 1px 3px 2px #2E046F;
box-shadow: 1px 1px 3px 2px #2E046F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2E046F; -webkit-box-shadow: 1px 1px 3px 2px #2E046F; box-shadow:1px 1px 3px 2px #2E046F;">
Div content here
</div>

This div box has shadow with color #2E046F.

Preview

Color preview on black background

This text has color #2E046F on black background.


Color preview on white background

This text has color #2E046F on white background.


Black color preview on #2E046F background

This text has black color on #2E046F background.


White color preview on #2E046F background

This text has white color on #2E046F background.


Related colors

Complementary color

Complementary color for #hex is #D1FB90.


I love getcolorcode.com

Triadic colors

1 #6F2E04 and #046F2E with #2E046F are triadic colors.

2 #6F042E and #042E6F with #2E046F are triadic colors.