COLOR #3B899D

HEX: #3B899D RGB: (59,137,157)

Color info

#3B899D contains mainly green and blue colors. Web safe color of #3B899D is #339999 (or #399).

RGB color model

#3B899D color RGB value is (59,137,157).

RGB: (59,137,157) (23%, 54%, 62%)

RGB channels and saturation

R 59 of 255 = 23%
G 137 of 255 = 54%
B 157 of 255 = 62%

59
137
157

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

Portions of RGB colors in percentages

R + G + B = 59 + 137 + 157 = 353 (100%)
R 59 of 353 ~ 16.71%
G 137 of 353 ~ 38.81%
B 157 of 353 ~ 44.48'%

%16.71
%38.81
%44.48

CMYK color model

#3B899D color CMYK value is (62,13,0,38).

  • cyan value is 62.42%
  • magenta value is 12.74%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (62,13,0,38)
C62M13Y0K38 (62%, 13%, 0%, 38%)
(0.62 / 0.13 / 0.00 / 0.38)

CMYK percentages

%62.42
%12.74
%0
%38.43

Codes

Color #3B899D in popluar color models

3B 89 9D
RGB 59 137 157
HSL 192° 45.37% 42.35%
HSB/HSV 192° 62.42% 61.57%
CMYK 62.42% 12.74% 0.00%
38.43%

Color #3B899D in popluar number systems.

HEX 3B 89 9D
Decimal 59 137 157
Binary 111011 10001001 10011101
Octal 73 211 235

Shades and tints

Shades of #3B899D

#3B899D
(59,137,157)
#367D8F
(54,125,143)
#317181
(49,113,129)
#2C6573
(44,101,115)
#275965
(39,89,101)
#224D57
(34,77,87)
#1D4149
(29,65,73)
#18353B
(24,53,59)
#13292D
(19,41,45)
#0E1D1F
(14,29,31)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #3B899D

#3B899D
(59,137,157)
#4C93A5
(76,147,165)
#5D9DAD
(93,157,173)
#6EA7B5
(110,167,181)
#7FB1BD
(127,177,189)
#90BBC5
(144,187,197)
#A1C5CD
(161,197,205)
#B2CFD5
(178,207,213)
#C3D9DD
(195,217,221)
#D4E3E5
(212,227,229)
#E5EDED
(229,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B899D; }

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

This text font color is #3B899D.

Background Color

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

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

This div background color is #3B899D.

Border color

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

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

This div border color is #3B899D.

Opacity

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

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

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

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

This text has shadow with #3B899D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B899D.

Preview

Color preview on black background

This text has color #3B899D on black background.


Color preview on white background

This text has color #3B899D on white background.


Black color preview on #3B899D background

This text has black color on #3B899D background.


White color preview on #3B899D background

This text has white color on #3B899D background.


Related colors

Complementary color

Complementary color for #hex is #C47662.


I love getcolorcode.com

Triadic colors

1 #9D3B89 and #899D3B with #3B899D are triadic colors.

2 #9D893B and #893B9D with #3B899D are triadic colors.