COLOR #3E68AA

HEX: #3E68AA RGB: (62,104,170)

Color info

#3E68AA contains mainly blue color. Web safe color of #3E68AA is #336699 (or #369).

RGB color model

#3E68AA color RGB value is (62,104,170).

RGB: (62,104,170) (24%, 41%, 67%)

RGB channels and saturation

R 62 of 255 = 24%
G 104 of 255 = 41%
B 170 of 255 = 67%

62
104
170

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

Portions of RGB colors in percentages

R + G + B = 62 + 104 + 170 = 336 (100%)
R 62 of 336 ~ 18.45%
G 104 of 336 ~ 30.95%
B 170 of 336 ~ 50.6'%

%18.45
%30.95
%50.6

CMYK color model

#3E68AA color CMYK value is (64,39,0,33).

  • cyan value is 63.53%
  • magenta value is 38.82%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (64,39,0,33)
C64M39Y0K33 (64%, 39%, 0%, 33%)
(0.64 / 0.39 / 0.00 / 0.33)

CMYK percentages

%63.53
%38.82
%0
%33.33

Codes

Color #3E68AA in popluar color models

3E 68 AA
RGB 62 104 170
HSL 217° 46.55% 45.49%
HSB/HSV 217° 63.53% 66.67%
CMYK 63.53% 38.82% 0.00%
33.33%

Color #3E68AA in popluar number systems.

HEX 3E 68 AA
Decimal 62 104 170
Binary 111110 1101000 10101010
Octal 76 150 252

Shades and tints

Shades of #3E68AA

#3E68AA
(62,104,170)
#395F9B
(57,95,155)
#34568C
(52,86,140)
#2F4D7D
(47,77,125)
#2A446E
(42,68,110)
#253B5F
(37,59,95)
#203250
(32,50,80)
#1B2941
(27,41,65)
#162032
(22,32,50)
#111723
(17,23,35)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #3E68AA

#3E68AA
(62,104,170)
#4F75B1
(79,117,177)
#6082B8
(96,130,184)
#718FBF
(113,143,191)
#829CC6
(130,156,198)
#93A9CD
(147,169,205)
#A4B6D4
(164,182,212)
#B5C3DB
(181,195,219)
#C6D0E2
(198,208,226)
#D7DDE9
(215,221,233)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E68AA color. Also use rgb(62,104,170) instead hex code.

Text Font Color

.myTextColor { color: #3E68AA; }

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

This text font color is #3E68AA.

Background Color

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

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

This div background color is #3E68AA.

Border color

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

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

This div border color is #3E68AA.

Opacity

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

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

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

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

This text has shadow with #3E68AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E68AA.

Preview

Color preview on black background

This text has color #3E68AA on black background.


Color preview on white background

This text has color #3E68AA on white background.


Black color preview on #3E68AA background

This text has black color on #3E68AA background.


White color preview on #3E68AA background

This text has white color on #3E68AA background.


Related colors

Complementary color

Complementary color for #hex is #C19755.


I love getcolorcode.com

Triadic colors

1 #AA3E68 and #68AA3E with #3E68AA are triadic colors.

2 #AA683E and #683EAA with #3E68AA are triadic colors.