COLOR #2D5B8D

HEX: #2D5B8D
RGB: (45,91,141)

Color info

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

RGB color model

#2D5B8D color RGB value is (45,91,141).

  • red value is 45;
  • green value is 91;
  • blue value is 141.
RGB:
(45,91,141)
(18%,36%,55%)

RGB channels and saturation

R 45 of 255 = 18%
G 91 of 255 = 36%
B 141 of 255 = 55%

45
91
141

R + G + B ~ 36%. #2D5B8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 91 + 141 = 277 (100%)
R 45 of 277 ~ 16.25%
G 91 of 277 ~ 32.85%
B 141 of 277 ~ 50.9%

%16.25
%32.85
%50.9

CMYK color model

#2D5B8D color CMYK value is (68,35,0,45).

  • cyan value is 68.09%
  • magenta value is 35.46%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(68,35,0,45)
C68M35Y0K45 
(68%,35%,0%,45%)
(0.68/0.35/0.00/0.45)	

CMYK percentages

%68.09
%35.46
%0
%44.71

Codes

Color #2D5B8D in popluar color models

2D5B8D
RGB4591141
HSL211°51.61%36.47%
HSB/HSV211°68.09%55.29%
CMYK68.09%35.46%0.00%
44.71%

Color #2D5B8D in popluar number systems.

HEX2D5B8D
Decimal4591141
Binary101101101101110001101
Octal55133215

Shades and tints

Shades of #2D5B8D

#2D5B8D
(45,91,141)
#295381
(41,83,129)
#254B75
(37,75,117)
#214369
(33,67,105)
#1D3B5D
(29,59,93)
#193351
(25,51,81)
#152B45
(21,43,69)
#112339
(17,35,57)
#0D1B2D
(13,27,45)
#091321
(9,19,33)
#050B15
(5,11,21)
#000000
(0,0,0)

Tints of #2D5B8D

#2D5B8D
(45,91,141)
#406997
(64,105,151)
#5377A1
(83,119,161)
#6685AB
(102,133,171)
#7993B5
(121,147,181)
#8CA1BF
(140,161,191)
#9FAFC9
(159,175,201)
#B2BDD3
(178,189,211)
#C5CBDD
(197,203,221)
#D8D9E7
(216,217,231)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5B8D color. Also use rgb(45,91,141) instead hex code.

Text Font Color

.myTextColor { color: #2D5B8D; }

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

This text font color is #2D5B8D.


Background Color

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

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

This div background color is #2D5B8D.


Border color

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

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

This div border color is #2D5B8D.


Opacity

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

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

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

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

This text has shadow with #2D5B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5B8D on black background.


Color preview on white background

This text has color #2D5B8D on white background.



Black color preview on #2D5B8D background

This text has black color on #2D5B8D background.


White color preview on #2D5B8D background

This text has white color on #2D5B8D background.