COLOR #3E77BC

HEX: #3E77BC RGB: (62,119,188)

Color info

#3E77BC contains mainly blue color. Web safe color of #3E77BC is #3366CC (or #36C).

RGB color model

#3E77BC color RGB value is (62,119,188).

RGB: (62,119,188) (24%, 47%, 74%)

RGB channels and saturation

R 62 of 255 = 24%
G 119 of 255 = 47%
B 188 of 255 = 74%

62
119
188

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

Portions of RGB colors in percentages

R + G + B = 62 + 119 + 188 = 369 (100%)
R 62 of 369 ~ 16.8%
G 119 of 369 ~ 32.25%
B 188 of 369 ~ 50.95'%

%16.8
%32.25
%50.95

CMYK color model

#3E77BC color CMYK value is (67,37,0,26).

  • cyan value is 67.02%
  • magenta value is 36.70%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (67,37,0,26) C67M37Y0K26 (67%,37%,0%,26%) (0.67/0.37/0.00/0.26) 

CMYK percentages

%67.02
%36.7
%0
%26.27

Codes

Color #3E77BC in popluar color models

3E 77 BC
RGB 62 119 188
HSL 213° 50.40% 49.02%
HSB/HSV 213° 67.02% 73.73%
CMYK 67.02% 36.70% 0.00%
26.27%

Color #3E77BC in popluar number systems.

HEX 3E 77 BC
Decimal 62 119 188
Binary 111110 1110111 10111100
Octal 76 167 274

Shades and tints

Shades of #3E77BC

#3E77BC
(62,119,188)
#396DAB
(57,109,171)
#34639A
(52,99,154)
#2F5989
(47,89,137)
#2A4F78
(42,79,120)
#254567
(37,69,103)
#203B56
(32,59,86)
#1B3145
(27,49,69)
#162734
(22,39,52)
#111D23
(17,29,35)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #3E77BC

#3E77BC
(62,119,188)
#4F83C2
(79,131,194)
#608FC8
(96,143,200)
#719BCE
(113,155,206)
#82A7D4
(130,167,212)
#93B3DA
(147,179,218)
#A4BFE0
(164,191,224)
#B5CBE6
(181,203,230)
#C6D7EC
(198,215,236)
#D7E3F2
(215,227,242)
#E8EFF8
(232,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E77BC; }

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

This text font color is #3E77BC.

Background Color

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

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

This div background color is #3E77BC.

Border color

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

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

This div border color is #3E77BC.

Opacity

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

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

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

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

This text has shadow with #3E77BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E77BC.

Preview

Color preview on black background

This text has color #3E77BC on black background.


Color preview on white background

This text has color #3E77BC on white background.


Black color preview on #3E77BC background

This text has black color on #3E77BC background.


White color preview on #3E77BC background

This text has white color on #3E77BC background.


Related colors

Complementary color

Complementary color for #hex is #C18843.


I love getcolorcode.com

Triadic colors

1 #BC3E77 and #77BC3E with #3E77BC are triadic colors.

2 #BC773E and #773EBC with #3E77BC are triadic colors.