COLOR #1E347A

HEX: #1E347A RGB: (30,52,122)

Color info

#1E347A contains mainly blue color. Web safe color of #1E347A is #333366 (or #336).

RGB color model

#1E347A color RGB value is (30,52,122).

RGB: (30,52,122) (12%, 20%, 48%)

RGB channels and saturation

R 30 of 255 = 12%
G 52 of 255 = 20%
B 122 of 255 = 48%

30
52
122

R + G + B ~ 27%. #1E347A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 52 + 122 = 204 (100%)
R 30 of 204 ~ 14.71%
G 52 of 204 ~ 25.49%
B 122 of 204 ~ 59.8'%

%14.71
%25.49
%59.8

CMYK color model

#1E347A color CMYK value is (75,57,0,52).

  • cyan value is 75.41%
  • magenta value is 57.38%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (75,57,0,52)
C75M57Y0K52 (75%, 57%, 0%, 52%)
(0.75 / 0.57 / 0.00 / 0.52)

CMYK percentages

%75.41
%57.38
%0
%52.16

Codes

Color #1E347A in popluar color models

1E 34 7A
RGB 30 52 122
HSL 226° 60.53% 29.80%
HSB/HSV 226° 75.41% 47.84%
CMYK 75.41% 57.38% 0.00%
52.16%

Color #1E347A in popluar number systems.

HEX 1E 34 7A
Decimal 30 52 122
Binary 11110 110100 1111010
Octal 36 64 172

Shades and tints

Shades of #1E347A

#1E347A
(30,52,122)
#1C306F
(28,48,111)
#1A2C64
(26,44,100)
#182859
(24,40,89)
#16244E
(22,36,78)
#142043
(20,32,67)
#121C38
(18,28,56)
#10182D
(16,24,45)
#0E1422
(14,20,34)
#0C1017
(12,16,23)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #1E347A

#1E347A
(30,52,122)
#324686
(50,70,134)
#465892
(70,88,146)
#5A6A9E
(90,106,158)
#6E7CAA
(110,124,170)
#828EB6
(130,142,182)
#96A0C2
(150,160,194)
#AAB2CE
(170,178,206)
#BEC4DA
(190,196,218)
#D2D6E6
(210,214,230)
#E6E8F2
(230,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E347A; }

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

This text font color is #1E347A.

Background Color

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

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

This div background color is #1E347A.

Border color

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

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

This div border color is #1E347A.

Opacity

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

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

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

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

This text has shadow with #1E347A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E347A.

Preview

Color preview on black background

This text has color #1E347A on black background.


Color preview on white background

This text has color #1E347A on white background.


Black color preview on #1E347A background

This text has black color on #1E347A background.


White color preview on #1E347A background

This text has white color on #1E347A background.


Related colors

Complementary color

Complementary color for #hex is #E1CB85.


I love getcolorcode.com

Triadic colors

1 #7A1E34 and #347A1E with #1E347A are triadic colors.

2 #7A341E and #341E7A with #1E347A are triadic colors.