COLOR #2E006D

HEX: #2E006D
RGB: (46,0,109)

Color info

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

RGB color model

#2E006D color RGB value is (46,0,109).

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

RGB channels and saturation

R 46 of 255 = 18%
G 0 of 255 = 0%
B 109 of 255 = 43%

46
0
109

R + G + B ~ 20%. #2E006D is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 0 + 109 = 155 (100%)
R 46 of 155 ~ 29.68%
G 0 of 155 ~ 0%
B 109 of 155 ~ 70.32%

%29.68
%70.32

CMYK color model

#2E006D color CMYK value is (58,100,0,57).

  • cyan value is 57.80%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(58,100,0,57)
C58M100Y0K57 
(58%,100%,0%,57%)
(0.58/1.00/0.00/0.57)	

CMYK percentages

%57.8
%100
%0
%57.25

Codes

Color #2E006D in popluar color models

2E006D
RGB460109
HSL265°100.00%21.37%
HSB/HSV265°100.00%42.75%
CMYK57.80%100.00%0.00%
57.25%

Color #2E006D in popluar number systems.

HEX2E006D
Decimal460109
Binary10111001101101
Octal560155

Shades and tints

Shades of #2E006D

#2E006D
(46,0,109)
#2A0064
(42,0,100)
#26005B
(38,0,91)
#220052
(34,0,82)
#1E0049
(30,0,73)
#1A0040
(26,0,64)
#160037
(22,0,55)
#12002E
(18,0,46)
#0E0025
(14,0,37)
#0A001C
(10,0,28)
#060013
(6,0,19)
#000000
(0,0,0)

Tints of #2E006D

#2E006D
(46,0,109)
#41177A
(65,23,122)
#542E87
(84,46,135)
#674594
(103,69,148)
#7A5CA1
(122,92,161)
#8D73AE
(141,115,174)
#A08ABB
(160,138,187)
#B3A1C8
(179,161,200)
#C6B8D5
(198,184,213)
#D9CFE2
(217,207,226)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E006D; }

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

This text font color is #2E006D.


Background Color

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

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

This div background color is #2E006D.


Border color

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

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

This div border color is #2E006D.


Opacity

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

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

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

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

This text has shadow with #2E006D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E006D on black background.


Color preview on white background

This text has color #2E006D on white background.



Black color preview on #2E006D background

This text has black color on #2E006D background.


White color preview on #2E006D background

This text has white color on #2E006D background.