COLOR #3B4980

HEX: #3B4980
RGB: (59,73,128)

Color info

#3B4980 contains mainly green and blue colors. Web safe color of #3B4980 is #333366 (or #336).

RGB color model

#3B4980 color RGB value is (59,73,128).

  • red value is 59;
  • green value is 73;
  • blue value is 128.
RGB:
(59,73,128)
(23%,29%,50%)

RGB channels and saturation

R 59 of 255 = 23%
G 73 of 255 = 29%
B 128 of 255 = 50%

59
73
128

R + G + B ~ 34%. #3B4980 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 73 + 128 = 260 (100%)
R 59 of 260 ~ 22.69%
G 73 of 260 ~ 28.08%
B 128 of 260 ~ 49.23%

%22.69
%28.08
%49.23

CMYK color model

#3B4980 color CMYK value is (54,43,0,50).

  • cyan value is 53.91%
  • magenta value is 42.97%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(54,43,0,50)
C54M43Y0K50 
(54%,43%,0%,50%)
(0.54/0.43/0.00/0.50)	

CMYK percentages

%53.91
%42.97
%0
%49.8

Codes

Color #3B4980 in popluar color models

3B4980
RGB5973128
HSL228°36.90%36.67%
HSB/HSV228°53.91%50.20%
CMYK53.91%42.97%0.00%
49.80%

Color #3B4980 in popluar number systems.

HEX3B4980
Decimal5973128
Binary111011100100110000000
Octal73111200

Shades and tints

Shades of #3B4980

#3B4980
(59,73,128)
#364375
(54,67,117)
#313D6A
(49,61,106)
#2C375F
(44,55,95)
#273154
(39,49,84)
#222B49
(34,43,73)
#1D253E
(29,37,62)
#181F33
(24,31,51)
#131928
(19,25,40)
#0E131D
(14,19,29)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #3B4980

#3B4980
(59,73,128)
#4C598B
(76,89,139)
#5D6996
(93,105,150)
#6E79A1
(110,121,161)
#7F89AC
(127,137,172)
#9099B7
(144,153,183)
#A1A9C2
(161,169,194)
#B2B9CD
(178,185,205)
#C3C9D8
(195,201,216)
#D4D9E3
(212,217,227)
#E5E9EE
(229,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4980 color. Also use rgb(59,73,128) instead hex code.

Text Font Color

.myTextColor { color: #3B4980; }

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

This text font color is #3B4980.


Background Color

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

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

This div background color is #3B4980.


Border color

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

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

This div border color is #3B4980.


Opacity

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

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

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

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

This text has shadow with #3B4980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4980 on black background.


Color preview on white background

This text has color #3B4980 on white background.



Black color preview on #3B4980 background

This text has black color on #3B4980 background.


White color preview on #3B4980 background

This text has white color on #3B4980 background.