COLOR #2D448B

HEX: #2D448B RGB: (45,68,139)

Color info

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

RGB color model

#2D448B color RGB value is (45,68,139).

RGB: (45,68,139) (18%, 27%, 55%)

RGB channels and saturation

R 45 of 255 = 18%
G 68 of 255 = 27%
B 139 of 255 = 55%

45
68
139

R + G + B ~ 33%. #2D448B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 68 + 139 = 252 (100%)
R 45 of 252 ~ 17.86%
G 68 of 252 ~ 26.98%
B 139 of 252 ~ 55.16'%

%17.86
%26.98
%55.16

CMYK color model

#2D448B color CMYK value is (68,51,0,45).

  • cyan value is 67.63%
  • magenta value is 51.08%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (68,51,0,45)
C68M51Y0K45 (68%, 51%, 0%, 45%)
(0.68 / 0.51 / 0.00 / 0.45)

CMYK percentages

%67.63
%51.08
%0
%45.49

Codes

Color #2D448B in popluar color models

2D 44 8B
RGB 45 68 139
HSL 225° 51.09% 36.08%
HSB/HSV 225° 67.63% 54.51%
CMYK 67.63% 51.08% 0.00%
45.49%

Color #2D448B in popluar number systems.

HEX 2D 44 8B
Decimal 45 68 139
Binary 101101 1000100 10001011
Octal 55 104 213

Shades and tints

Shades of #2D448B

#2D448B
(45,68,139)
#293E7F
(41,62,127)
#253873
(37,56,115)
#213267
(33,50,103)
#1D2C5B
(29,44,91)
#19264F
(25,38,79)
#152043
(21,32,67)
#111A37
(17,26,55)
#0D142B
(13,20,43)
#090E1F
(9,14,31)
#050813
(5,8,19)
#000000
(0,0,0)

Tints of #2D448B

#2D448B
(45,68,139)
#405595
(64,85,149)
#53669F
(83,102,159)
#6677A9
(102,119,169)
#7988B3
(121,136,179)
#8C99BD
(140,153,189)
#9FAAC7
(159,170,199)
#B2BBD1
(178,187,209)
#C5CCDB
(197,204,219)
#D8DDE5
(216,221,229)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D448B; }

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

This text font color is #2D448B.

Background Color

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

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

This div background color is #2D448B.

Border color

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

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

This div border color is #2D448B.

Opacity

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

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

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

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

This text has shadow with #2D448B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D448B.

Preview

Color preview on black background

This text has color #2D448B on black background.


Color preview on white background

This text has color #2D448B on white background.


Black color preview on #2D448B background

This text has black color on #2D448B background.


White color preview on #2D448B background

This text has white color on #2D448B background.


Related colors

Complementary color

Complementary color for #hex is #D2BB74.


I love getcolorcode.com

Triadic colors

1 #8B2D44 and #448B2D with #2D448B are triadic colors.

2 #8B442D and #442D8B with #2D448B are triadic colors.