COLOR #3B4989

HEX: #3B4989
RGB: (59,73,137)

Color info

#3B4989 contains mainly blue color. Web safe color of #3B4989 is #333399 (or #339).

RGB color model

#3B4989 color RGB value is (59,73,137).

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

RGB channels and saturation

R 59 of 255 = 23%
G 73 of 255 = 29%
B 137 of 255 = 54%

59
73
137

R + G + B ~ 35%. #3B4989 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 73 + 137 = 269 (100%)
R 59 of 269 ~ 21.93%
G 73 of 269 ~ 27.14%
B 137 of 269 ~ 50.93%

%21.93
%27.14
%50.93

CMYK color model

#3B4989 color CMYK value is (57,47,0,46).

  • cyan value is 56.93%
  • magenta value is 46.72%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(57,47,0,46)
C57M47Y0K46 
(57%,47%,0%,46%)
(0.57/0.47/0.00/0.46)	

CMYK percentages

%56.93
%46.72
%0
%46.27

Codes

Color #3B4989 in popluar color models

3B4989
RGB5973137
HSL229°39.80%38.43%
HSB/HSV229°56.93%53.73%
CMYK56.93%46.72%0.00%
46.27%

Color #3B4989 in popluar number systems.

HEX3B4989
Decimal5973137
Binary111011100100110001001
Octal73111211

Shades and tints

Shades of #3B4989

#3B4989
(59,73,137)
#36437D
(54,67,125)
#313D71
(49,61,113)
#2C3765
(44,55,101)
#273159
(39,49,89)
#222B4D
(34,43,77)
#1D2541
(29,37,65)
#181F35
(24,31,53)
#131929
(19,25,41)
#0E131D
(14,19,29)
#090D11
(9,13,17)
#000000
(0,0,0)

Tints of #3B4989

#3B4989
(59,73,137)
#4C5993
(76,89,147)
#5D699D
(93,105,157)
#6E79A7
(110,121,167)
#7F89B1
(127,137,177)
#9099BB
(144,153,187)
#A1A9C5
(161,169,197)
#B2B9CF
(178,185,207)
#C3C9D9
(195,201,217)
#D4D9E3
(212,217,227)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4989; }

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

This text font color is #3B4989.


Background Color

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

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

This div background color is #3B4989.


Border color

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

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

This div border color is #3B4989.


Opacity

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

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

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

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

This text has shadow with #3B4989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4989 on black background.


Color preview on white background

This text has color #3B4989 on white background.



Black color preview on #3B4989 background

This text has black color on #3B4989 background.


White color preview on #3B4989 background

This text has white color on #3B4989 background.