COLOR #2D5DB1

HEX: #2D5DB1
RGB: (45,93,177)

Color info

#2D5DB1 contains mainly blue color. Web safe color of #2D5DB1 is #336699 (or #369).

RGB color model

#2D5DB1 color RGB value is (45,93,177).

  • red value is 45;
  • green value is 93;
  • blue value is 177.
RGB:
(45,93,177)
(18%,36%,69%)

RGB channels and saturation

R 45 of 255 = 18%
G 93 of 255 = 36%
B 177 of 255 = 69%

45
93
177

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

Portions of RGB colors in percentages

R + G + B =
45 + 93 + 177 = 315 (100%)
R 45 of 315 ~ 14.29%
G 93 of 315 ~ 29.52%
B 177 of 315 ~ 56.19%

%14.29
%29.52
%56.19

CMYK color model

#2D5DB1 color CMYK value is (75,47,0,31).

  • cyan value is 74.58%
  • magenta value is 47.46%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(75,47,0,31)
C75M47Y0K31 
(75%,47%,0%,31%)
(0.75/0.47/0.00/0.31)	

CMYK percentages

%74.58
%47.46
%0
%30.59

Codes

Color #2D5DB1 in popluar color models

2D5DB1
RGB4593177
HSL218°59.46%43.53%
HSB/HSV218°74.58%69.41%
CMYK74.58%47.46%0.00%
30.59%

Color #2D5DB1 in popluar number systems.

HEX2D5DB1
Decimal4593177
Binary101101101110110110001
Octal55135261

Shades and tints

Shades of #2D5DB1

#2D5DB1
(45,93,177)
#2955A1
(41,85,161)
#254D91
(37,77,145)
#214581
(33,69,129)
#1D3D71
(29,61,113)
#193561
(25,53,97)
#152D51
(21,45,81)
#112541
(17,37,65)
#0D1D31
(13,29,49)
#091521
(9,21,33)
#050D11
(5,13,17)
#000000
(0,0,0)

Tints of #2D5DB1

#2D5DB1
(45,93,177)
#406BB8
(64,107,184)
#5379BF
(83,121,191)
#6687C6
(102,135,198)
#7995CD
(121,149,205)
#8CA3D4
(140,163,212)
#9FB1DB
(159,177,219)
#B2BFE2
(178,191,226)
#C5CDE9
(197,205,233)
#D8DBF0
(216,219,240)
#EBE9F7
(235,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5DB1 color. Also use rgb(45,93,177) instead hex code.

Text Font Color

.myTextColor { color: #2D5DB1; }

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

This text font color is #2D5DB1.


Background Color

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

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

This div background color is #2D5DB1.


Border color

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

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

This div border color is #2D5DB1.


Opacity

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

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

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

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

This text has shadow with #2D5DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5DB1 on black background.


Color preview on white background

This text has color #2D5DB1 on white background.



Black color preview on #2D5DB1 background

This text has black color on #2D5DB1 background.


White color preview on #2D5DB1 background

This text has white color on #2D5DB1 background.