COLOR #3E359B

HEX: #3E359B
RGB: (62,53,155)

Color info

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

RGB color model

#3E359B color RGB value is (62,53,155).

  • red value is 62;
  • green value is 53;
  • blue value is 155.
RGB:
(62,53,155)
(24%,21%,61%)

RGB channels and saturation

R 62 of 255 = 24%
G 53 of 255 = 21%
B 155 of 255 = 61%

62
53
155

R + G + B ~ 35%. #3E359B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 53 + 155 = 270 (100%)
R 62 of 270 ~ 22.96%
G 53 of 270 ~ 19.63%
B 155 of 270 ~ 57.41%

%22.96
%19.63
%57.41

CMYK color model

#3E359B color CMYK value is (60,66,0,39).

  • cyan value is 60.00%
  • magenta value is 65.81%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(60,66,0,39)
C60M66Y0K39 
(60%,66%,0%,39%)
(0.60/0.66/0.00/0.39)	

CMYK percentages

%60
%65.81
%0
%39.22

Codes

Color #3E359B in popluar color models

3E359B
RGB6253155
HSL245°49.04%40.78%
HSB/HSV245°65.81%60.78%
CMYK60.00%65.81%0.00%
39.22%

Color #3E359B in popluar number systems.

HEX3E359B
Decimal6253155
Binary11111011010110011011
Octal7665233

Shades and tints

Shades of #3E359B

#3E359B
(62,53,155)
#39318D
(57,49,141)
#342D7F
(52,45,127)
#2F2971
(47,41,113)
#2A2563
(42,37,99)
#252155
(37,33,85)
#201D47
(32,29,71)
#1B1939
(27,25,57)
#16152B
(22,21,43)
#11111D
(17,17,29)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #3E359B

#3E359B
(62,53,155)
#4F47A4
(79,71,164)
#6059AD
(96,89,173)
#716BB6
(113,107,182)
#827DBF
(130,125,191)
#938FC8
(147,143,200)
#A4A1D1
(164,161,209)
#B5B3DA
(181,179,218)
#C6C5E3
(198,197,227)
#D7D7EC
(215,215,236)
#E8E9F5
(232,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E359B color. Also use rgb(62,53,155) instead hex code.

Text Font Color

.myTextColor { color: #3E359B; }

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

This text font color is #3E359B.


Background Color

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

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

This div background color is #3E359B.


Border color

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

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

This div border color is #3E359B.


Opacity

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

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

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

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

This text has shadow with #3E359B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E359B on black background.


Color preview on white background

This text has color #3E359B on white background.



Black color preview on #3E359B background

This text has black color on #3E359B background.


White color preview on #3E359B background

This text has white color on #3E359B background.