COLOR #3E118C

HEX: #3E118C RGB: (62,17,140)

Color info

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

RGB color model

#3E118C color RGB value is (62,17,140).

RGB: (62,17,140) (24%, 7%, 55%)

RGB channels and saturation

R 62 of 255 = 24%
G 17 of 255 = 7%
B 140 of 255 = 55%

62
17
140

R + G + B ~ 29%. #3E118C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 17 + 140 = 219 (100%)
R 62 of 219 ~ 28.31%
G 17 of 219 ~ 7.76%
B 140 of 219 ~ 63.93'%

%28.31
%63.93

CMYK color model

#3E118C color CMYK value is (56,88,0,45).

  • cyan value is 55.71%
  • magenta value is 87.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (56,88,0,45)
C56M88Y0K45 (56%, 88%, 0%, 45%)
(0.56 / 0.88 / 0.00 / 0.45)

CMYK percentages

%55.71
%87.86
%0
%45.1

Codes

Color #3E118C in popluar color models

3E 11 8C
RGB 62 17 140
HSL 262° 78.34% 30.78%
HSB/HSV 262° 87.86% 54.90%
CMYK 55.71% 87.86% 0.00%
45.10%

Color #3E118C in popluar number systems.

HEX 3E 11 8C
Decimal 62 17 140
Binary 111110 10001 10001100
Octal 76 21 214

Shades and tints

Shades of #3E118C

#3E118C
(62,17,140)
#391080
(57,16,128)
#340F74
(52,15,116)
#2F0E68
(47,14,104)
#2A0D5C
(42,13,92)
#250C50
(37,12,80)
#200B44
(32,11,68)
#1B0A38
(27,10,56)
#16092C
(22,9,44)
#110820
(17,8,32)
#0C0714
(12,7,20)
#000000
(0,0,0)

Tints of #3E118C

#3E118C
(62,17,140)
#4F2696
(79,38,150)
#603BA0
(96,59,160)
#7150AA
(113,80,170)
#8265B4
(130,101,180)
#937ABE
(147,122,190)
#A48FC8
(164,143,200)
#B5A4D2
(181,164,210)
#C6B9DC
(198,185,220)
#D7CEE6
(215,206,230)
#E8E3F0
(232,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E118C; }

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

This text font color is #3E118C.

Background Color

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

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

This div background color is #3E118C.

Border color

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

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

This div border color is #3E118C.

Opacity

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

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

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

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

This text has shadow with #3E118C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E118C.

Preview

Color preview on black background

This text has color #3E118C on black background.


Color preview on white background

This text has color #3E118C on white background.


Black color preview on #3E118C background

This text has black color on #3E118C background.


White color preview on #3E118C background

This text has white color on #3E118C background.


Related colors

Complementary color

Complementary color for #hex is #C1EE73.


I love getcolorcode.com

Triadic colors

1 #8C3E11 and #118C3E with #3E118C are triadic colors.

2 #8C113E and #113E8C with #3E118C are triadic colors.