COLOR #3E038B

HEX: #3E038B
RGB: (62,3,139)

Color info

#3E038B contains mainly blue color. Web safe color of #3E038B is #330099 (or #309).

RGB color model

#3E038B color RGB value is (62,3,139).

  • red value is 62;
  • green value is 3;
  • blue value is 139.
RGB:
(62,3,139)
(24%,1%,55%)

RGB channels and saturation

R 62 of 255 = 24%
G 3 of 255 = 1%
B 139 of 255 = 55%

62
3
139

R + G + B ~ 27%. #3E038B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 3 + 139 = 204 (100%)
R 62 of 204 ~ 30.39%
G 3 of 204 ~ 1.47%
B 139 of 204 ~ 68.14%

%30.39
%68.14

CMYK color model

#3E038B color CMYK value is (55,98,0,45).

  • cyan value is 55.40%
  • magenta value is 97.84%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(55,98,0,45)
C55M98Y0K45 
(55%,98%,0%,45%)
(0.55/0.98/0.00/0.45)	

CMYK percentages

%55.4
%97.84
%0
%45.49

Codes

Color #3E038B in popluar color models

3E038B
RGB623139
HSL266°95.77%27.84%
HSB/HSV266°97.84%54.51%
CMYK55.40%97.84%0.00%
45.49%

Color #3E038B in popluar number systems.

HEX3E038B
Decimal623139
Binary1111101110001011
Octal763213

Shades and tints

Shades of #3E038B

#3E038B
(62,3,139)
#39037F
(57,3,127)
#340373
(52,3,115)
#2F0367
(47,3,103)
#2A035B
(42,3,91)
#25034F
(37,3,79)
#200343
(32,3,67)
#1B0337
(27,3,55)
#16032B
(22,3,43)
#11031F
(17,3,31)
#0C0313
(12,3,19)
#000000
(0,0,0)

Tints of #3E038B

#3E038B
(62,3,139)
#4F1995
(79,25,149)
#602F9F
(96,47,159)
#7145A9
(113,69,169)
#825BB3
(130,91,179)
#9371BD
(147,113,189)
#A487C7
(164,135,199)
#B59DD1
(181,157,209)
#C6B3DB
(198,179,219)
#D7C9E5
(215,201,229)
#E8DFEF
(232,223,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E038B; }

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

This text font color is #3E038B.


Background Color

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

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

This div background color is #3E038B.


Border color

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

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

This div border color is #3E038B.


Opacity

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

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

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

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

This text has shadow with #3E038B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E038B on black background.


Color preview on white background

This text has color #3E038B on white background.



Black color preview on #3E038B background

This text has black color on #3E038B background.


White color preview on #3E038B background

This text has white color on #3E038B background.