COLOR #1E3C56

HEX: #1E3C56 RGB: (30,60,86)

Color info

#1E3C56 contains red, green and blue colors in about the same proportion. Web safe color of #1E3C56 is #333366 (or #336).

RGB color model

#1E3C56 color RGB value is (30,60,86).

RGB: (30,60,86) (12%, 24%, 34%)

RGB channels and saturation

R 30 of 255 = 12%
G 60 of 255 = 24%
B 86 of 255 = 34%

30
60
86

R + G + B ~ 23%. #1E3C56 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 60 + 86 = 176 (100%)
R 30 of 176 ~ 17.05%
G 60 of 176 ~ 34.09%
B 86 of 176 ~ 48.86'%

%17.05
%34.09
%48.86

CMYK color model

#1E3C56 color CMYK value is (65,30,0,66).

  • cyan value is 65.12%
  • magenta value is 30.23%
  • yellow value is 0.00%
  • key color value is 66.27%

CMYK: (65,30,0,66)
C65M30Y0K66 (65%, 30%, 0%, 66%)
(0.65 / 0.30 / 0.00 / 0.66)

CMYK percentages

%65.12
%30.23
%0
%66.27

Codes

Color #1E3C56 in popluar color models

1E 3C 56
RGB 30 60 86
HSL 208° 48.28% 22.75%
HSB/HSV 208° 65.12% 33.73%
CMYK 65.12% 30.23% 0.00%
66.27%

Color #1E3C56 in popluar number systems.

HEX 1E 3C 56
Decimal 30 60 86
Binary 11110 111100 1010110
Octal 36 74 126

Shades and tints

Shades of #1E3C56

#1E3C56
(30,60,86)
#1C374F
(28,55,79)
#1A3248
(26,50,72)
#182D41
(24,45,65)
#16283A
(22,40,58)
#142333
(20,35,51)
#121E2C
(18,30,44)
#101925
(16,25,37)
#0E141E
(14,20,30)
#0C0F17
(12,15,23)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #1E3C56

#1E3C56
(30,60,86)
#324D65
(50,77,101)
#465E74
(70,94,116)
#5A6F83
(90,111,131)
#6E8092
(110,128,146)
#8291A1
(130,145,161)
#96A2B0
(150,162,176)
#AAB3BF
(170,179,191)
#BEC4CE
(190,196,206)
#D2D5DD
(210,213,221)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E3C56 color. Also use rgb(30,60,86) instead hex code.

Text Font Color

.myTextColor { color: #1E3C56; }

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

This text font color is #1E3C56.

Background Color

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

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

This div background color is #1E3C56.

Border color

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

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

This div border color is #1E3C56.

Opacity

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

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

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

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

This text has shadow with #1E3C56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3C56.

Preview

Color preview on black background

This text has color #1E3C56 on black background.


Color preview on white background

This text has color #1E3C56 on white background.


Black color preview on #1E3C56 background

This text has black color on #1E3C56 background.


White color preview on #1E3C56 background

This text has white color on #1E3C56 background.


Related colors

Complementary color

Complementary color for #hex is #E1C3A9.


I love getcolorcode.com

Triadic colors

1 #561E3C and #3C561E with #1E3C56 are triadic colors.

2 #563C1E and #3C1E56 with #1E3C56 are triadic colors.