COLOR #2D3A61

HEX: #2D3A61 RGB: (45,58,97)

Color info

#2D3A61 contains red, green and blue colors in about the same proportion. Web safe color of #2D3A61 is #333366 (or #336).

RGB color model

#2D3A61 color RGB value is (45,58,97).

RGB: (45,58,97) (18%, 23%, 38%)

RGB channels and saturation

R 45 of 255 = 18%
G 58 of 255 = 23%
B 97 of 255 = 38%

45
58
97

R + G + B ~ 26%. #2D3A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 58 + 97 = 200 (100%)
R 45 of 200 ~ 22.5%
G 58 of 200 ~ 29%
B 97 of 200 ~ 48.5'%

%22.5
%29
%48.5

CMYK color model

#2D3A61 color CMYK value is (54,40,0,62).

  • cyan value is 53.61%
  • magenta value is 40.21%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (54,40,0,62)
C54M40Y0K62 (54%, 40%, 0%, 62%)
(0.54 / 0.40 / 0.00 / 0.62)

CMYK percentages

%53.61
%40.21
%0
%61.96

Codes

Color #2D3A61 in popluar color models

2D 3A 61
RGB 45 58 97
HSL 225° 36.62% 27.84%
HSB/HSV 225° 53.61% 38.04%
CMYK 53.61% 40.21% 0.00%
61.96%

Color #2D3A61 in popluar number systems.

HEX 2D 3A 61
Decimal 45 58 97
Binary 101101 111010 1100001
Octal 55 72 141

Shades and tints

Shades of #2D3A61

#2D3A61
(45,58,97)
#293559
(41,53,89)
#253051
(37,48,81)
#212B49
(33,43,73)
#1D2641
(29,38,65)
#192139
(25,33,57)
#151C31
(21,28,49)
#111729
(17,23,41)
#0D1221
(13,18,33)
#090D19
(9,13,25)
#050811
(5,8,17)
#000000
(0,0,0)

Tints of #2D3A61

#2D3A61
(45,58,97)
#404B6F
(64,75,111)
#535C7D
(83,92,125)
#666D8B
(102,109,139)
#797E99
(121,126,153)
#8C8FA7
(140,143,167)
#9FA0B5
(159,160,181)
#B2B1C3
(178,177,195)
#C5C2D1
(197,194,209)
#D8D3DF
(216,211,223)
#EBE4ED
(235,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D3A61 color. Also use rgb(45,58,97) instead hex code.

Text Font Color

.myTextColor { color: #2D3A61; }

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

This text font color is #2D3A61.

Background Color

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

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

This div background color is #2D3A61.

Border color

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

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

This div border color is #2D3A61.

Opacity

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

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

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

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

This text has shadow with #2D3A61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D3A61.

Preview

Color preview on black background

This text has color #2D3A61 on black background.


Color preview on white background

This text has color #2D3A61 on white background.


Black color preview on #2D3A61 background

This text has black color on #2D3A61 background.


White color preview on #2D3A61 background

This text has white color on #2D3A61 background.


Related colors

Complementary color

Complementary color for #hex is #D2C59E.


I love getcolorcode.com

Triadic colors

1 #612D3A and #3A612D with #2D3A61 are triadic colors.

2 #613A2D and #3A2D61 with #2D3A61 are triadic colors.