COLOR #3E289C

HEX: #3E289C
RGB: (62,40,156)

Color info

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

RGB color model

#3E289C color RGB value is (62,40,156).

  • red value is 62;
  • green value is 40;
  • blue value is 156.
RGB:
(62,40,156)
(24%,16%,61%)

RGB channels and saturation

R 62 of 255 = 24%
G 40 of 255 = 16%
B 156 of 255 = 61%

62
40
156

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

Portions of RGB colors in percentages

R + G + B =
62 + 40 + 156 = 258 (100%)
R 62 of 258 ~ 24.03%
G 40 of 258 ~ 15.5%
B 156 of 258 ~ 60.47%

%24.03
%15.5
%60.47

CMYK color model

#3E289C color CMYK value is (60,74,0,39).

  • cyan value is 60.26%
  • magenta value is 74.36%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(60,74,0,39)
C60M74Y0K39 
(60%,74%,0%,39%)
(0.60/0.74/0.00/0.39)	

CMYK percentages

%60.26
%74.36
%0
%38.82

Codes

Color #3E289C in popluar color models

3E289C
RGB6240156
HSL251°59.18%38.43%
HSB/HSV251°74.36%61.18%
CMYK60.26%74.36%0.00%
38.82%

Color #3E289C in popluar number systems.

HEX3E289C
Decimal6240156
Binary11111010100010011100
Octal7650234

Shades and tints

Shades of #3E289C

#3E289C
(62,40,156)
#39258E
(57,37,142)
#342280
(52,34,128)
#2F1F72
(47,31,114)
#2A1C64
(42,28,100)
#251956
(37,25,86)
#201648
(32,22,72)
#1B133A
(27,19,58)
#16102C
(22,16,44)
#110D1E
(17,13,30)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #3E289C

#3E289C
(62,40,156)
#4F3BA5
(79,59,165)
#604EAE
(96,78,174)
#7161B7
(113,97,183)
#8274C0
(130,116,192)
#9387C9
(147,135,201)
#A49AD2
(164,154,210)
#B5ADDB
(181,173,219)
#C6C0E4
(198,192,228)
#D7D3ED
(215,211,237)
#E8E6F6
(232,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E289C color. Also use rgb(62,40,156) instead hex code.

Text Font Color

.myTextColor { color: #3E289C; }

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

This text font color is #3E289C.


Background Color

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

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

This div background color is #3E289C.


Border color

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

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

This div border color is #3E289C.


Opacity

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

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

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

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

This text has shadow with #3E289C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E289C on black background.


Color preview on white background

This text has color #3E289C on white background.



Black color preview on #3E289C background

This text has black color on #3E289C background.


White color preview on #3E289C background

This text has white color on #3E289C background.