COLOR #3B5986

HEX: #3B5986
RGB: (59,89,134)

Color info

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

RGB color model

#3B5986 color RGB value is (59,89,134).

  • red value is 59;
  • green value is 89;
  • blue value is 134.
RGB:
(59,89,134)
(23%,35%,53%)

RGB channels and saturation

R 59 of 255 = 23%
G 89 of 255 = 35%
B 134 of 255 = 53%

59
89
134

R + G + B ~ 37%. #3B5986 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 89 + 134 = 282 (100%)
R 59 of 282 ~ 20.92%
G 89 of 282 ~ 31.56%
B 134 of 282 ~ 47.52%

%20.92
%31.56
%47.52

CMYK color model

#3B5986 color CMYK value is (56,34,0,47).

  • cyan value is 55.97%
  • magenta value is 33.58%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(56,34,0,47)
C56M34Y0K47 
(56%,34%,0%,47%)
(0.56/0.34/0.00/0.47)	

CMYK percentages

%55.97
%33.58
%0
%47.45

Codes

Color #3B5986 in popluar color models

3B5986
RGB5989134
HSL216°38.86%37.84%
HSB/HSV216°55.97%52.55%
CMYK55.97%33.58%0.00%
47.45%

Color #3B5986 in popluar number systems.

HEX3B5986
Decimal5989134
Binary111011101100110000110
Octal73131206

Shades and tints

Shades of #3B5986

#3B5986
(59,89,134)
#36517A
(54,81,122)
#31496E
(49,73,110)
#2C4162
(44,65,98)
#273956
(39,57,86)
#22314A
(34,49,74)
#1D293E
(29,41,62)
#182132
(24,33,50)
#131926
(19,25,38)
#0E111A
(14,17,26)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #3B5986

#3B5986
(59,89,134)
#4C6891
(76,104,145)
#5D779C
(93,119,156)
#6E86A7
(110,134,167)
#7F95B2
(127,149,178)
#90A4BD
(144,164,189)
#A1B3C8
(161,179,200)
#B2C2D3
(178,194,211)
#C3D1DE
(195,209,222)
#D4E0E9
(212,224,233)
#E5EFF4
(229,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5986 color. Also use rgb(59,89,134) instead hex code.

Text Font Color

.myTextColor { color: #3B5986; }

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

This text font color is #3B5986.


Background Color

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

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

This div background color is #3B5986.


Border color

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

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

This div border color is #3B5986.


Opacity

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

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

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

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

This text has shadow with #3B5986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5986 on black background.


Color preview on white background

This text has color #3B5986 on white background.



Black color preview on #3B5986 background

This text has black color on #3B5986 background.


White color preview on #3B5986 background

This text has white color on #3B5986 background.