COLOR #2D4EAE

HEX: #2D4EAE
RGB: (45,78,174)

Color info

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

RGB color model

#2D4EAE color RGB value is (45,78,174).

  • red value is 45;
  • green value is 78;
  • blue value is 174.
RGB:
(45,78,174)
(18%,31%,68%)

RGB channels and saturation

R 45 of 255 = 18%
G 78 of 255 = 31%
B 174 of 255 = 68%

45
78
174

R + G + B ~ 39%. #2D4EAE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 78 + 174 = 297 (100%)
R 45 of 297 ~ 15.15%
G 78 of 297 ~ 26.26%
B 174 of 297 ~ 58.59%

%15.15
%26.26
%58.59

CMYK color model

#2D4EAE color CMYK value is (74,55,0,32).

  • cyan value is 74.14%
  • magenta value is 55.17%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(74,55,0,32)
C74M55Y0K32 
(74%,55%,0%,32%)
(0.74/0.55/0.00/0.32)	

CMYK percentages

%74.14
%55.17
%0
%31.76

Codes

Color #2D4EAE in popluar color models

2D4EAE
RGB4578174
HSL225°58.90%42.94%
HSB/HSV225°74.14%68.24%
CMYK74.14%55.17%0.00%
31.76%

Color #2D4EAE in popluar number systems.

HEX2D4EAE
Decimal4578174
Binary101101100111010101110
Octal55116256

Shades and tints

Shades of #2D4EAE

#2D4EAE
(45,78,174)
#29479F
(41,71,159)
#254090
(37,64,144)
#213981
(33,57,129)
#1D3272
(29,50,114)
#192B63
(25,43,99)
#152454
(21,36,84)
#111D45
(17,29,69)
#0D1636
(13,22,54)
#090F27
(9,15,39)
#050818
(5,8,24)
#000000
(0,0,0)

Tints of #2D4EAE

#2D4EAE
(45,78,174)
#405EB5
(64,94,181)
#536EBC
(83,110,188)
#667EC3
(102,126,195)
#798ECA
(121,142,202)
#8C9ED1
(140,158,209)
#9FAED8
(159,174,216)
#B2BEDF
(178,190,223)
#C5CEE6
(197,206,230)
#D8DEED
(216,222,237)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D4EAE color. Also use rgb(45,78,174) instead hex code.

Text Font Color

.myTextColor { color: #2D4EAE; }

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

This text font color is #2D4EAE.


Background Color

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

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

This div background color is #2D4EAE.


Border color

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

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

This div border color is #2D4EAE.


Opacity

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

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

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

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

This text has shadow with #2D4EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4EAE on black background.


Color preview on white background

This text has color #2D4EAE on white background.



Black color preview on #2D4EAE background

This text has black color on #2D4EAE background.


White color preview on #2D4EAE background

This text has white color on #2D4EAE background.