COLOR #1E3352

HEX: #1E3352 RGB: (30,51,82)

Color info

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

RGB color model

#1E3352 color RGB value is (30,51,82).

RGB: (30,51,82) (12%, 20%, 32%)

RGB channels and saturation

R 30 of 255 = 12%
G 51 of 255 = 20%
B 82 of 255 = 32%

30
51
82

R + G + B ~ 21%. #1E3352 is dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 51 + 82 = 163 (100%)
R 30 of 163 ~ 18.4%
G 51 of 163 ~ 31.29%
B 82 of 163 ~ 50.31'%

%18.4
%31.29
%50.31

CMYK color model

#1E3352 color CMYK value is (63,38,0,68).

  • cyan value is 63.41%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK: (63,38,0,68) C63M38Y0K68 (63%,38%,0%,68%) (0.63/0.38/0.00/0.68) 

CMYK percentages

%63.41
%37.8
%0
%67.84

Codes

Color #1E3352 in popluar color models

1E 33 52
RGB 30 51 82
HSL 216° 46.43% 21.96%
HSB/HSV 216° 63.41% 32.16%
CMYK 63.41% 37.80% 0.00%
67.84%

Color #1E3352 in popluar number systems.

HEX 1E 33 52
Decimal 30 51 82
Binary 11110 110011 1010010
Octal 36 63 122

Shades and tints

Shades of #1E3352

#1E3352
(30,51,82)
#1C2F4B
(28,47,75)
#1A2B44
(26,43,68)
#18273D
(24,39,61)
#162336
(22,35,54)
#141F2F
(20,31,47)
#121B28
(18,27,40)
#101721
(16,23,33)
#0E131A
(14,19,26)
#0C0F13
(12,15,19)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #1E3352

#1E3352
(30,51,82)
#324561
(50,69,97)
#465770
(70,87,112)
#5A697F
(90,105,127)
#6E7B8E
(110,123,142)
#828D9D
(130,141,157)
#969FAC
(150,159,172)
#AAB1BB
(170,177,187)
#BEC3CA
(190,195,202)
#D2D5D9
(210,213,217)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3352; }

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

This text font color is #1E3352.

Background Color

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

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

This div background color is #1E3352.

Border color

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

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

This div border color is #1E3352.

Opacity

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

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

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

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

This text has shadow with #1E3352 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E3352.

Preview

Color preview on black background

This text has color #1E3352 on black background.


Color preview on white background

This text has color #1E3352 on white background.


Black color preview on #1E3352 background

This text has black color on #1E3352 background.


White color preview on #1E3352 background

This text has white color on #1E3352 background.


Related colors

Complementary color

Complementary color for #hex is #E1CCAD.


I love getcolorcode.com

Triadic colors

1 #521E33 and #33521E with #1E3352 are triadic colors.

2 #52331E and #331E52 with #1E3352 are triadic colors.