COLOR #2D7389

HEX: #2D7389 RGB: (45,115,137)

Color info

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

RGB color model

#2D7389 color RGB value is (45,115,137).

RGB: (45,115,137) (18%, 45%, 54%)

RGB channels and saturation

R 45 of 255 = 18%
G 115 of 255 = 45%
B 137 of 255 = 54%

45
115
137

R + G + B ~ 39%. #2D7389 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 115 + 137 = 297 (100%)
R 45 of 297 ~ 15.15%
G 115 of 297 ~ 38.72%
B 137 of 297 ~ 46.13'%

%15.15
%38.72
%46.13

CMYK color model

#2D7389 color CMYK value is (67,16,0,46).

  • cyan value is 67.15%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (67,16,0,46)
C67M16Y0K46 (67%, 16%, 0%, 46%)
(0.67 / 0.16 / 0.00 / 0.46)

CMYK percentages

%67.15
%16.06
%0
%46.27

Codes

Color #2D7389 in popluar color models

2D 73 89
RGB 45 115 137
HSL 194° 50.55% 35.69%
HSB/HSV 194° 67.15% 53.73%
CMYK 67.15% 16.06% 0.00%
46.27%

Color #2D7389 in popluar number systems.

HEX 2D 73 89
Decimal 45 115 137
Binary 101101 1110011 10001001
Octal 55 163 211

Shades and tints

Shades of #2D7389

#2D7389
(45,115,137)
#29697D
(41,105,125)
#255F71
(37,95,113)
#215565
(33,85,101)
#1D4B59
(29,75,89)
#19414D
(25,65,77)
#153741
(21,55,65)
#112D35
(17,45,53)
#0D2329
(13,35,41)
#09191D
(9,25,29)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #2D7389

#2D7389
(45,115,137)
#407F93
(64,127,147)
#538B9D
(83,139,157)
#6697A7
(102,151,167)
#79A3B1
(121,163,177)
#8CAFBB
(140,175,187)
#9FBBC5
(159,187,197)
#B2C7CF
(178,199,207)
#C5D3D9
(197,211,217)
#D8DFE3
(216,223,227)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D7389; }

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

This text font color is #2D7389.

Background Color

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

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

This div background color is #2D7389.

Border color

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

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

This div border color is #2D7389.

Opacity

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

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

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

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

This text has shadow with #2D7389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D7389.

Preview

Color preview on black background

This text has color #2D7389 on black background.


Color preview on white background

This text has color #2D7389 on white background.


Black color preview on #2D7389 background

This text has black color on #2D7389 background.


White color preview on #2D7389 background

This text has white color on #2D7389 background.


Related colors

Complementary color

Complementary color for #hex is #D28C76.


I love getcolorcode.com

Triadic colors

1 #892D73 and #73892D with #2D7389 are triadic colors.

2 #89732D and #732D89 with #2D7389 are triadic colors.