COLOR #1E3464

HEX: #1E3464 RGB: (30,52,100)

Color info

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

RGB color model

#1E3464 color RGB value is (30,52,100).

RGB: (30,52,100) (12%, 20%, 39%)

RGB channels and saturation

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

30
52
100

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

Portions of RGB colors in percentages

R + G + B = 30 + 52 + 100 = 182 (100%)
R 30 of 182 ~ 16.48%
G 52 of 182 ~ 28.57%
B 100 of 182 ~ 54.95'%

%16.48
%28.57
%54.95

CMYK color model

#1E3464 color CMYK value is (70,48,0,61).

  • cyan value is 70.00%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (70,48,0,61)
C70M48Y0K61 (70%, 48%, 0%, 61%)
(0.70 / 0.48 / 0.00 / 0.61)

CMYK percentages

%70
%48
%0
%60.78

Codes

Color #1E3464 in popluar color models

1E 34 64
RGB 30 52 100
HSL 221° 53.85% 25.49%
HSB/HSV 221° 70.00% 39.22%
CMYK 70.00% 48.00% 0.00%
60.78%

Color #1E3464 in popluar number systems.

HEX 1E 34 64
Decimal 30 52 100
Binary 11110 110100 1100100
Octal 36 64 144

Shades and tints

Shades of #1E3464

#1E3464
(30,52,100)
#1C305B
(28,48,91)
#1A2C52
(26,44,82)
#182849
(24,40,73)
#162440
(22,36,64)
#142037
(20,32,55)
#121C2E
(18,28,46)
#101825
(16,24,37)
#0E141C
(14,20,28)
#0C1013
(12,16,19)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #1E3464

#1E3464
(30,52,100)
#324672
(50,70,114)
#465880
(70,88,128)
#5A6A8E
(90,106,142)
#6E7C9C
(110,124,156)
#828EAA
(130,142,170)
#96A0B8
(150,160,184)
#AAB2C6
(170,178,198)
#BEC4D4
(190,196,212)
#D2D6E2
(210,214,226)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3464; }

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

This text font color is #1E3464.

Background Color

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

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

This div background color is #1E3464.

Border color

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

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

This div border color is #1E3464.

Opacity

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

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

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

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

This text has shadow with #1E3464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3464.

Preview

Color preview on black background

This text has color #1E3464 on black background.


Color preview on white background

This text has color #1E3464 on white background.


Black color preview on #1E3464 background

This text has black color on #1E3464 background.


White color preview on #1E3464 background

This text has white color on #1E3464 background.


Related colors

Complementary color

Complementary color for #hex is #E1CB9B.


I love getcolorcode.com

Triadic colors

1 #641E34 and #34641E with #1E3464 are triadic colors.

2 #64341E and #341E64 with #1E3464 are triadic colors.