COLOR #3E3392

HEX: #3E3392 RGB: (62,51,146)

Color info

#3E3392 contains mainly blue color. Web safe color of #3E3392 is #333399 (or #339).

RGB color model

#3E3392 color RGB value is (62,51,146).

RGB: (62,51,146) (24%, 20%, 57%)

RGB channels and saturation

R 62 of 255 = 24%
G 51 of 255 = 20%
B 146 of 255 = 57%

62
51
146

R + G + B ~ 34%. #3E3392 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 51 + 146 = 259 (100%)
R 62 of 259 ~ 23.94%
G 51 of 259 ~ 19.69%
B 146 of 259 ~ 56.37'%

%23.94
%19.69
%56.37

CMYK color model

#3E3392 color CMYK value is (58,65,0,43).

  • cyan value is 57.53%
  • magenta value is 65.07%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (58,65,0,43)
C58M65Y0K43 (58%, 65%, 0%, 43%)
(0.58 / 0.65 / 0.00 / 0.43)

CMYK percentages

%57.53
%65.07
%0
%42.75

Codes

Color #3E3392 in popluar color models

3E 33 92
RGB 62 51 146
HSL 247° 48.22% 38.63%
HSB/HSV 247° 65.07% 57.25%
CMYK 57.53% 65.07% 0.00%
42.75%

Color #3E3392 in popluar number systems.

HEX 3E 33 92
Decimal 62 51 146
Binary 111110 110011 10010010
Octal 76 63 222

Shades and tints

Shades of #3E3392

#3E3392
(62,51,146)
#392F85
(57,47,133)
#342B78
(52,43,120)
#2F276B
(47,39,107)
#2A235E
(42,35,94)
#251F51
(37,31,81)
#201B44
(32,27,68)
#1B1737
(27,23,55)
#16132A
(22,19,42)
#110F1D
(17,15,29)
#0C0B10
(12,11,16)
#000000
(0,0,0)

Tints of #3E3392

#3E3392
(62,51,146)
#4F459B
(79,69,155)
#6057A4
(96,87,164)
#7169AD
(113,105,173)
#827BB6
(130,123,182)
#938DBF
(147,141,191)
#A49FC8
(164,159,200)
#B5B1D1
(181,177,209)
#C6C3DA
(198,195,218)
#D7D5E3
(215,213,227)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3392 color. Also use rgb(62,51,146) instead hex code.

Text Font Color

.myTextColor { color: #3E3392; }

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

This text font color is #3E3392.

Background Color

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

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

This div background color is #3E3392.

Border color

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

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

This div border color is #3E3392.

Opacity

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

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

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

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

This text has shadow with #3E3392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3392.

Preview

Color preview on black background

This text has color #3E3392 on black background.


Color preview on white background

This text has color #3E3392 on white background.


Black color preview on #3E3392 background

This text has black color on #3E3392 background.


White color preview on #3E3392 background

This text has white color on #3E3392 background.


Related colors

Complementary color

Complementary color for #hex is #C1CC6D.


I love getcolorcode.com

Triadic colors

1 #923E33 and #33923E with #3E3392 are triadic colors.

2 #92333E and #333E92 with #3E3392 are triadic colors.