COLOR #2D597B

HEX: #2D597B
RGB: (45,89,123)

Color info

#2D597B contains mainly green and blue colors. Web safe color of #2D597B is #336666 (or #366).

RGB color model

#2D597B color RGB value is (45,89,123).

  • red value is 45;
  • green value is 89;
  • blue value is 123.
RGB:
(45,89,123)
(18%,35%,48%)

RGB channels and saturation

R 45 of 255 = 18%
G 89 of 255 = 35%
B 123 of 255 = 48%

45
89
123

R + G + B ~ 34%. #2D597B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 89 + 123 = 257 (100%)
R 45 of 257 ~ 17.51%
G 89 of 257 ~ 34.63%
B 123 of 257 ~ 47.86%

%17.51
%34.63
%47.86

CMYK color model

#2D597B color CMYK value is (63,28,0,52).

  • cyan value is 63.41%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(63,28,0,52)
C63M28Y0K52 
(63%,28%,0%,52%)
(0.63/0.28/0.00/0.52)	

CMYK percentages

%63.41
%27.64
%0
%51.76

Codes

Color #2D597B in popluar color models

2D597B
RGB4589123
HSL206°46.43%32.94%
HSB/HSV206°63.41%48.24%
CMYK63.41%27.64%0.00%
51.76%

Color #2D597B in popluar number systems.

HEX2D597B
Decimal4589123
Binary10110110110011111011
Octal55131173

Shades and tints

Shades of #2D597B

#2D597B
(45,89,123)
#295170
(41,81,112)
#254965
(37,73,101)
#21415A
(33,65,90)
#1D394F
(29,57,79)
#193144
(25,49,68)
#152939
(21,41,57)
#11212E
(17,33,46)
#0D1923
(13,25,35)
#091118
(9,17,24)
#05090D
(5,9,13)
#000000
(0,0,0)

Tints of #2D597B

#2D597B
(45,89,123)
#406887
(64,104,135)
#537793
(83,119,147)
#66869F
(102,134,159)
#7995AB
(121,149,171)
#8CA4B7
(140,164,183)
#9FB3C3
(159,179,195)
#B2C2CF
(178,194,207)
#C5D1DB
(197,209,219)
#D8E0E7
(216,224,231)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D597B color. Also use rgb(45,89,123) instead hex code.

Text Font Color

.myTextColor { color: #2D597B; }

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

This text font color is #2D597B.


Background Color

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

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

This div background color is #2D597B.


Border color

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

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

This div border color is #2D597B.


Opacity

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

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

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

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

This text has shadow with #2D597B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D597B on black background.


Color preview on white background

This text has color #2D597B on white background.



Black color preview on #2D597B background

This text has black color on #2D597B background.


White color preview on #2D597B background

This text has white color on #2D597B background.