COLOR #2D4F89

HEX: #2D4F89
RGB: (45,79,137)

Color info

#2D4F89 contains mainly green and blue colors. Web safe color of #2D4F89 is #336699 (or #369).

RGB color model

#2D4F89 color RGB value is (45,79,137).

  • red value is 45;
  • green value is 79;
  • blue value is 137.
RGB:
(45,79,137)
(18%,31%,54%)

RGB channels and saturation

R 45 of 255 = 18%
G 79 of 255 = 31%
B 137 of 255 = 54%

45
79
137

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

Portions of RGB colors in percentages

R + G + B =
45 + 79 + 137 = 261 (100%)
R 45 of 261 ~ 17.24%
G 79 of 261 ~ 30.27%
B 137 of 261 ~ 52.49%

%17.24
%30.27
%52.49

CMYK color model

#2D4F89 color CMYK value is (67,42,0,46).

  • cyan value is 67.15%
  • magenta value is 42.34%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(67,42,0,46)
C67M42Y0K46 
(67%,42%,0%,46%)
(0.67/0.42/0.00/0.46)	

CMYK percentages

%67.15
%42.34
%0
%46.27

Codes

Color #2D4F89 in popluar color models

2D4F89
RGB4579137
HSL218°50.55%35.69%
HSB/HSV218°67.15%53.73%
CMYK67.15%42.34%0.00%
46.27%

Color #2D4F89 in popluar number systems.

HEX2D4F89
Decimal4579137
Binary101101100111110001001
Octal55117211

Shades and tints

Shades of #2D4F89

#2D4F89
(45,79,137)
#29487D
(41,72,125)
#254171
(37,65,113)
#213A65
(33,58,101)
#1D3359
(29,51,89)
#192C4D
(25,44,77)
#152541
(21,37,65)
#111E35
(17,30,53)
#0D1729
(13,23,41)
#09101D
(9,16,29)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #2D4F89

#2D4F89
(45,79,137)
#405F93
(64,95,147)
#536F9D
(83,111,157)
#667FA7
(102,127,167)
#798FB1
(121,143,177)
#8C9FBB
(140,159,187)
#9FAFC5
(159,175,197)
#B2BFCF
(178,191,207)
#C5CFD9
(197,207,217)
#D8DFE3
(216,223,227)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D4F89 color. Also use rgb(45,79,137) instead hex code.

Text Font Color

.myTextColor { color: #2D4F89; }

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

This text font color is #2D4F89.


Background Color

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

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

This div background color is #2D4F89.


Border color

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

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

This div border color is #2D4F89.


Opacity

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

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

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

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

This text has shadow with #2D4F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4F89 on black background.


Color preview on white background

This text has color #2D4F89 on white background.



Black color preview on #2D4F89 background

This text has black color on #2D4F89 background.


White color preview on #2D4F89 background

This text has white color on #2D4F89 background.