COLOR #3B7489

HEX: #3B7489 RGB: (59,116,137)

Color info

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

RGB color model

#3B7489 color RGB value is (59,116,137).

RGB: (59,116,137) (23%, 45%, 54%)

RGB channels and saturation

R 59 of 255 = 23%
G 116 of 255 = 45%
B 137 of 255 = 54%

59
116
137

R + G + B ~ 41%. #3B7489 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 59 + 116 + 137 = 312 (100%)
R 59 of 312 ~ 18.91%
G 116 of 312 ~ 37.18%
B 137 of 312 ~ 43.91'%

%18.91
%37.18
%43.91

CMYK color model

#3B7489 color CMYK value is (57,15,0,46).

  • cyan value is 56.93%
  • magenta value is 15.33%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK: (57,15,0,46) C57M15Y0K46 (57%,15%,0%,46%) (0.57/0.15/0.00/0.46) 

CMYK percentages

%56.93
%15.33
%0
%46.27

Codes

Color #3B7489 in popluar color models

3B 74 89
RGB 59 116 137
HSL 196° 39.80% 38.43%
HSB/HSV 196° 56.93% 53.73%
CMYK 56.93% 15.33% 0.00%
46.27%

Color #3B7489 in popluar number systems.

HEX 3B 74 89
Decimal 59 116 137
Binary 111011 1110100 10001001
Octal 73 164 211

Shades and tints

Shades of #3B7489

#3B7489
(59,116,137)
#366A7D
(54,106,125)
#316071
(49,96,113)
#2C5665
(44,86,101)
#274C59
(39,76,89)
#22424D
(34,66,77)
#1D3841
(29,56,65)
#182E35
(24,46,53)
#132429
(19,36,41)
#0E1A1D
(14,26,29)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #3B7489

#3B7489
(59,116,137)
#4C8093
(76,128,147)
#5D8C9D
(93,140,157)
#6E98A7
(110,152,167)
#7FA4B1
(127,164,177)
#90B0BB
(144,176,187)
#A1BCC5
(161,188,197)
#B2C8CF
(178,200,207)
#C3D4D9
(195,212,217)
#D4E0E3
(212,224,227)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7489; }

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

This text font color is #3B7489.

Background Color

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

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

This div background color is #3B7489.

Border color

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

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

This div border color is #3B7489.

Opacity

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

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

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

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

This text has shadow with #3B7489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7489.

Preview

Color preview on black background

This text has color #3B7489 on black background.


Color preview on white background

This text has color #3B7489 on white background.


Black color preview on #3B7489 background

This text has black color on #3B7489 background.


White color preview on #3B7489 background

This text has white color on #3B7489 background.


Related colors

Complementary color

Complementary color for #hex is #C48B76.


I love getcolorcode.com

Triadic colors

1 #893B74 and #74893B with #3B7489 are triadic colors.

2 #89743B and #743B89 with #3B7489 are triadic colors.