COLOR #3B6D8E

HEX: #3B6D8E
RGB: (59,109,142)

Color info

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

RGB color model

#3B6D8E color RGB value is (59,109,142).

  • red value is 59;
  • green value is 109;
  • blue value is 142.
RGB:
(59,109,142)
(23%,43%,56%)

RGB channels and saturation

R 59 of 255 = 23%
G 109 of 255 = 43%
B 142 of 255 = 56%

59
109
142

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

Portions of RGB colors in percentages

R + G + B =
59 + 109 + 142 = 310 (100%)
R 59 of 310 ~ 19.03%
G 109 of 310 ~ 35.16%
B 142 of 310 ~ 45.81%

%19.03
%35.16
%45.81

CMYK color model

#3B6D8E color CMYK value is (58,23,0,44).

  • cyan value is 58.45%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(58,23,0,44)
C58M23Y0K44 
(58%,23%,0%,44%)
(0.58/0.23/0.00/0.44)	

CMYK percentages

%58.45
%23.24
%0
%44.31

Codes

Color #3B6D8E in popluar color models

3B6D8E
RGB59109142
HSL204°41.29%39.41%
HSB/HSV204°58.45%55.69%
CMYK58.45%23.24%0.00%
44.31%

Color #3B6D8E in popluar number systems.

HEX3B6D8E
Decimal59109142
Binary111011110110110001110
Octal73155216

Shades and tints

Shades of #3B6D8E

#3B6D8E
(59,109,142)
#366482
(54,100,130)
#315B76
(49,91,118)
#2C526A
(44,82,106)
#27495E
(39,73,94)
#224052
(34,64,82)
#1D3746
(29,55,70)
#182E3A
(24,46,58)
#13252E
(19,37,46)
#0E1C22
(14,28,34)
#091316
(9,19,22)
#000000
(0,0,0)

Tints of #3B6D8E

#3B6D8E
(59,109,142)
#4C7A98
(76,122,152)
#5D87A2
(93,135,162)
#6E94AC
(110,148,172)
#7FA1B6
(127,161,182)
#90AEC0
(144,174,192)
#A1BBCA
(161,187,202)
#B2C8D4
(178,200,212)
#C3D5DE
(195,213,222)
#D4E2E8
(212,226,232)
#E5EFF2
(229,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6D8E color. Also use rgb(59,109,142) instead hex code.

Text Font Color

.myTextColor { color: #3B6D8E; }

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

This text font color is #3B6D8E.


Background Color

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

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

This div background color is #3B6D8E.


Border color

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

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

This div border color is #3B6D8E.


Opacity

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

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

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

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

This text has shadow with #3B6D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6D8E on black background.


Color preview on white background

This text has color #3B6D8E on white background.



Black color preview on #3B6D8E background

This text has black color on #3B6D8E background.


White color preview on #3B6D8E background

This text has white color on #3B6D8E background.