COLOR #1E3364

HEX: #1E3364
RGB: (30,51,100)

Color info

#1E3364 contains mainly green and blue colors. Web safe color of #1E3364 is #333366 (or #336).

RGB color model

#1E3364 color RGB value is (30,51,100).

  • red value is 30;
  • green value is 51;
  • blue value is 100.
RGB:
(30,51,100)
(12%,20%,39%)

RGB channels and saturation

R 30 of 255 = 12%
G 51 of 255 = 20%
B 100 of 255 = 39%

30
51
100

R + G + B ~ 24%. #1E3364 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 51 + 100 = 181 (100%)
R 30 of 181 ~ 16.57%
G 51 of 181 ~ 28.18%
B 100 of 181 ~ 55.25%

%16.57
%28.18
%55.25

CMYK color model

#1E3364 color CMYK value is (70,49,0,61).

  • cyan value is 70.00%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(70,49,0,61)
C70M49Y0K61 
(70%,49%,0%,61%)
(0.70/0.49/0.00/0.61)	

CMYK percentages

%70
%49
%0
%60.78

Codes

Color #1E3364 in popluar color models

1E3364
RGB3051100
HSL222°53.85%25.49%
HSB/HSV222°70.00%39.22%
CMYK70.00%49.00%0.00%
60.78%

Color #1E3364 in popluar number systems.

HEX1E3364
Decimal3051100
Binary111101100111100100
Octal3663144

Shades and tints

Shades of #1E3364

#1E3364
(30,51,100)
#1C2F5B
(28,47,91)
#1A2B52
(26,43,82)
#182749
(24,39,73)
#162340
(22,35,64)
#141F37
(20,31,55)
#121B2E
(18,27,46)
#101725
(16,23,37)
#0E131C
(14,19,28)
#0C0F13
(12,15,19)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #1E3364

#1E3364
(30,51,100)
#324572
(50,69,114)
#465780
(70,87,128)
#5A698E
(90,105,142)
#6E7B9C
(110,123,156)
#828DAA
(130,141,170)
#969FB8
(150,159,184)
#AAB1C6
(170,177,198)
#BEC3D4
(190,195,212)
#D2D5E2
(210,213,226)
#E6E7F0
(230,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3364 color. Also use rgb(30,51,100) instead hex code.

Text Font Color

.myTextColor { color: #1E3364; }

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

This text font color is #1E3364.


Background Color

.myBgColor { background-color: #1E3364; }

<div style="background-color:#1E3364">Inner text</div>

This div background color is #1E3364.


Border color

.myBorderColor { border: 1px solid #1E3364; }

<div style="border:3px solid #1E3364">Div</div>

This div border color is #1E3364.


Opacity

.myOpacity80 { color: #1E3364; opacity: 0.8; }

<p style="color:#1E3364;opacity:0.8;">80%</p>

Text with #1E3364 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 #1E3364;}

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

This text has shadow with #1E3364 color.

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

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

This text has shadow with #1E3364 primary color and red secondary color.


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

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

This text has shadow with #1E3364 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3364 on black background.


Color preview on white background

This text has color #1E3364 on white background.



Black color preview on #1E3364 background

This text has black color on #1E3364 background.


White color preview on #1E3364 background

This text has white color on #1E3364 background.