COLOR #2D4C9F

HEX: #2D4C9F
RGB: (45,76,159)

Color info

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

RGB color model

#2D4C9F color RGB value is (45,76,159).

  • red value is 45;
  • green value is 76;
  • blue value is 159.
RGB:
(45,76,159)
(18%,30%,62%)

RGB channels and saturation

R 45 of 255 = 18%
G 76 of 255 = 30%
B 159 of 255 = 62%

45
76
159

R + G + B ~ 37%. #2D4C9F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 76 + 159 = 280 (100%)
R 45 of 280 ~ 16.07%
G 76 of 280 ~ 27.14%
B 159 of 280 ~ 56.79%

%16.07
%27.14
%56.79

CMYK color model

#2D4C9F color CMYK value is (72,52,0,38).

  • cyan value is 71.70%
  • magenta value is 52.20%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(72,52,0,38)
C72M52Y0K38 
(72%,52%,0%,38%)
(0.72/0.52/0.00/0.38)	

CMYK percentages

%71.7
%52.2
%0
%37.65

Codes

Color #2D4C9F in popluar color models

2D4C9F
RGB4576159
HSL224°55.88%40.00%
HSB/HSV224°71.70%62.35%
CMYK71.70%52.20%0.00%
37.65%

Color #2D4C9F in popluar number systems.

HEX2D4C9F
Decimal4576159
Binary101101100110010011111
Octal55114237

Shades and tints

Shades of #2D4C9F

#2D4C9F
(45,76,159)
#294691
(41,70,145)
#254083
(37,64,131)
#213A75
(33,58,117)
#1D3467
(29,52,103)
#192E59
(25,46,89)
#15284B
(21,40,75)
#11223D
(17,34,61)
#0D1C2F
(13,28,47)
#091621
(9,22,33)
#051013
(5,16,19)
#000000
(0,0,0)

Tints of #2D4C9F

#2D4C9F
(45,76,159)
#405CA7
(64,92,167)
#536CAF
(83,108,175)
#667CB7
(102,124,183)
#798CBF
(121,140,191)
#8C9CC7
(140,156,199)
#9FACCF
(159,172,207)
#B2BCD7
(178,188,215)
#C5CCDF
(197,204,223)
#D8DCE7
(216,220,231)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D4C9F color. Also use rgb(45,76,159) instead hex code.

Text Font Color

.myTextColor { color: #2D4C9F; }

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

This text font color is #2D4C9F.


Background Color

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

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

This div background color is #2D4C9F.


Border color

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

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

This div border color is #2D4C9F.


Opacity

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

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

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

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

This text has shadow with #2D4C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4C9F on black background.


Color preview on white background

This text has color #2D4C9F on white background.



Black color preview on #2D4C9F background

This text has black color on #2D4C9F background.


White color preview on #2D4C9F background

This text has white color on #2D4C9F background.