COLOR #3E458F

HEX: #3E458F RGB: (62,69,143)

Color info

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

RGB color model

#3E458F color RGB value is (62,69,143).

RGB: (62,69,143) (24%, 27%, 56%)

RGB channels and saturation

R 62 of 255 = 24%
G 69 of 255 = 27%
B 143 of 255 = 56%

62
69
143

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

Portions of RGB colors in percentages

R + G + B = 62 + 69 + 143 = 274 (100%)
R 62 of 274 ~ 22.63%
G 69 of 274 ~ 25.18%
B 143 of 274 ~ 52.19'%

%22.63
%25.18
%52.19

CMYK color model

#3E458F color CMYK value is (57,52,0,44).

  • cyan value is 56.64%
  • magenta value is 51.75%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (57,52,0,44)
C57M52Y0K44 (57%, 52%, 0%, 44%)
(0.57 / 0.52 / 0.00 / 0.44)

CMYK percentages

%56.64
%51.75
%0
%43.92

Codes

Color #3E458F in popluar color models

3E 45 8F
RGB 62 69 143
HSL 235° 39.51% 40.20%
HSB/HSV 235° 56.64% 56.08%
CMYK 56.64% 51.75% 0.00%
43.92%

Color #3E458F in popluar number systems.

HEX 3E 45 8F
Decimal 62 69 143
Binary 111110 1000101 10001111
Octal 76 105 217

Shades and tints

Shades of #3E458F

#3E458F
(62,69,143)
#393F82
(57,63,130)
#343975
(52,57,117)
#2F3368
(47,51,104)
#2A2D5B
(42,45,91)
#25274E
(37,39,78)
#202141
(32,33,65)
#1B1B34
(27,27,52)
#161527
(22,21,39)
#110F1A
(17,15,26)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #3E458F

#3E458F
(62,69,143)
#4F5599
(79,85,153)
#6065A3
(96,101,163)
#7175AD
(113,117,173)
#8285B7
(130,133,183)
#9395C1
(147,149,193)
#A4A5CB
(164,165,203)
#B5B5D5
(181,181,213)
#C6C5DF
(198,197,223)
#D7D5E9
(215,213,233)
#E8E5F3
(232,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E458F; }

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

This text font color is #3E458F.

Background Color

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

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

This div background color is #3E458F.

Border color

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

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

This div border color is #3E458F.

Opacity

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

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

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

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

This text has shadow with #3E458F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E458F.

Preview

Color preview on black background

This text has color #3E458F on black background.


Color preview on white background

This text has color #3E458F on white background.


Black color preview on #3E458F background

This text has black color on #3E458F background.


White color preview on #3E458F background

This text has white color on #3E458F background.


Related colors

Complementary color

Complementary color for #hex is #C1BA70.


I love getcolorcode.com

Triadic colors

1 #8F3E45 and #458F3E with #3E458F are triadic colors.

2 #8F453E and #453E8F with #3E458F are triadic colors.