COLOR #3E557B

HEX: #3E557B RGB: (62,85,123)

Color info

#3E557B contains mainly green and blue colors. Web safe color of #3E557B is #336666 (or #366).

RGB color model

#3E557B color RGB value is (62,85,123).

RGB: (62,85,123) (24%, 33%, 48%)

RGB channels and saturation

R 62 of 255 = 24%
G 85 of 255 = 33%
B 123 of 255 = 48%

62
85
123

R + G + B ~ 35%. #3E557B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 85 + 123 = 270 (100%)
R 62 of 270 ~ 22.96%
G 85 of 270 ~ 31.48%
B 123 of 270 ~ 45.56'%

%22.96
%31.48
%45.56

CMYK color model

#3E557B color CMYK value is (50,31,0,52).

  • cyan value is 49.59%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (50,31,0,52)
C50M31Y0K52 (50%, 31%, 0%, 52%)
(0.50 / 0.31 / 0.00 / 0.52)

CMYK percentages

%49.59
%30.89
%0
%51.76

Codes

Color #3E557B in popluar color models

3E 55 7B
RGB 62 85 123
HSL 217° 32.97% 36.27%
HSB/HSV 217° 49.59% 48.24%
CMYK 49.59% 30.89% 0.00%
51.76%

Color #3E557B in popluar number systems.

HEX 3E 55 7B
Decimal 62 85 123
Binary 111110 1010101 1111011
Octal 76 125 173

Shades and tints

Shades of #3E557B

#3E557B
(62,85,123)
#394E70
(57,78,112)
#344765
(52,71,101)
#2F405A
(47,64,90)
#2A394F
(42,57,79)
#253244
(37,50,68)
#202B39
(32,43,57)
#1B242E
(27,36,46)
#161D23
(22,29,35)
#111618
(17,22,24)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #3E557B

#3E557B
(62,85,123)
#4F6487
(79,100,135)
#607393
(96,115,147)
#71829F
(113,130,159)
#8291AB
(130,145,171)
#93A0B7
(147,160,183)
#A4AFC3
(164,175,195)
#B5BECF
(181,190,207)
#C6CDDB
(198,205,219)
#D7DCE7
(215,220,231)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E557B color. Also use rgb(62,85,123) instead hex code.

Text Font Color

.myTextColor { color: #3E557B; }

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

This text font color is #3E557B.

Background Color

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

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

This div background color is #3E557B.

Border color

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

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

This div border color is #3E557B.

Opacity

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

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

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

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

This text has shadow with #3E557B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E557B.

Preview

Color preview on black background

This text has color #3E557B on black background.


Color preview on white background

This text has color #3E557B on white background.


Black color preview on #3E557B background

This text has black color on #3E557B background.


White color preview on #3E557B background

This text has white color on #3E557B background.


Related colors

Complementary color

Complementary color for #hex is #C1AA84.


I love getcolorcode.com

Triadic colors

1 #7B3E55 and #557B3E with #3E557B are triadic colors.

2 #7B553E and #553E7B with #3E557B are triadic colors.