COLOR #2D4BA3

HEX: #2D4BA3
RGB: (45,75,163)

Color info

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

RGB color model

#2D4BA3 color RGB value is (45,75,163).

  • red value is 45;
  • green value is 75;
  • blue value is 163.
RGB:
(45,75,163)
(18%,29%,64%)

RGB channels and saturation

R 45 of 255 = 18%
G 75 of 255 = 29%
B 163 of 255 = 64%

45
75
163

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

Portions of RGB colors in percentages

R + G + B =
45 + 75 + 163 = 283 (100%)
R 45 of 283 ~ 15.9%
G 75 of 283 ~ 26.5%
B 163 of 283 ~ 57.6%

%15.9
%26.5
%57.6

CMYK color model

#2D4BA3 color CMYK value is (72,54,0,36).

  • cyan value is 72.39%
  • magenta value is 53.99%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(72,54,0,36)
C72M54Y0K36 
(72%,54%,0%,36%)
(0.72/0.54/0.00/0.36)	

CMYK percentages

%72.39
%53.99
%0
%36.08

Codes

Color #2D4BA3 in popluar color models

2D4BA3
RGB4575163
HSL225°56.73%40.78%
HSB/HSV225°72.39%63.92%
CMYK72.39%53.99%0.00%
36.08%

Color #2D4BA3 in popluar number systems.

HEX2D4BA3
Decimal4575163
Binary101101100101110100011
Octal55113243

Shades and tints

Shades of #2D4BA3

#2D4BA3
(45,75,163)
#294595
(41,69,149)
#253F87
(37,63,135)
#213979
(33,57,121)
#1D336B
(29,51,107)
#192D5D
(25,45,93)
#15274F
(21,39,79)
#112141
(17,33,65)
#0D1B33
(13,27,51)
#091525
(9,21,37)
#050F17
(5,15,23)
#000000
(0,0,0)

Tints of #2D4BA3

#2D4BA3
(45,75,163)
#405BAB
(64,91,171)
#536BB3
(83,107,179)
#667BBB
(102,123,187)
#798BC3
(121,139,195)
#8C9BCB
(140,155,203)
#9FABD3
(159,171,211)
#B2BBDB
(178,187,219)
#C5CBE3
(197,203,227)
#D8DBEB
(216,219,235)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D4BA3 color. Also use rgb(45,75,163) instead hex code.

Text Font Color

.myTextColor { color: #2D4BA3; }

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

This text font color is #2D4BA3.


Background Color

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

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

This div background color is #2D4BA3.


Border color

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

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

This div border color is #2D4BA3.


Opacity

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

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

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

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

This text has shadow with #2D4BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4BA3 on black background.


Color preview on white background

This text has color #2D4BA3 on white background.



Black color preview on #2D4BA3 background

This text has black color on #2D4BA3 background.


White color preview on #2D4BA3 background

This text has white color on #2D4BA3 background.