COLOR #1E3C55

HEX: #1E3C55 RGB: (30,60,85)

Color info

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

RGB color model

#1E3C55 color RGB value is (30,60,85).

RGB: (30,60,85) (12%, 24%, 33%)

RGB channels and saturation

R 30 of 255 = 12%
G 60 of 255 = 24%
B 85 of 255 = 33%

30
60
85

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

Portions of RGB colors in percentages

R + G + B = 30 + 60 + 85 = 175 (100%)
R 30 of 175 ~ 17.14%
G 60 of 175 ~ 34.29%
B 85 of 175 ~ 48.57'%

%17.14
%34.29
%48.57

CMYK color model

#1E3C55 color CMYK value is (65,29,0,67).

  • cyan value is 64.71%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (65,29,0,67)
C65M29Y0K67 (65%, 29%, 0%, 67%)
(0.65 / 0.29 / 0.00 / 0.67)

CMYK percentages

%64.71
%29.41
%0
%66.67

Codes

Color #1E3C55 in popluar color models

1E 3C 55
RGB 30 60 85
HSL 207° 47.83% 22.55%
HSB/HSV 207° 64.71% 33.33%
CMYK 64.71% 29.41% 0.00%
66.67%

Color #1E3C55 in popluar number systems.

HEX 1E 3C 55
Decimal 30 60 85
Binary 11110 111100 1010101
Octal 36 74 125

Shades and tints

Shades of #1E3C55

#1E3C55
(30,60,85)
#1C374E
(28,55,78)
#1A3247
(26,50,71)
#182D40
(24,45,64)
#162839
(22,40,57)
#142332
(20,35,50)
#121E2B
(18,30,43)
#101924
(16,25,36)
#0E141D
(14,20,29)
#0C0F16
(12,15,22)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #1E3C55

#1E3C55
(30,60,85)
#324D64
(50,77,100)
#465E73
(70,94,115)
#5A6F82
(90,111,130)
#6E8091
(110,128,145)
#8291A0
(130,145,160)
#96A2AF
(150,162,175)
#AAB3BE
(170,179,190)
#BEC4CD
(190,196,205)
#D2D5DC
(210,213,220)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3C55; }

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

This text font color is #1E3C55.

Background Color

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

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

This div background color is #1E3C55.

Border color

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

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

This div border color is #1E3C55.

Opacity

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

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

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

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

This text has shadow with #1E3C55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3C55.

Preview

Color preview on black background

This text has color #1E3C55 on black background.


Color preview on white background

This text has color #1E3C55 on white background.


Black color preview on #1E3C55 background

This text has black color on #1E3C55 background.


White color preview on #1E3C55 background

This text has white color on #1E3C55 background.


Related colors

Complementary color

Complementary color for #hex is #E1C3AA.


I love getcolorcode.com

Triadic colors

1 #551E3C and #3C551E with #1E3C55 are triadic colors.

2 #553C1E and #3C1E55 with #1E3C55 are triadic colors.