COLOR #2D89AA

HEX: #2D89AA RGB: (45,137,170)

Color info

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

RGB color model

#2D89AA color RGB value is (45,137,170).

RGB: (45,137,170) (18%, 54%, 67%)

RGB channels and saturation

R 45 of 255 = 18%
G 137 of 255 = 54%
B 170 of 255 = 67%

45
137
170

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

Portions of RGB colors in percentages

R + G + B = 45 + 137 + 170 = 352 (100%)
R 45 of 352 ~ 12.78%
G 137 of 352 ~ 38.92%
B 170 of 352 ~ 48.3'%

%12.78
%38.92
%48.3

CMYK color model

#2D89AA color CMYK value is (74,19,0,33).

  • cyan value is 73.53%
  • magenta value is 19.41%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (74,19,0,33)
C74M19Y0K33 (74%, 19%, 0%, 33%)
(0.74 / 0.19 / 0.00 / 0.33)

CMYK percentages

%73.53
%19.41
%0
%33.33

Codes

Color #2D89AA in popluar color models

2D 89 AA
RGB 45 137 170
HSL 196° 58.14% 42.16%
HSB/HSV 196° 73.53% 66.67%
CMYK 73.53% 19.41% 0.00%
33.33%

Color #2D89AA in popluar number systems.

HEX 2D 89 AA
Decimal 45 137 170
Binary 101101 10001001 10101010
Octal 55 211 252

Shades and tints

Shades of #2D89AA

#2D89AA
(45,137,170)
#297D9B
(41,125,155)
#25718C
(37,113,140)
#21657D
(33,101,125)
#1D596E
(29,89,110)
#194D5F
(25,77,95)
#154150
(21,65,80)
#113541
(17,53,65)
#0D2932
(13,41,50)
#091D23
(9,29,35)
#051114
(5,17,20)
#000000
(0,0,0)

Tints of #2D89AA

#2D89AA
(45,137,170)
#4093B1
(64,147,177)
#539DB8
(83,157,184)
#66A7BF
(102,167,191)
#79B1C6
(121,177,198)
#8CBBCD
(140,187,205)
#9FC5D4
(159,197,212)
#B2CFDB
(178,207,219)
#C5D9E2
(197,217,226)
#D8E3E9
(216,227,233)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D89AA color. Also use rgb(45,137,170) instead hex code.

Text Font Color

.myTextColor { color: #2D89AA; }

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

This text font color is #2D89AA.

Background Color

.myBgColor { background-color: #2D89AA; }

<div style="background-color:#2D89AA">Inner text</div>

This div background color is #2D89AA.

Border color

.myBorderColor { border: 1px solid #2D89AA; }

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

This div border color is #2D89AA.

Opacity

.myOpacity80 { color: #2D89AA; opacity: 0.8; }

<p style="color:#2D89AA;opacity:0.8;">80%</p>

Text with #2D89AA 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 #2D89AA;}

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

This text has shadow with #2D89AA color.


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

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

This text has shadow with #2D89AA primary color and red secondary color.


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

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

This text has shadow with #2D89AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2D89AA.

Preview

Color preview on black background

This text has color #2D89AA on black background.


Color preview on white background

This text has color #2D89AA on white background.


Black color preview on #2D89AA background

This text has black color on #2D89AA background.


White color preview on #2D89AA background

This text has white color on #2D89AA background.


Related colors

Complementary color

Complementary color for #hex is #D27655.


I love getcolorcode.com

Triadic colors

1 #AA2D89 and #89AA2D with #2D89AA are triadic colors.

2 #AA892D and #892DAA with #2D89AA are triadic colors.