COLOR #3E70AB

HEX: #3E70AB RGB: (62,112,171)

Color info

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

RGB color model

#3E70AB color RGB value is (62,112,171).

RGB: (62,112,171) (24%, 44%, 67%)

RGB channels and saturation

R 62 of 255 = 24%
G 112 of 255 = 44%
B 171 of 255 = 67%

62
112
171

R + G + B ~ 45%. #3E70AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 62 + 112 + 171 = 345 (100%)
R 62 of 345 ~ 17.97%
G 112 of 345 ~ 32.46%
B 171 of 345 ~ 49.57'%

%17.97
%32.46
%49.57

CMYK color model

#3E70AB color CMYK value is (64,35,0,33).

  • cyan value is 63.74%
  • magenta value is 34.50%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (64,35,0,33) C64M35Y0K33 (64%,35%,0%,33%) (0.64/0.35/0.00/0.33) 

CMYK percentages

%63.74
%34.5
%0
%32.94

Codes

Color #3E70AB in popluar color models

3E 70 AB
RGB 62 112 171
HSL 212° 46.78% 45.69%
HSB/HSV 212° 63.74% 67.06%
CMYK 63.74% 34.50% 0.00%
32.94%

Color #3E70AB in popluar number systems.

HEX 3E 70 AB
Decimal 62 112 171
Binary 111110 1110000 10101011
Octal 76 160 253

Shades and tints

Shades of #3E70AB

#3E70AB
(62,112,171)
#39669C
(57,102,156)
#345C8D
(52,92,141)
#2F527E
(47,82,126)
#2A486F
(42,72,111)
#253E60
(37,62,96)
#203451
(32,52,81)
#1B2A42
(27,42,66)
#162033
(22,32,51)
#111624
(17,22,36)
#0C0C15
(12,12,21)
#000000
(0,0,0)

Tints of #3E70AB

#3E70AB
(62,112,171)
#4F7DB2
(79,125,178)
#608AB9
(96,138,185)
#7197C0
(113,151,192)
#82A4C7
(130,164,199)
#93B1CE
(147,177,206)
#A4BED5
(164,190,213)
#B5CBDC
(181,203,220)
#C6D8E3
(198,216,227)
#D7E5EA
(215,229,234)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E70AB color. Also use rgb(62,112,171) instead hex code.

Text Font Color

.myTextColor { color: #3E70AB; }

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

This text font color is #3E70AB.

Background Color

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

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

This div background color is #3E70AB.

Border color

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

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

This div border color is #3E70AB.

Opacity

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

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

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

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

This text has shadow with #3E70AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E70AB.

Preview

Color preview on black background

This text has color #3E70AB on black background.


Color preview on white background

This text has color #3E70AB on white background.


Black color preview on #3E70AB background

This text has black color on #3E70AB background.


White color preview on #3E70AB background

This text has white color on #3E70AB background.


Related colors

Complementary color

Complementary color for #hex is #C18F54.


I love getcolorcode.com

Triadic colors

1 #AB3E70 and #70AB3E with #3E70AB are triadic colors.

2 #AB703E and #703EAB with #3E70AB are triadic colors.