COLOR #2D4591

HEX: #2D4591
RGB: (45,69,145)

Color info

#2D4591 contains mainly blue color. Web safe color of #2D4591 is #333399 (or #339).

RGB color model

#2D4591 color RGB value is (45,69,145).

  • red value is 45;
  • green value is 69;
  • blue value is 145.
RGB:
(45,69,145)
(18%,27%,57%)

RGB channels and saturation

R 45 of 255 = 18%
G 69 of 255 = 27%
B 145 of 255 = 57%

45
69
145

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

Portions of RGB colors in percentages

R + G + B =
45 + 69 + 145 = 259 (100%)
R 45 of 259 ~ 17.37%
G 69 of 259 ~ 26.64%
B 145 of 259 ~ 55.98%

%17.37
%26.64
%55.98

CMYK color model

#2D4591 color CMYK value is (69,52,0,43).

  • cyan value is 68.97%
  • magenta value is 52.41%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(69,52,0,43)
C69M52Y0K43 
(69%,52%,0%,43%)
(0.69/0.52/0.00/0.43)	

CMYK percentages

%68.97
%52.41
%0
%43.14

Codes

Color #2D4591 in popluar color models

2D4591
RGB4569145
HSL226°52.63%37.25%
HSB/HSV226°68.97%56.86%
CMYK68.97%52.41%0.00%
43.14%

Color #2D4591 in popluar number systems.

HEX2D4591
Decimal4569145
Binary101101100010110010001
Octal55105221

Shades and tints

Shades of #2D4591

#2D4591
(45,69,145)
#293F84
(41,63,132)
#253977
(37,57,119)
#21336A
(33,51,106)
#1D2D5D
(29,45,93)
#192750
(25,39,80)
#152143
(21,33,67)
#111B36
(17,27,54)
#0D1529
(13,21,41)
#090F1C
(9,15,28)
#05090F
(5,9,15)
#000000
(0,0,0)

Tints of #2D4591

#2D4591
(45,69,145)
#40559B
(64,85,155)
#5365A5
(83,101,165)
#6675AF
(102,117,175)
#7985B9
(121,133,185)
#8C95C3
(140,149,195)
#9FA5CD
(159,165,205)
#B2B5D7
(178,181,215)
#C5C5E1
(197,197,225)
#D8D5EB
(216,213,235)
#EBE5F5
(235,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D4591 color. Also use rgb(45,69,145) instead hex code.

Text Font Color

.myTextColor { color: #2D4591; }

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

This text font color is #2D4591.


Background Color

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

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

This div background color is #2D4591.


Border color

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

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

This div border color is #2D4591.


Opacity

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

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

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

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

This text has shadow with #2D4591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4591 on black background.


Color preview on white background

This text has color #2D4591 on white background.



Black color preview on #2D4591 background

This text has black color on #2D4591 background.


White color preview on #2D4591 background

This text has white color on #2D4591 background.