COLOR #3B728B

HEX: #3B728B RGB: (59,114,139)

Color info

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

RGB color model

#3B728B color RGB value is (59,114,139).

RGB: (59,114,139) (23%, 45%, 55%)

RGB channels and saturation

R 59 of 255 = 23%
G 114 of 255 = 45%
B 139 of 255 = 55%

59
114
139

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

Portions of RGB colors in percentages

R + G + B = 59 + 114 + 139 = 312 (100%)
R 59 of 312 ~ 18.91%
G 114 of 312 ~ 36.54%
B 139 of 312 ~ 44.55'%

%18.91
%36.54
%44.55

CMYK color model

#3B728B color CMYK value is (58,18,0,45).

  • cyan value is 57.55%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (58,18,0,45)
C58M18Y0K45 (58%, 18%, 0%, 45%)
(0.58 / 0.18 / 0.00 / 0.45)

CMYK percentages

%57.55
%17.99
%0
%45.49

Codes

Color #3B728B in popluar color models

3B 72 8B
RGB 59 114 139
HSL 199° 40.40% 38.82%
HSB/HSV 199° 57.55% 54.51%
CMYK 57.55% 17.99% 0.00%
45.49%

Color #3B728B in popluar number systems.

HEX 3B 72 8B
Decimal 59 114 139
Binary 111011 1110010 10001011
Octal 73 162 213

Shades and tints

Shades of #3B728B

#3B728B
(59,114,139)
#36687F
(54,104,127)
#315E73
(49,94,115)
#2C5467
(44,84,103)
#274A5B
(39,74,91)
#22404F
(34,64,79)
#1D3643
(29,54,67)
#182C37
(24,44,55)
#13222B
(19,34,43)
#0E181F
(14,24,31)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #3B728B

#3B728B
(59,114,139)
#4C7E95
(76,126,149)
#5D8A9F
(93,138,159)
#6E96A9
(110,150,169)
#7FA2B3
(127,162,179)
#90AEBD
(144,174,189)
#A1BAC7
(161,186,199)
#B2C6D1
(178,198,209)
#C3D2DB
(195,210,219)
#D4DEE5
(212,222,229)
#E5EAEF
(229,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B728B color. Also use rgb(59,114,139) instead hex code.

Text Font Color

.myTextColor { color: #3B728B; }

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

This text font color is #3B728B.

Background Color

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

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

This div background color is #3B728B.

Border color

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

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

This div border color is #3B728B.

Opacity

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

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

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

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

This text has shadow with #3B728B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B728B.

Preview

Color preview on black background

This text has color #3B728B on black background.


Color preview on white background

This text has color #3B728B on white background.


Black color preview on #3B728B background

This text has black color on #3B728B background.


White color preview on #3B728B background

This text has white color on #3B728B background.


Related colors

Complementary color

Complementary color for #hex is #C48D74.


I love getcolorcode.com

Triadic colors

1 #8B3B72 and #728B3B with #3B728B are triadic colors.

2 #8B723B and #723B8B with #3B728B are triadic colors.