COLOR #2E007D

HEX: #2E007D
RGB: (46,0,125)

Color info

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

RGB color model

#2E007D color RGB value is (46,0,125).

  • red value is 46;
  • green value is 0;
  • blue value is 125.
RGB:
(46,0,125)
(18%,0%,49%)

RGB channels and saturation

R 46 of 255 = 18%
G 0 of 255 = 0%
B 125 of 255 = 49%

46
0
125

R + G + B ~ 22%. #2E007D is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 0 + 125 = 171 (100%)
R 46 of 171 ~ 26.9%
G 0 of 171 ~ 0%
B 125 of 171 ~ 73.1%

%26.9
%73.1

CMYK color model

#2E007D color CMYK value is (63,100,0,51).

  • cyan value is 63.20%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(63,100,0,51)
C63M100Y0K51 
(63%,100%,0%,51%)
(0.63/1.00/0.00/0.51)	

CMYK percentages

%63.2
%100
%0
%50.98

Codes

Color #2E007D in popluar color models

2E007D
RGB460125
HSL262°100.00%24.51%
HSB/HSV262°100.00%49.02%
CMYK63.20%100.00%0.00%
50.98%

Color #2E007D in popluar number systems.

HEX2E007D
Decimal460125
Binary10111001111101
Octal560175

Shades and tints

Shades of #2E007D

#2E007D
(46,0,125)
#2A0072
(42,0,114)
#260067
(38,0,103)
#22005C
(34,0,92)
#1E0051
(30,0,81)
#1A0046
(26,0,70)
#16003B
(22,0,59)
#120030
(18,0,48)
#0E0025
(14,0,37)
#0A001A
(10,0,26)
#06000F
(6,0,15)
#000000
(0,0,0)

Tints of #2E007D

#2E007D
(46,0,125)
#411788
(65,23,136)
#542E93
(84,46,147)
#67459E
(103,69,158)
#7A5CA9
(122,92,169)
#8D73B4
(141,115,180)
#A08ABF
(160,138,191)
#B3A1CA
(179,161,202)
#C6B8D5
(198,184,213)
#D9CFE0
(217,207,224)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E007D color. Also use rgb(46,0,125) instead hex code.

Text Font Color

.myTextColor { color: #2E007D; }

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

This text font color is #2E007D.


Background Color

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

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

This div background color is #2E007D.


Border color

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

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

This div border color is #2E007D.


Opacity

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

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

Text with #2E007D 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 #2E007D;}

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

This text has shadow with #2E007D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E007D on black background.


Color preview on white background

This text has color #2E007D on white background.



Black color preview on #2E007D background

This text has black color on #2E007D background.


White color preview on #2E007D background

This text has white color on #2E007D background.