COLOR #3B5289

HEX: #3B5289 RGB: (59,82,137)

Color info

#3B5289 contains mainly green and blue colors. Web safe color of #3B5289 is #336699 (or #369).

RGB color model

#3B5289 color RGB value is (59,82,137).

RGB: (59,82,137) (23%, 32%, 54%)

RGB channels and saturation

R 59 of 255 = 23%
G 82 of 255 = 32%
B 137 of 255 = 54%

59
82
137

R + G + B ~ 36%. #3B5289 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 82 + 137 = 278 (100%)
R 59 of 278 ~ 21.22%
G 82 of 278 ~ 29.5%
B 137 of 278 ~ 49.28'%

%21.22
%29.5
%49.28

CMYK color model

#3B5289 color CMYK value is (57,40,0,46).

  • cyan value is 56.93%
  • magenta value is 40.15%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (57,40,0,46) C57M40Y0K46 (57%,40%,0%,46%) (0.57/0.40/0.00/0.46) 

CMYK percentages

%56.93
%40.15
%0
%46.27

Codes

Color #3B5289 in popluar color models

3B 52 89
RGB 59 82 137
HSL 222° 39.80% 38.43%
HSB/HSV 222° 56.93% 53.73%
CMYK 56.93% 40.15% 0.00%
46.27%

Color #3B5289 in popluar number systems.

HEX 3B 52 89
Decimal 59 82 137
Binary 111011 1010010 10001001
Octal 73 122 211

Shades and tints

Shades of #3B5289

#3B5289
(59,82,137)
#364B7D
(54,75,125)
#314471
(49,68,113)
#2C3D65
(44,61,101)
#273659
(39,54,89)
#222F4D
(34,47,77)
#1D2841
(29,40,65)
#182135
(24,33,53)
#131A29
(19,26,41)
#0E131D
(14,19,29)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #3B5289

#3B5289
(59,82,137)
#4C6193
(76,97,147)
#5D709D
(93,112,157)
#6E7FA7
(110,127,167)
#7F8EB1
(127,142,177)
#909DBB
(144,157,187)
#A1ACC5
(161,172,197)
#B2BBCF
(178,187,207)
#C3CAD9
(195,202,217)
#D4D9E3
(212,217,227)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5289; }

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

This text font color is #3B5289.

Background Color

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

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

This div background color is #3B5289.

Border color

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

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

This div border color is #3B5289.

Opacity

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

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

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

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

This text has shadow with #3B5289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5289.

Preview

Color preview on black background

This text has color #3B5289 on black background.


Color preview on white background

This text has color #3B5289 on white background.


Black color preview on #3B5289 background

This text has black color on #3B5289 background.


White color preview on #3B5289 background

This text has white color on #3B5289 background.


Related colors

Complementary color

Complementary color for #hex is #C4AD76.


I love getcolorcode.com

Triadic colors

1 #893B52 and #52893B with #3B5289 are triadic colors.

2 #89523B and #523B89 with #3B5289 are triadic colors.