COLOR #3E77AA

HEX: #3E77AA
RGB: (62,119,170)

Color info

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

RGB color model

#3E77AA color RGB value is (62,119,170).

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

RGB channels and saturation

R 62 of 255 = 24%
G 119 of 255 = 47%
B 170 of 255 = 67%

62
119
170

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

Portions of RGB colors in percentages

R + G + B =
62 + 119 + 170 = 351 (100%)
R 62 of 351 ~ 17.66%
G 119 of 351 ~ 33.9%
B 170 of 351 ~ 48.43%

%17.66
%33.9
%48.43

CMYK color model

#3E77AA color CMYK value is (64,30,0,33).

  • cyan value is 63.53%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(64,30,0,33)
C64M30Y0K33 
(64%,30%,0%,33%)
(0.64/0.30/0.00/0.33)	

CMYK percentages

%63.53
%30
%0
%33.33

Codes

Color #3E77AA in popluar color models

3E77AA
RGB62119170
HSL208°46.55%45.49%
HSB/HSV208°63.53%66.67%
CMYK63.53%30.00%0.00%
33.33%

Color #3E77AA in popluar number systems.

HEX3E77AA
Decimal62119170
Binary111110111011110101010
Octal76167252

Shades and tints

Shades of #3E77AA

#3E77AA
(62,119,170)
#396D9B
(57,109,155)
#34638C
(52,99,140)
#2F597D
(47,89,125)
#2A4F6E
(42,79,110)
#25455F
(37,69,95)
#203B50
(32,59,80)
#1B3141
(27,49,65)
#162732
(22,39,50)
#111D23
(17,29,35)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #3E77AA

#3E77AA
(62,119,170)
#4F83B1
(79,131,177)
#608FB8
(96,143,184)
#719BBF
(113,155,191)
#82A7C6
(130,167,198)
#93B3CD
(147,179,205)
#A4BFD4
(164,191,212)
#B5CBDB
(181,203,219)
#C6D7E2
(198,215,226)
#D7E3E9
(215,227,233)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E77AA; }

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

This text font color is #3E77AA.


Background Color

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

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

This div background color is #3E77AA.


Border color

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

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

This div border color is #3E77AA.


Opacity

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

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

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

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

This text has shadow with #3E77AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E77AA on black background.


Color preview on white background

This text has color #3E77AA on white background.



Black color preview on #3E77AA background

This text has black color on #3E77AA background.


White color preview on #3E77AA background

This text has white color on #3E77AA background.