COLOR #3E3F95

HEX: #3E3F95 RGB: (62,63,149)

Color info

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

RGB color model

#3E3F95 color RGB value is (62,63,149).

RGB: (62,63,149) (24%, 25%, 58%)

RGB channels and saturation

R 62 of 255 = 24%
G 63 of 255 = 25%
B 149 of 255 = 58%

62
63
149

R + G + B ~ 36%. #3E3F95 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 63 + 149 = 274 (100%)
R 62 of 274 ~ 22.63%
G 63 of 274 ~ 22.99%
B 149 of 274 ~ 54.38'%

%22.63
%22.99
%54.38

CMYK color model

#3E3F95 color CMYK value is (58,58,0,42).

  • cyan value is 58.39%
  • magenta value is 57.72%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (58,58,0,42)
C58M58Y0K42 (58%, 58%, 0%, 42%)
(0.58 / 0.58 / 0.00 / 0.42)

CMYK percentages

%58.39
%57.72
%0
%41.57

Codes

Color #3E3F95 in popluar color models

3E 3F 95
RGB 62 63 149
HSL 239° 41.23% 41.37%
HSB/HSV 239° 58.39% 58.43%
CMYK 58.39% 57.72% 0.00%
41.57%

Color #3E3F95 in popluar number systems.

HEX 3E 3F 95
Decimal 62 63 149
Binary 111110 111111 10010101
Octal 76 77 225

Shades and tints

Shades of #3E3F95

#3E3F95
(62,63,149)
#393A88
(57,58,136)
#34357B
(52,53,123)
#2F306E
(47,48,110)
#2A2B61
(42,43,97)
#252654
(37,38,84)
#202147
(32,33,71)
#1B1C3A
(27,28,58)
#16172D
(22,23,45)
#111220
(17,18,32)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #3E3F95

#3E3F95
(62,63,149)
#4F509E
(79,80,158)
#6061A7
(96,97,167)
#7172B0
(113,114,176)
#8283B9
(130,131,185)
#9394C2
(147,148,194)
#A4A5CB
(164,165,203)
#B5B6D4
(181,182,212)
#C6C7DD
(198,199,221)
#D7D8E6
(215,216,230)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3F95; }

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

This text font color is #3E3F95.

Background Color

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

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

This div background color is #3E3F95.

Border color

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

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

This div border color is #3E3F95.

Opacity

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

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

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

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

This text has shadow with #3E3F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E3F95.

Preview

Color preview on black background

This text has color #3E3F95 on black background.


Color preview on white background

This text has color #3E3F95 on white background.


Black color preview on #3E3F95 background

This text has black color on #3E3F95 background.


White color preview on #3E3F95 background

This text has white color on #3E3F95 background.


Related colors

Complementary color

Complementary color for #hex is #C1C06A.


I love getcolorcode.com

Triadic colors

1 #953E3F and #3F953E with #3E3F95 are triadic colors.

2 #953F3E and #3F3E95 with #3E3F95 are triadic colors.