COLOR #3E78B2

HEX: #3E78B2
RGB: (62,120,178)

Color info

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

RGB color model

#3E78B2 color RGB value is (62,120,178).

  • red value is 62;
  • green value is 120;
  • blue value is 178.
RGB:
(62,120,178)
(24%,47%,70%)

RGB channels and saturation

R 62 of 255 = 24%
G 120 of 255 = 47%
B 178 of 255 = 70%

62
120
178

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

Portions of RGB colors in percentages

R + G + B =
62 + 120 + 178 = 360 (100%)
R 62 of 360 ~ 17.22%
G 120 of 360 ~ 33.33%
B 178 of 360 ~ 49.44%

%17.22
%33.33
%49.44

CMYK color model

#3E78B2 color CMYK value is (65,33,0,30).

  • cyan value is 65.17%
  • magenta value is 32.58%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(65,33,0,30)
C65M33Y0K30 
(65%,33%,0%,30%)
(0.65/0.33/0.00/0.30)	

CMYK percentages

%65.17
%32.58
%0
%30.2

Codes

Color #3E78B2 in popluar color models

3E78B2
RGB62120178
HSL210°48.33%47.06%
HSB/HSV210°65.17%69.80%
CMYK65.17%32.58%0.00%
30.20%

Color #3E78B2 in popluar number systems.

HEX3E78B2
Decimal62120178
Binary111110111100010110010
Octal76170262

Shades and tints

Shades of #3E78B2

#3E78B2
(62,120,178)
#396EA2
(57,110,162)
#346492
(52,100,146)
#2F5A82
(47,90,130)
#2A5072
(42,80,114)
#254662
(37,70,98)
#203C52
(32,60,82)
#1B3242
(27,50,66)
#162832
(22,40,50)
#111E22
(17,30,34)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #3E78B2

#3E78B2
(62,120,178)
#4F84B9
(79,132,185)
#6090C0
(96,144,192)
#719CC7
(113,156,199)
#82A8CE
(130,168,206)
#93B4D5
(147,180,213)
#A4C0DC
(164,192,220)
#B5CCE3
(181,204,227)
#C6D8EA
(198,216,234)
#D7E4F1
(215,228,241)
#E8F0F8
(232,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E78B2 color. Also use rgb(62,120,178) instead hex code.

Text Font Color

.myTextColor { color: #3E78B2; }

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

This text font color is #3E78B2.


Background Color

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

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

This div background color is #3E78B2.


Border color

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

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

This div border color is #3E78B2.


Opacity

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

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

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

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

This text has shadow with #3E78B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E78B2 on black background.


Color preview on white background

This text has color #3E78B2 on white background.



Black color preview on #3E78B2 background

This text has black color on #3E78B2 background.


White color preview on #3E78B2 background

This text has white color on #3E78B2 background.