COLOR #3E7FC8

HEX: #3E7FC8
RGB: (62,127,200)

Color info

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

RGB color model

#3E7FC8 color RGB value is (62,127,200).

  • red value is 62;
  • green value is 127;
  • blue value is 200.
RGB:
(62,127,200)
(24%,50%,78%)

RGB channels and saturation

R 62 of 255 = 24%
G 127 of 255 = 50%
B 200 of 255 = 78%

62
127
200

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

Portions of RGB colors in percentages

R + G + B =
62 + 127 + 200 = 389 (100%)
R 62 of 389 ~ 15.94%
G 127 of 389 ~ 32.65%
B 200 of 389 ~ 51.41%

%15.94
%32.65
%51.41

CMYK color model

#3E7FC8 color CMYK value is (69,37,0,22).

  • cyan value is 69.00%
  • magenta value is 36.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(69,37,0,22)
C69M37Y0K22 
(69%,37%,0%,22%)
(0.69/0.37/0.00/0.22)	

CMYK percentages

%69
%36.5
%0
%21.57

Codes

Color #3E7FC8 in popluar color models

3E7FC8
RGB62127200
HSL212°55.65%51.37%
HSB/HSV212°69.00%78.43%
CMYK69.00%36.50%0.00%
21.57%

Color #3E7FC8 in popluar number systems.

HEX3E7FC8
Decimal62127200
Binary111110111111111001000
Octal76177310

Shades and tints

Shades of #3E7FC8

#3E7FC8
(62,127,200)
#3974B6
(57,116,182)
#3469A4
(52,105,164)
#2F5E92
(47,94,146)
#2A5380
(42,83,128)
#25486E
(37,72,110)
#203D5C
(32,61,92)
#1B324A
(27,50,74)
#162738
(22,39,56)
#111C26
(17,28,38)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #3E7FC8

#3E7FC8
(62,127,200)
#4F8ACD
(79,138,205)
#6095D2
(96,149,210)
#71A0D7
(113,160,215)
#82ABDC
(130,171,220)
#93B6E1
(147,182,225)
#A4C1E6
(164,193,230)
#B5CCEB
(181,204,235)
#C6D7F0
(198,215,240)
#D7E2F5
(215,226,245)
#E8EDFA
(232,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7FC8 color. Also use rgb(62,127,200) instead hex code.

Text Font Color

.myTextColor { color: #3E7FC8; }

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

This text font color is #3E7FC8.


Background Color

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

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

This div background color is #3E7FC8.


Border color

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

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

This div border color is #3E7FC8.


Opacity

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

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

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

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

This text has shadow with #3E7FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7FC8 on black background.


Color preview on white background

This text has color #3E7FC8 on white background.



Black color preview on #3E7FC8 background

This text has black color on #3E7FC8 background.


White color preview on #3E7FC8 background

This text has white color on #3E7FC8 background.