COLOR #2D3587

HEX: #2D3587
RGB: (45,53,135)

Color info

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

RGB color model

#2D3587 color RGB value is (45,53,135).

  • red value is 45;
  • green value is 53;
  • blue value is 135.
RGB:
(45,53,135)
(18%,21%,53%)

RGB channels and saturation

R 45 of 255 = 18%
G 53 of 255 = 21%
B 135 of 255 = 53%

45
53
135

R + G + B ~ 31%. #2D3587 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 53 + 135 = 233 (100%)
R 45 of 233 ~ 19.31%
G 53 of 233 ~ 22.75%
B 135 of 233 ~ 57.94%

%19.31
%22.75
%57.94

CMYK color model

#2D3587 color CMYK value is (67,61,0,47).

  • cyan value is 66.67%
  • magenta value is 60.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(67,61,0,47)
C67M61Y0K47 
(67%,61%,0%,47%)
(0.67/0.61/0.00/0.47)	

CMYK percentages

%66.67
%60.74
%0
%47.06

Codes

Color #2D3587 in popluar color models

2D3587
RGB4553135
HSL235°50.00%35.29%
HSB/HSV235°66.67%52.94%
CMYK66.67%60.74%0.00%
47.06%

Color #2D3587 in popluar number systems.

HEX2D3587
Decimal4553135
Binary10110111010110000111
Octal5565207

Shades and tints

Shades of #2D3587

#2D3587
(45,53,135)
#29317B
(41,49,123)
#252D6F
(37,45,111)
#212963
(33,41,99)
#1D2557
(29,37,87)
#19214B
(25,33,75)
#151D3F
(21,29,63)
#111933
(17,25,51)
#0D1527
(13,21,39)
#09111B
(9,17,27)
#050D0F
(5,13,15)
#000000
(0,0,0)

Tints of #2D3587

#2D3587
(45,53,135)
#404791
(64,71,145)
#53599B
(83,89,155)
#666BA5
(102,107,165)
#797DAF
(121,125,175)
#8C8FB9
(140,143,185)
#9FA1C3
(159,161,195)
#B2B3CD
(178,179,205)
#C5C5D7
(197,197,215)
#D8D7E1
(216,215,225)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D3587 color. Also use rgb(45,53,135) instead hex code.

Text Font Color

.myTextColor { color: #2D3587; }

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

This text font color is #2D3587.


Background Color

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

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

This div background color is #2D3587.


Border color

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

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

This div border color is #2D3587.


Opacity

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

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

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

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

This text has shadow with #2D3587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D3587 on black background.


Color preview on white background

This text has color #2D3587 on white background.



Black color preview on #2D3587 background

This text has black color on #2D3587 background.


White color preview on #2D3587 background

This text has white color on #2D3587 background.