COLOR #3B4979

HEX: #3B4979
RGB: (59,73,121)

Color info

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

RGB color model

#3B4979 color RGB value is (59,73,121).

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

RGB channels and saturation

R 59 of 255 = 23%
G 73 of 255 = 29%
B 121 of 255 = 47%

59
73
121

R + G + B ~ 33%. #3B4979 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 73 + 121 = 253 (100%)
R 59 of 253 ~ 23.32%
G 73 of 253 ~ 28.85%
B 121 of 253 ~ 47.83%

%23.32
%28.85
%47.83

CMYK color model

#3B4979 color CMYK value is (51,40,0,53).

  • cyan value is 51.24%
  • magenta value is 39.67%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(51,40,0,53)
C51M40Y0K53 
(51%,40%,0%,53%)
(0.51/0.40/0.00/0.53)	

CMYK percentages

%51.24
%39.67
%0
%52.55

Codes

Color #3B4979 in popluar color models

3B4979
RGB5973121
HSL226°34.44%35.29%
HSB/HSV226°51.24%47.45%
CMYK51.24%39.67%0.00%
52.55%

Color #3B4979 in popluar number systems.

HEX3B4979
Decimal5973121
Binary11101110010011111001
Octal73111171

Shades and tints

Shades of #3B4979

#3B4979
(59,73,121)
#36436E
(54,67,110)
#313D63
(49,61,99)
#2C3758
(44,55,88)
#27314D
(39,49,77)
#222B42
(34,43,66)
#1D2537
(29,37,55)
#181F2C
(24,31,44)
#131921
(19,25,33)
#0E1316
(14,19,22)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #3B4979

#3B4979
(59,73,121)
#4C5985
(76,89,133)
#5D6991
(93,105,145)
#6E799D
(110,121,157)
#7F89A9
(127,137,169)
#9099B5
(144,153,181)
#A1A9C1
(161,169,193)
#B2B9CD
(178,185,205)
#C3C9D9
(195,201,217)
#D4D9E5
(212,217,229)
#E5E9F1
(229,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4979; }

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

This text font color is #3B4979.


Background Color

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

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

This div background color is #3B4979.


Border color

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

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

This div border color is #3B4979.


Opacity

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

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

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

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

This text has shadow with #3B4979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4979 on black background.


Color preview on white background

This text has color #3B4979 on white background.



Black color preview on #3B4979 background

This text has black color on #3B4979 background.


White color preview on #3B4979 background

This text has white color on #3B4979 background.