COLOR #3B7388

HEX: #3B7388 RGB: (59,115,136)

Color info

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

RGB color model

#3B7388 color RGB value is (59,115,136).

RGB: (59,115,136) (23%, 45%, 53%)

RGB channels and saturation

R 59 of 255 = 23%
G 115 of 255 = 45%
B 136 of 255 = 53%

59
115
136

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

Portions of RGB colors in percentages

R + G + B = 59 + 115 + 136 = 310 (100%)
R 59 of 310 ~ 19.03%
G 115 of 310 ~ 37.1%
B 136 of 310 ~ 43.87'%

%19.03
%37.1
%43.87

CMYK color model

#3B7388 color CMYK value is (57,15,0,47).

  • cyan value is 56.62%
  • magenta value is 15.44%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (57,15,0,47)
C57M15Y0K47 (57%, 15%, 0%, 47%)
(0.57 / 0.15 / 0.00 / 0.47)

CMYK percentages

%56.62
%15.44
%0
%46.67

Codes

Color #3B7388 in popluar color models

3B 73 88
RGB 59 115 136
HSL 196° 39.49% 38.24%
HSB/HSV 196° 56.62% 53.33%
CMYK 56.62% 15.44% 0.00%
46.67%

Color #3B7388 in popluar number systems.

HEX 3B 73 88
Decimal 59 115 136
Binary 111011 1110011 10001000
Octal 73 163 210

Shades and tints

Shades of #3B7388

#3B7388
(59,115,136)
#36697C
(54,105,124)
#315F70
(49,95,112)
#2C5564
(44,85,100)
#274B58
(39,75,88)
#22414C
(34,65,76)
#1D3740
(29,55,64)
#182D34
(24,45,52)
#132328
(19,35,40)
#0E191C
(14,25,28)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #3B7388

#3B7388
(59,115,136)
#4C7F92
(76,127,146)
#5D8B9C
(93,139,156)
#6E97A6
(110,151,166)
#7FA3B0
(127,163,176)
#90AFBA
(144,175,186)
#A1BBC4
(161,187,196)
#B2C7CE
(178,199,206)
#C3D3D8
(195,211,216)
#D4DFE2
(212,223,226)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7388 color. Also use rgb(59,115,136) instead hex code.

Text Font Color

.myTextColor { color: #3B7388; }

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

This text font color is #3B7388.

Background Color

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

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

This div background color is #3B7388.

Border color

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

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

This div border color is #3B7388.

Opacity

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

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

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

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

This text has shadow with #3B7388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7388.

Preview

Color preview on black background

This text has color #3B7388 on black background.


Color preview on white background

This text has color #3B7388 on white background.


Black color preview on #3B7388 background

This text has black color on #3B7388 background.


White color preview on #3B7388 background

This text has white color on #3B7388 background.


Related colors

Complementary color

Complementary color for #hex is #C48C77.


I love getcolorcode.com

Triadic colors

1 #883B73 and #73883B with #3B7388 are triadic colors.

2 #88733B and #733B88 with #3B7388 are triadic colors.