COLOR #3E819D

HEX: #3E819D RGB: (62,129,157)

Color info

#3E819D contains mainly green and blue colors. Web safe color of #3E819D is #339999 (or #399).

RGB color model

#3E819D color RGB value is (62,129,157).

RGB: (62,129,157) (24%, 51%, 62%)

RGB channels and saturation

R 62 of 255 = 24%
G 129 of 255 = 51%
B 157 of 255 = 62%

62
129
157

R + G + B ~ 46%. #3E819D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 62 + 129 + 157 = 348 (100%)
R 62 of 348 ~ 17.82%
G 129 of 348 ~ 37.07%
B 157 of 348 ~ 45.11'%

%17.82
%37.07
%45.11

CMYK color model

#3E819D color CMYK value is (61,18,0,38).

  • cyan value is 60.51%
  • magenta value is 17.83%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (61,18,0,38)
C61M18Y0K38 (61%, 18%, 0%, 38%)
(0.61 / 0.18 / 0.00 / 0.38)

CMYK percentages

%60.51
%17.83
%0
%38.43

Codes

Color #3E819D in popluar color models

3E 81 9D
RGB 62 129 157
HSL 198° 43.38% 42.94%
HSB/HSV 198° 60.51% 61.57%
CMYK 60.51% 17.83% 0.00%
38.43%

Color #3E819D in popluar number systems.

HEX 3E 81 9D
Decimal 62 129 157
Binary 111110 10000001 10011101
Octal 76 201 235

Shades and tints

Shades of #3E819D

#3E819D
(62,129,157)
#39768F
(57,118,143)
#346B81
(52,107,129)
#2F6073
(47,96,115)
#2A5565
(42,85,101)
#254A57
(37,74,87)
#203F49
(32,63,73)
#1B343B
(27,52,59)
#16292D
(22,41,45)
#111E1F
(17,30,31)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #3E819D

#3E819D
(62,129,157)
#4F8CA5
(79,140,165)
#6097AD
(96,151,173)
#71A2B5
(113,162,181)
#82ADBD
(130,173,189)
#93B8C5
(147,184,197)
#A4C3CD
(164,195,205)
#B5CED5
(181,206,213)
#C6D9DD
(198,217,221)
#D7E4E5
(215,228,229)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E819D color. Also use rgb(62,129,157) instead hex code.

Text Font Color

.myTextColor { color: #3E819D; }

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

This text font color is #3E819D.

Background Color

.myBgColor { background-color: #3E819D; }

<div style="background-color:#3E819D">Inner text</div>

This div background color is #3E819D.

Border color

.myBorderColor { border: 1px solid #3E819D; }

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

This div border color is #3E819D.

Opacity

.myOpacity80 { color: #3E819D; opacity: 0.8; }

<p style="color:#3E819D;opacity:0.8;">80%</p>

Text with #3E819D 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 #3E819D;}

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

This text has shadow with #3E819D color.


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

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

This text has shadow with #3E819D primary color and red secondary color.


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

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

This text has shadow with #3E819D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3E819D.

Preview

Color preview on black background

This text has color #3E819D on black background.


Color preview on white background

This text has color #3E819D on white background.


Black color preview on #3E819D background

This text has black color on #3E819D background.


White color preview on #3E819D background

This text has white color on #3E819D background.


Related colors

Complementary color

Complementary color for #hex is #C17E62.


I love getcolorcode.com

Triadic colors

1 #9D3E81 and #819D3E with #3E819D are triadic colors.

2 #9D813E and #813E9D with #3E819D are triadic colors.