COLOR #3B4479

HEX: #3B4479
RGB: (59,68,121)

Color info

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

RGB color model

#3B4479 color RGB value is (59,68,121).

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

RGB channels and saturation

R 59 of 255 = 23%
G 68 of 255 = 27%
B 121 of 255 = 47%

59
68
121

R + G + B ~ 32%. #3B4479 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 68 + 121 = 248 (100%)
R 59 of 248 ~ 23.79%
G 68 of 248 ~ 27.42%
B 121 of 248 ~ 48.79%

%23.79
%27.42
%48.79

CMYK color model

#3B4479 color CMYK value is (51,44,0,53).

  • cyan value is 51.24%
  • magenta value is 43.80%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(51,44,0,53)
C51M44Y0K53 
(51%,44%,0%,53%)
(0.51/0.44/0.00/0.53)	

CMYK percentages

%51.24
%43.8
%0
%52.55

Codes

Color #3B4479 in popluar color models

3B4479
RGB5968121
HSL231°34.44%35.29%
HSB/HSV231°51.24%47.45%
CMYK51.24%43.80%0.00%
52.55%

Color #3B4479 in popluar number systems.

HEX3B4479
Decimal5968121
Binary11101110001001111001
Octal73104171

Shades and tints

Shades of #3B4479

#3B4479
(59,68,121)
#363E6E
(54,62,110)
#313863
(49,56,99)
#2C3258
(44,50,88)
#272C4D
(39,44,77)
#222642
(34,38,66)
#1D2037
(29,32,55)
#181A2C
(24,26,44)
#131421
(19,20,33)
#0E0E16
(14,14,22)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #3B4479

#3B4479
(59,68,121)
#4C5585
(76,85,133)
#5D6691
(93,102,145)
#6E779D
(110,119,157)
#7F88A9
(127,136,169)
#9099B5
(144,153,181)
#A1AAC1
(161,170,193)
#B2BBCD
(178,187,205)
#C3CCD9
(195,204,217)
#D4DDE5
(212,221,229)
#E5EEF1
(229,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4479; }

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

This text font color is #3B4479.


Background Color

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

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

This div background color is #3B4479.


Border color

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

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

This div border color is #3B4479.


Opacity

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

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

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

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

This text has shadow with #3B4479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4479 on black background.


Color preview on white background

This text has color #3B4479 on white background.



Black color preview on #3B4479 background

This text has black color on #3B4479 background.


White color preview on #3B4479 background

This text has white color on #3B4479 background.