COLOR #2D4B73

HEX: #2D4B73
RGB: (45,75,115)

Color info

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

RGB color model

#2D4B73 color RGB value is (45,75,115).

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

RGB channels and saturation

R 45 of 255 = 18%
G 75 of 255 = 29%
B 115 of 255 = 45%

45
75
115

R + G + B ~ 31%. #2D4B73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 75 + 115 = 235 (100%)
R 45 of 235 ~ 19.15%
G 75 of 235 ~ 31.91%
B 115 of 235 ~ 48.94%

%19.15
%31.91
%48.94

CMYK color model

#2D4B73 color CMYK value is (61,35,0,55).

  • cyan value is 60.87%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(61,35,0,55)
C61M35Y0K55 
(61%,35%,0%,55%)
(0.61/0.35/0.00/0.55)	

CMYK percentages

%60.87
%34.78
%0
%54.9

Codes

Color #2D4B73 in popluar color models

2D4B73
RGB4575115
HSL214°43.75%31.37%
HSB/HSV214°60.87%45.10%
CMYK60.87%34.78%0.00%
54.90%

Color #2D4B73 in popluar number systems.

HEX2D4B73
Decimal4575115
Binary10110110010111110011
Octal55113163

Shades and tints

Shades of #2D4B73

#2D4B73
(45,75,115)
#294569
(41,69,105)
#253F5F
(37,63,95)
#213955
(33,57,85)
#1D334B
(29,51,75)
#192D41
(25,45,65)
#152737
(21,39,55)
#11212D
(17,33,45)
#0D1B23
(13,27,35)
#091519
(9,21,25)
#050F0F
(5,15,15)
#000000
(0,0,0)

Tints of #2D4B73

#2D4B73
(45,75,115)
#405B7F
(64,91,127)
#536B8B
(83,107,139)
#667B97
(102,123,151)
#798BA3
(121,139,163)
#8C9BAF
(140,155,175)
#9FABBB
(159,171,187)
#B2BBC7
(178,187,199)
#C5CBD3
(197,203,211)
#D8DBDF
(216,219,223)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D4B73; }

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

This text font color is #2D4B73.


Background Color

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

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

This div background color is #2D4B73.


Border color

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

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

This div border color is #2D4B73.


Opacity

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

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

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

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

This text has shadow with #2D4B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D4B73 on black background.


Color preview on white background

This text has color #2D4B73 on white background.



Black color preview on #2D4B73 background

This text has black color on #2D4B73 background.


White color preview on #2D4B73 background

This text has white color on #2D4B73 background.