COLOR #3E6B8B

HEX: #3E6B8B
RGB: (62,107,139)

Color info

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

RGB color model

#3E6B8B color RGB value is (62,107,139).

  • red value is 62;
  • green value is 107;
  • blue value is 139.
RGB:
(62,107,139)
(24%,42%,55%)

RGB channels and saturation

R 62 of 255 = 24%
G 107 of 255 = 42%
B 139 of 255 = 55%

62
107
139

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

Portions of RGB colors in percentages

R + G + B =
62 + 107 + 139 = 308 (100%)
R 62 of 308 ~ 20.13%
G 107 of 308 ~ 34.74%
B 139 of 308 ~ 45.13%

%20.13
%34.74
%45.13

CMYK color model

#3E6B8B color CMYK value is (55,23,0,45).

  • cyan value is 55.40%
  • magenta value is 23.02%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(55,23,0,45)
C55M23Y0K45 
(55%,23%,0%,45%)
(0.55/0.23/0.00/0.45)	

CMYK percentages

%55.4
%23.02
%0
%45.49

Codes

Color #3E6B8B in popluar color models

3E6B8B
RGB62107139
HSL205°38.31%39.41%
HSB/HSV205°55.40%54.51%
CMYK55.40%23.02%0.00%
45.49%

Color #3E6B8B in popluar number systems.

HEX3E6B8B
Decimal62107139
Binary111110110101110001011
Octal76153213

Shades and tints

Shades of #3E6B8B

#3E6B8B
(62,107,139)
#39627F
(57,98,127)
#345973
(52,89,115)
#2F5067
(47,80,103)
#2A475B
(42,71,91)
#253E4F
(37,62,79)
#203543
(32,53,67)
#1B2C37
(27,44,55)
#16232B
(22,35,43)
#111A1F
(17,26,31)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #3E6B8B

#3E6B8B
(62,107,139)
#4F7895
(79,120,149)
#60859F
(96,133,159)
#7192A9
(113,146,169)
#829FB3
(130,159,179)
#93ACBD
(147,172,189)
#A4B9C7
(164,185,199)
#B5C6D1
(181,198,209)
#C6D3DB
(198,211,219)
#D7E0E5
(215,224,229)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6B8B color. Also use rgb(62,107,139) instead hex code.

Text Font Color

.myTextColor { color: #3E6B8B; }

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

This text font color is #3E6B8B.


Background Color

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

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

This div background color is #3E6B8B.


Border color

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

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

This div border color is #3E6B8B.


Opacity

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

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

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

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

This text has shadow with #3E6B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6B8B on black background.


Color preview on white background

This text has color #3E6B8B on white background.



Black color preview on #3E6B8B background

This text has black color on #3E6B8B background.


White color preview on #3E6B8B background

This text has white color on #3E6B8B background.