COLOR #3B4A82

HEX: #3B4A82
RGB: (59,74,130)

Color info

#3B4A82 contains mainly green and blue colors. Web safe color of #3B4A82 is #333399 (or #339).

RGB color model

#3B4A82 color RGB value is (59,74,130).

  • red value is 59;
  • green value is 74;
  • blue value is 130.
RGB:
(59,74,130)
(23%,29%,51%)

RGB channels and saturation

R 59 of 255 = 23%
G 74 of 255 = 29%
B 130 of 255 = 51%

59
74
130

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

Portions of RGB colors in percentages

R + G + B =
59 + 74 + 130 = 263 (100%)
R 59 of 263 ~ 22.43%
G 74 of 263 ~ 28.14%
B 130 of 263 ~ 49.43%

%22.43
%28.14
%49.43

CMYK color model

#3B4A82 color CMYK value is (55,43,0,49).

  • cyan value is 54.62%
  • magenta value is 43.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(55,43,0,49)
C55M43Y0K49 
(55%,43%,0%,49%)
(0.55/0.43/0.00/0.49)	

CMYK percentages

%54.62
%43.08
%0
%49.02

Codes

Color #3B4A82 in popluar color models

3B4A82
RGB5974130
HSL227°37.57%37.06%
HSB/HSV227°54.62%50.98%
CMYK54.62%43.08%0.00%
49.02%

Color #3B4A82 in popluar number systems.

HEX3B4A82
Decimal5974130
Binary111011100101010000010
Octal73112202

Shades and tints

Shades of #3B4A82

#3B4A82
(59,74,130)
#364477
(54,68,119)
#313E6C
(49,62,108)
#2C3861
(44,56,97)
#273256
(39,50,86)
#222C4B
(34,44,75)
#1D2640
(29,38,64)
#182035
(24,32,53)
#131A2A
(19,26,42)
#0E141F
(14,20,31)
#090E14
(9,14,20)
#000000
(0,0,0)

Tints of #3B4A82

#3B4A82
(59,74,130)
#4C5A8D
(76,90,141)
#5D6A98
(93,106,152)
#6E7AA3
(110,122,163)
#7F8AAE
(127,138,174)
#909AB9
(144,154,185)
#A1AAC4
(161,170,196)
#B2BACF
(178,186,207)
#C3CADA
(195,202,218)
#D4DAE5
(212,218,229)
#E5EAF0
(229,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4A82 color. Also use rgb(59,74,130) instead hex code.

Text Font Color

.myTextColor { color: #3B4A82; }

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

This text font color is #3B4A82.


Background Color

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

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

This div background color is #3B4A82.


Border color

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

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

This div border color is #3B4A82.


Opacity

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

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

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

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

This text has shadow with #3B4A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4A82 on black background.


Color preview on white background

This text has color #3B4A82 on white background.



Black color preview on #3B4A82 background

This text has black color on #3B4A82 background.


White color preview on #3B4A82 background

This text has white color on #3B4A82 background.