COLOR #2E307B

HEX: #2E307B
RGB: (46,48,123)

Color info

#2E307B contains mainly blue color. Web safe color of #2E307B is #333366 (or #336).

RGB color model

#2E307B color RGB value is (46,48,123).

  • red value is 46;
  • green value is 48;
  • blue value is 123.
RGB:
(46,48,123)
(18%,19%,48%)

RGB channels and saturation

R 46 of 255 = 18%
G 48 of 255 = 19%
B 123 of 255 = 48%

46
48
123

R + G + B ~ 28%. #2E307B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 48 + 123 = 217 (100%)
R 46 of 217 ~ 21.2%
G 48 of 217 ~ 22.12%
B 123 of 217 ~ 56.68%

%21.2
%22.12
%56.68

CMYK color model

#2E307B color CMYK value is (63,61,0,52).

  • cyan value is 62.60%
  • magenta value is 60.98%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(63,61,0,52)
C63M61Y0K52 
(63%,61%,0%,52%)
(0.63/0.61/0.00/0.52)	

CMYK percentages

%62.6
%60.98
%0
%51.76

Codes

Color #2E307B in popluar color models

2E307B
RGB4648123
HSL238°45.56%33.14%
HSB/HSV238°62.60%48.24%
CMYK62.60%60.98%0.00%
51.76%

Color #2E307B in popluar number systems.

HEX2E307B
Decimal4648123
Binary1011101100001111011
Octal5660173

Shades and tints

Shades of #2E307B

#2E307B
(46,48,123)
#2A2C70
(42,44,112)
#262865
(38,40,101)
#22245A
(34,36,90)
#1E204F
(30,32,79)
#1A1C44
(26,28,68)
#161839
(22,24,57)
#12142E
(18,20,46)
#0E1023
(14,16,35)
#0A0C18
(10,12,24)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #2E307B

#2E307B
(46,48,123)
#414287
(65,66,135)
#545493
(84,84,147)
#67669F
(103,102,159)
#7A78AB
(122,120,171)
#8D8AB7
(141,138,183)
#A09CC3
(160,156,195)
#B3AECF
(179,174,207)
#C6C0DB
(198,192,219)
#D9D2E7
(217,210,231)
#ECE4F3
(236,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E307B color. Also use rgb(46,48,123) instead hex code.

Text Font Color

.myTextColor { color: #2E307B; }

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

This text font color is #2E307B.


Background Color

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

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

This div background color is #2E307B.


Border color

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

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

This div border color is #2E307B.


Opacity

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

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

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

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

This text has shadow with #2E307B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E307B on black background.


Color preview on white background

This text has color #2E307B on white background.



Black color preview on #2E307B background

This text has black color on #2E307B background.


White color preview on #2E307B background

This text has white color on #2E307B background.