COLOR #2D4470

HEX: #2D4470
RGB: (45,68,112)

Color info

#2D4470 contains mainly green and blue colors. Web safe color of #2D4470 is #333366 (or #336).

RGB color model

#2D4470 color RGB value is (45,68,112).

  • red value is 45;
  • green value is 68;
  • blue value is 112.
RGB:
(45,68,112)
(18%,27%,44%)

RGB channels and saturation

R 45 of 255 = 18%
G 68 of 255 = 27%
B 112 of 255 = 44%

45
68
112

R + G + B ~ 30%. #2D4470 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 68 + 112 = 225 (100%)
R 45 of 225 ~ 20%
G 68 of 225 ~ 30.22%
B 112 of 225 ~ 49.78%

%20
%30.22
%49.78

CMYK color model

#2D4470 color CMYK value is (60,39,0,56).

  • cyan value is 59.82%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(60,39,0,56)
C60M39Y0K56 
(60%,39%,0%,56%)
(0.60/0.39/0.00/0.56)	

CMYK percentages

%59.82
%39.29
%0
%56.08

Codes

Color #2D4470 in popluar color models

2D4470
RGB4568112
HSL219°42.68%30.78%
HSB/HSV219°59.82%43.92%
CMYK59.82%39.29%0.00%
56.08%

Color #2D4470 in popluar number systems.

HEX2D4470
Decimal4568112
Binary10110110001001110000
Octal55104160

Shades and tints

Shades of #2D4470

#2D4470
(45,68,112)
#293E66
(41,62,102)
#25385C
(37,56,92)
#213252
(33,50,82)
#1D2C48
(29,44,72)
#19263E
(25,38,62)
#152034
(21,32,52)
#111A2A
(17,26,42)
#0D1420
(13,20,32)
#090E16
(9,14,22)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #2D4470

#2D4470
(45,68,112)
#40557D
(64,85,125)
#53668A
(83,102,138)
#667797
(102,119,151)
#7988A4
(121,136,164)
#8C99B1
(140,153,177)
#9FAABE
(159,170,190)
#B2BBCB
(178,187,203)
#C5CCD8
(197,204,216)
#D8DDE5
(216,221,229)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D4470 color. Also use rgb(45,68,112) instead hex code.

Text Font Color

.myTextColor { color: #2D4470; }

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

This text font color is #2D4470.


Background Color

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

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

This div background color is #2D4470.


Border color

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

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

This div border color is #2D4470.


Opacity

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

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

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

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

This text has shadow with #2D4470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4470 on black background.


Color preview on white background

This text has color #2D4470 on white background.



Black color preview on #2D4470 background

This text has black color on #2D4470 background.


White color preview on #2D4470 background

This text has white color on #2D4470 background.