COLOR #3E5E8A

HEX: #3E5E8A RGB: (62,94,138)

Color info

#3E5E8A contains mainly green and blue colors. Web safe color of #3E5E8A is #336699 (or #369).

RGB color model

#3E5E8A color RGB value is (62,94,138).

RGB: (62,94,138) (24%, 37%, 54%)

RGB channels and saturation

R 62 of 255 = 24%
G 94 of 255 = 37%
B 138 of 255 = 54%

62
94
138

R + G + B ~ 38%. #3E5E8A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 94 + 138 = 294 (100%)
R 62 of 294 ~ 21.09%
G 94 of 294 ~ 31.97%
B 138 of 294 ~ 46.94'%

%21.09
%31.97
%46.94

CMYK color model

#3E5E8A color CMYK value is (55,32,0,46).

  • cyan value is 55.07%
  • magenta value is 31.88%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (55,32,0,46)
C55M32Y0K46 (55%, 32%, 0%, 46%)
(0.55 / 0.32 / 0.00 / 0.46)

CMYK percentages

%55.07
%31.88
%0
%45.88

Codes

Color #3E5E8A in popluar color models

3E 5E 8A
RGB 62 94 138
HSL 215° 38.00% 39.22%
HSB/HSV 215° 55.07% 54.12%
CMYK 55.07% 31.88% 0.00%
45.88%

Color #3E5E8A in popluar number systems.

HEX 3E 5E 8A
Decimal 62 94 138
Binary 111110 1011110 10001010
Octal 76 136 212

Shades and tints

Shades of #3E5E8A

#3E5E8A
(62,94,138)
#39567E
(57,86,126)
#344E72
(52,78,114)
#2F4666
(47,70,102)
#2A3E5A
(42,62,90)
#25364E
(37,54,78)
#202E42
(32,46,66)
#1B2636
(27,38,54)
#161E2A
(22,30,42)
#11161E
(17,22,30)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #3E5E8A

#3E5E8A
(62,94,138)
#4F6C94
(79,108,148)
#607A9E
(96,122,158)
#7188A8
(113,136,168)
#8296B2
(130,150,178)
#93A4BC
(147,164,188)
#A4B2C6
(164,178,198)
#B5C0D0
(181,192,208)
#C6CEDA
(198,206,218)
#D7DCE4
(215,220,228)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5E8A; }

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

This text font color is #3E5E8A.

Background Color

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

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

This div background color is #3E5E8A.

Border color

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

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

This div border color is #3E5E8A.

Opacity

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

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

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

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

This text has shadow with #3E5E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5E8A.

Preview

Color preview on black background

This text has color #3E5E8A on black background.


Color preview on white background

This text has color #3E5E8A on white background.


Black color preview on #3E5E8A background

This text has black color on #3E5E8A background.


White color preview on #3E5E8A background

This text has white color on #3E5E8A background.


Related colors

Complementary color

Complementary color for #hex is #C1A175.


I love getcolorcode.com

Triadic colors

1 #8A3E5E and #5E8A3E with #3E5E8A are triadic colors.

2 #8A5E3E and #5E3E8A with #3E5E8A are triadic colors.