COLOR #3989A9

HEX: #3989A9
RGB: (57,137,169)

Color info

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

RGB color model

#3989A9 color RGB value is (57,137,169).

  • red value is 57;
  • green value is 137;
  • blue value is 169.
RGB:
(57,137,169)
(22%,54%,66%)

RGB channels and saturation

R 57 of 255 = 22%
G 137 of 255 = 54%
B 169 of 255 = 66%

57
137
169

R + G + B ~ 47%. #3989A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 137 + 169 = 363 (100%)
R 57 of 363 ~ 15.7%
G 137 of 363 ~ 37.74%
B 169 of 363 ~ 46.56%

%15.7
%37.74
%46.56

CMYK color model

#3989A9 color CMYK value is (66,19,0,34).

  • cyan value is 66.27%
  • magenta value is 18.93%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(66,19,0,34)
C66M19Y0K34 
(66%,19%,0%,34%)
(0.66/0.19/0.00/0.34)	

CMYK percentages

%66.27
%18.93
%0
%33.73

Codes

Color #3989A9 in popluar color models

3989A9
RGB57137169
HSL197°49.56%44.31%
HSB/HSV197°66.27%66.27%
CMYK66.27%18.93%0.00%
33.73%

Color #3989A9 in popluar number systems.

HEX3989A9
Decimal57137169
Binary1110011000100110101001
Octal71211251

Shades and tints

Shades of #3989A9

#3989A9
(57,137,169)
#347D9A
(52,125,154)
#2F718B
(47,113,139)
#2A657C
(42,101,124)
#25596D
(37,89,109)
#204D5E
(32,77,94)
#1B414F
(27,65,79)
#163540
(22,53,64)
#112931
(17,41,49)
#0C1D22
(12,29,34)
#071113
(7,17,19)
#000000
(0,0,0)

Tints of #3989A9

#3989A9
(57,137,169)
#4B93B0
(75,147,176)
#5D9DB7
(93,157,183)
#6FA7BE
(111,167,190)
#81B1C5
(129,177,197)
#93BBCC
(147,187,204)
#A5C5D3
(165,197,211)
#B7CFDA
(183,207,218)
#C9D9E1
(201,217,225)
#DBE3E8
(219,227,232)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3989A9 color. Also use rgb(57,137,169) instead hex code.

Text Font Color

.myTextColor { color: #3989A9; }

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

This text font color is #3989A9.


Background Color

.myBgColor { background-color: #3989A9; }

<div style="background-color:#3989A9">Inner text</div>

This div background color is #3989A9.


Border color

.myBorderColor { border: 1px solid #3989A9; }

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

This div border color is #3989A9.


Opacity

.myOpacity80 { color: #3989A9; opacity: 0.8; }

<p style="color:#3989A9;opacity:0.8;">80%</p>

Text with #3989A9 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 #3989A9;}

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

This text has shadow with #3989A9 color.

.textShadow {text-shadow: 3px 3px 1px #3989A9, 3px 3px 1px red;}

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

This text has shadow with #3989A9 primary color and red secondary color.


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

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

This text has shadow with #3989A9 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3989A9;
-webkit-box-shadow: 1px 1px 3px 2px #3989A9;
box-shadow:1px 1px 3px 2px #3989A9;">
Div content here</div>
This div box has shadow with color #3989A9.

Preview

Color preview on black background

This text has color #3989A9 on black background.


Color preview on white background

This text has color #3989A9 on white background.



Black color preview on #3989A9 background

This text has black color on #3989A9 background.


White color preview on #3989A9 background

This text has white color on #3989A9 background.