COLOR #3A89D5

HEX: #3A89D5
RGB: (58,137,213)

Color info

#3A89D5 contains mainly blue color. Web safe color of #3A89D5 is #3399CC (or #39C).

RGB color model

#3A89D5 color RGB value is (58,137,213).

  • red value is 58;
  • green value is 137;
  • blue value is 213.
RGB:
(58,137,213)
(23%,54%,84%)

RGB channels and saturation

R 58 of 255 = 23%
G 137 of 255 = 54%
B 213 of 255 = 84%

58
137
213

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

Portions of RGB colors in percentages

R + G + B =
58 + 137 + 213 = 408 (100%)
R 58 of 408 ~ 14.22%
G 137 of 408 ~ 33.58%
B 213 of 408 ~ 52.21%

%14.22
%33.58
%52.21

CMYK color model

#3A89D5 color CMYK value is (73,36,0,16).

  • cyan value is 72.77%
  • magenta value is 35.68%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(73,36,0,16)
C73M36Y0K16 
(73%,36%,0%,16%)
(0.73/0.36/0.00/0.16)	

CMYK percentages

%72.77
%35.68
%0
%16.47

Codes

Color #3A89D5 in popluar color models

3A89D5
RGB58137213
HSL209°64.85%53.14%
HSB/HSV209°72.77%83.53%
CMYK72.77%35.68%0.00%
16.47%

Color #3A89D5 in popluar number systems.

HEX3A89D5
Decimal58137213
Binary1110101000100111010101
Octal72211325

Shades and tints

Shades of #3A89D5

#3A89D5
(58,137,213)
#357DC2
(53,125,194)
#3071AF
(48,113,175)
#2B659C
(43,101,156)
#265989
(38,89,137)
#214D76
(33,77,118)
#1C4163
(28,65,99)
#173550
(23,53,80)
#12293D
(18,41,61)
#0D1D2A
(13,29,42)
#081117
(8,17,23)
#000000
(0,0,0)

Tints of #3A89D5

#3A89D5
(58,137,213)
#4B93D8
(75,147,216)
#5C9DDB
(92,157,219)
#6DA7DE
(109,167,222)
#7EB1E1
(126,177,225)
#8FBBE4
(143,187,228)
#A0C5E7
(160,197,231)
#B1CFEA
(177,207,234)
#C2D9ED
(194,217,237)
#D3E3F0
(211,227,240)
#E4EDF3
(228,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A89D5 color. Also use rgb(58,137,213) instead hex code.

Text Font Color

.myTextColor { color: #3A89D5; }

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

This text font color is #3A89D5.


Background Color

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

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

This div background color is #3A89D5.


Border color

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

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

This div border color is #3A89D5.


Opacity

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

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

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

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

This text has shadow with #3A89D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A89D5 on black background.


Color preview on white background

This text has color #3A89D5 on white background.



Black color preview on #3A89D5 background

This text has black color on #3A89D5 background.


White color preview on #3A89D5 background

This text has white color on #3A89D5 background.