COLOR #3E6E8F

HEX: #3E6E8F
RGB: (62,110,143)

Color info

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

RGB color model

#3E6E8F color RGB value is (62,110,143).

  • red value is 62;
  • green value is 110;
  • blue value is 143.
RGB:
(62,110,143)
(24%,43%,56%)

RGB channels and saturation

R 62 of 255 = 24%
G 110 of 255 = 43%
B 143 of 255 = 56%

62
110
143

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

Portions of RGB colors in percentages

R + G + B =
62 + 110 + 143 = 315 (100%)
R 62 of 315 ~ 19.68%
G 110 of 315 ~ 34.92%
B 143 of 315 ~ 45.4%

%19.68
%34.92
%45.4

CMYK color model

#3E6E8F color CMYK value is (57,23,0,44).

  • cyan value is 56.64%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(57,23,0,44)
C57M23Y0K44 
(57%,23%,0%,44%)
(0.57/0.23/0.00/0.44)	

CMYK percentages

%56.64
%23.08
%0
%43.92

Codes

Color #3E6E8F in popluar color models

3E6E8F
RGB62110143
HSL204°39.51%40.20%
HSB/HSV204°56.64%56.08%
CMYK56.64%23.08%0.00%
43.92%

Color #3E6E8F in popluar number systems.

HEX3E6E8F
Decimal62110143
Binary111110110111010001111
Octal76156217

Shades and tints

Shades of #3E6E8F

#3E6E8F
(62,110,143)
#396482
(57,100,130)
#345A75
(52,90,117)
#2F5068
(47,80,104)
#2A465B
(42,70,91)
#253C4E
(37,60,78)
#203241
(32,50,65)
#1B2834
(27,40,52)
#161E27
(22,30,39)
#11141A
(17,20,26)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #3E6E8F

#3E6E8F
(62,110,143)
#4F7B99
(79,123,153)
#6088A3
(96,136,163)
#7195AD
(113,149,173)
#82A2B7
(130,162,183)
#93AFC1
(147,175,193)
#A4BCCB
(164,188,203)
#B5C9D5
(181,201,213)
#C6D6DF
(198,214,223)
#D7E3E9
(215,227,233)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6E8F color. Also use rgb(62,110,143) instead hex code.

Text Font Color

.myTextColor { color: #3E6E8F; }

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

This text font color is #3E6E8F.


Background Color

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

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

This div background color is #3E6E8F.


Border color

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

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

This div border color is #3E6E8F.


Opacity

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

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

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

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

This text has shadow with #3E6E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6E8F on black background.


Color preview on white background

This text has color #3E6E8F on white background.



Black color preview on #3E6E8F background

This text has black color on #3E6E8F background.


White color preview on #3E6E8F background

This text has white color on #3E6E8F background.