COLOR #2D3771

HEX: #2D3771 RGB: (45,55,113)

Color info

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

RGB color model

#2D3771 color RGB value is (45,55,113).

RGB: (45,55,113) (18%, 22%, 44%)

RGB channels and saturation

R 45 of 255 = 18%
G 55 of 255 = 22%
B 113 of 255 = 44%

45
55
113

R + G + B ~ 28%. #2D3771 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 55 + 113 = 213 (100%)
R 45 of 213 ~ 21.13%
G 55 of 213 ~ 25.82%
B 113 of 213 ~ 53.05'%

%21.13
%25.82
%53.05

CMYK color model

#2D3771 color CMYK value is (60,51,0,56).

  • cyan value is 60.18%
  • magenta value is 51.33%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (60,51,0,56)
C60M51Y0K56 (60%, 51%, 0%, 56%)
(0.60 / 0.51 / 0.00 / 0.56)

CMYK percentages

%60.18
%51.33
%0
%55.69

Codes

Color #2D3771 in popluar color models

2D 37 71
RGB 45 55 113
HSL 231° 43.04% 30.98%
HSB/HSV 231° 60.18% 44.31%
CMYK 60.18% 51.33% 0.00%
55.69%

Color #2D3771 in popluar number systems.

HEX 2D 37 71
Decimal 45 55 113
Binary 101101 110111 1110001
Octal 55 67 161

Shades and tints

Shades of #2D3771

#2D3771
(45,55,113)
#293267
(41,50,103)
#252D5D
(37,45,93)
#212853
(33,40,83)
#1D2349
(29,35,73)
#191E3F
(25,30,63)
#151935
(21,25,53)
#11142B
(17,20,43)
#0D0F21
(13,15,33)
#090A17
(9,10,23)
#05050D
(5,5,13)
#000000
(0,0,0)

Tints of #2D3771

#2D3771
(45,55,113)
#40497D
(64,73,125)
#535B89
(83,91,137)
#666D95
(102,109,149)
#797FA1
(121,127,161)
#8C91AD
(140,145,173)
#9FA3B9
(159,163,185)
#B2B5C5
(178,181,197)
#C5C7D1
(197,199,209)
#D8D9DD
(216,217,221)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D3771 color. Also use rgb(45,55,113) instead hex code.

Text Font Color

.myTextColor { color: #2D3771; }

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

This text font color is #2D3771.

Background Color

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

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

This div background color is #2D3771.

Border color

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

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

This div border color is #2D3771.

Opacity

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

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

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

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

This text has shadow with #2D3771 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D3771.

Preview

Color preview on black background

This text has color #2D3771 on black background.


Color preview on white background

This text has color #2D3771 on white background.


Black color preview on #2D3771 background

This text has black color on #2D3771 background.


White color preview on #2D3771 background

This text has white color on #2D3771 background.


Related colors

Complementary color

Complementary color for #hex is #D2C88E.


I love getcolorcode.com

Triadic colors

1 #712D37 and #37712D with #2D3771 are triadic colors.

2 #71372D and #372D71 with #2D3771 are triadic colors.