COLOR #3E4599

HEX: #3E4599
RGB: (62,69,153)

Color info

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

RGB color model

#3E4599 color RGB value is (62,69,153).

  • red value is 62;
  • green value is 69;
  • blue value is 153.
RGB:
(62,69,153)
(24%,27%,60%)

RGB channels and saturation

R 62 of 255 = 24%
G 69 of 255 = 27%
B 153 of 255 = 60%

62
69
153

R + G + B ~ 37%. #3E4599 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 69 + 153 = 284 (100%)
R 62 of 284 ~ 21.83%
G 69 of 284 ~ 24.3%
B 153 of 284 ~ 53.87%

%21.83
%24.3
%53.87

CMYK color model

#3E4599 color CMYK value is (59,55,0,40).

  • cyan value is 59.48%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(59,55,0,40)
C59M55Y0K40 
(59%,55%,0%,40%)
(0.59/0.55/0.00/0.40)	

CMYK percentages

%59.48
%54.9
%0
%40

Codes

Color #3E4599 in popluar color models

3E4599
RGB6269153
HSL235°42.33%42.16%
HSB/HSV235°59.48%60.00%
CMYK59.48%54.90%0.00%
40.00%

Color #3E4599 in popluar number systems.

HEX3E4599
Decimal6269153
Binary111110100010110011001
Octal76105231

Shades and tints

Shades of #3E4599

#3E4599
(62,69,153)
#393F8C
(57,63,140)
#34397F
(52,57,127)
#2F3372
(47,51,114)
#2A2D65
(42,45,101)
#252758
(37,39,88)
#20214B
(32,33,75)
#1B1B3E
(27,27,62)
#161531
(22,21,49)
#110F24
(17,15,36)
#0C0917
(12,9,23)
#000000
(0,0,0)

Tints of #3E4599

#3E4599
(62,69,153)
#4F55A2
(79,85,162)
#6065AB
(96,101,171)
#7175B4
(113,117,180)
#8285BD
(130,133,189)
#9395C6
(147,149,198)
#A4A5CF
(164,165,207)
#B5B5D8
(181,181,216)
#C6C5E1
(198,197,225)
#D7D5EA
(215,213,234)
#E8E5F3
(232,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4599; }

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

This text font color is #3E4599.


Background Color

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

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

This div background color is #3E4599.


Border color

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

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

This div border color is #3E4599.


Opacity

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

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

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

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

This text has shadow with #3E4599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4599 on black background.


Color preview on white background

This text has color #3E4599 on white background.



Black color preview on #3E4599 background

This text has black color on #3E4599 background.


White color preview on #3E4599 background

This text has white color on #3E4599 background.