COLOR #3E3A6F

HEX: #3E3A6F RGB: (62,58,111)

Color info

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

RGB color model

#3E3A6F color RGB value is (62,58,111).

RGB: (62,58,111) (24%, 23%, 44%)

RGB channels and saturation

R 62 of 255 = 24%
G 58 of 255 = 23%
B 111 of 255 = 44%

62
58
111

R + G + B ~ 30%. #3E3A6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 58 + 111 = 231 (100%)
R 62 of 231 ~ 26.84%
G 58 of 231 ~ 25.11%
B 111 of 231 ~ 48.05'%

%26.84
%25.11
%48.05

CMYK color model

#3E3A6F color CMYK value is (44,48,0,56).

  • cyan value is 44.14%
  • magenta value is 47.75%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (44,48,0,56) C44M48Y0K56 (44%,48%,0%,56%) (0.44/0.48/0.00/0.56) 

CMYK percentages

%44.14
%47.75
%0
%56.47

Codes

Color #3E3A6F in popluar color models

3E 3A 6F
RGB 62 58 111
HSL 245° 31.36% 33.14%
HSB/HSV 245° 47.75% 43.53%
CMYK 44.14% 47.75% 0.00%
56.47%

Color #3E3A6F in popluar number systems.

HEX 3E 3A 6F
Decimal 62 58 111
Binary 111110 111010 1101111
Octal 76 72 157

Shades and tints

Shades of #3E3A6F

#3E3A6F
(62,58,111)
#393565
(57,53,101)
#34305B
(52,48,91)
#2F2B51
(47,43,81)
#2A2647
(42,38,71)
#25213D
(37,33,61)
#201C33
(32,28,51)
#1B1729
(27,23,41)
#16121F
(22,18,31)
#110D15
(17,13,21)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #3E3A6F

#3E3A6F
(62,58,111)
#4F4B7C
(79,75,124)
#605C89
(96,92,137)
#716D96
(113,109,150)
#827EA3
(130,126,163)
#938FB0
(147,143,176)
#A4A0BD
(164,160,189)
#B5B1CA
(181,177,202)
#C6C2D7
(198,194,215)
#D7D3E4
(215,211,228)
#E8E4F1
(232,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3A6F color. Also use rgb(62,58,111) instead hex code.

Text Font Color

.myTextColor { color: #3E3A6F; }

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

This text font color is #3E3A6F.

Background Color

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

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

This div background color is #3E3A6F.

Border color

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

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

This div border color is #3E3A6F.

Opacity

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

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

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

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

This text has shadow with #3E3A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3A6F.

Preview

Color preview on black background

This text has color #3E3A6F on black background.


Color preview on white background

This text has color #3E3A6F on white background.


Black color preview on #3E3A6F background

This text has black color on #3E3A6F background.


White color preview on #3E3A6F background

This text has white color on #3E3A6F background.


Related colors

Complementary color

Complementary color for #hex is #C1C590.


I love getcolorcode.com

Triadic colors

1 #6F3E3A and #3A6F3E with #3E3A6F are triadic colors.

2 #6F3A3E and #3A3E6F with #3E3A6F are triadic colors.