COLOR #3E69AA

HEX: #3E69AA
RGB: (62,105,170)

Color info

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

RGB color model

#3E69AA color RGB value is (62,105,170).

  • red value is 62;
  • green value is 105;
  • blue value is 170.
RGB:
(62,105,170)
(24%,41%,67%)

RGB channels and saturation

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

62
105
170

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

Portions of RGB colors in percentages

R + G + B =
62 + 105 + 170 = 337 (100%)
R 62 of 337 ~ 18.4%
G 105 of 337 ~ 31.16%
B 170 of 337 ~ 50.45%

%18.4
%31.16
%50.45

CMYK color model

#3E69AA color CMYK value is (64,38,0,33).

  • cyan value is 63.53%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(64,38,0,33)
C64M38Y0K33 
(64%,38%,0%,33%)
(0.64/0.38/0.00/0.33)	

CMYK percentages

%63.53
%38.24
%0
%33.33

Codes

Color #3E69AA in popluar color models

3E69AA
RGB62105170
HSL216°46.55%45.49%
HSB/HSV216°63.53%66.67%
CMYK63.53%38.24%0.00%
33.33%

Color #3E69AA in popluar number systems.

HEX3E69AA
Decimal62105170
Binary111110110100110101010
Octal76151252

Shades and tints

Shades of #3E69AA

#3E69AA
(62,105,170)
#39609B
(57,96,155)
#34578C
(52,87,140)
#2F4E7D
(47,78,125)
#2A456E
(42,69,110)
#253C5F
(37,60,95)
#203350
(32,51,80)
#1B2A41
(27,42,65)
#162132
(22,33,50)
#111823
(17,24,35)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #3E69AA

#3E69AA
(62,105,170)
#4F76B1
(79,118,177)
#6083B8
(96,131,184)
#7190BF
(113,144,191)
#829DC6
(130,157,198)
#93AACD
(147,170,205)
#A4B7D4
(164,183,212)
#B5C4DB
(181,196,219)
#C6D1E2
(198,209,226)
#D7DEE9
(215,222,233)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E69AA; }

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

This text font color is #3E69AA.


Background Color

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

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

This div background color is #3E69AA.


Border color

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

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

This div border color is #3E69AA.


Opacity

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

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

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

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

This text has shadow with #3E69AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E69AA on black background.


Color preview on white background

This text has color #3E69AA on white background.



Black color preview on #3E69AA background

This text has black color on #3E69AA background.


White color preview on #3E69AA background

This text has white color on #3E69AA background.