COLOR #2D3E5B

HEX: #2D3E5B
RGB: (45,62,91)

Color info

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

RGB color model

#2D3E5B color RGB value is (45,62,91).

  • red value is 45;
  • green value is 62;
  • blue value is 91.
RGB:
(45,62,91)
(18%,24%,36%)

RGB channels and saturation

R 45 of 255 = 18%
G 62 of 255 = 24%
B 91 of 255 = 36%

45
62
91

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

Portions of RGB colors in percentages

R + G + B =
45 + 62 + 91 = 198 (100%)
R 45 of 198 ~ 22.73%
G 62 of 198 ~ 31.31%
B 91 of 198 ~ 45.96%

%22.73
%31.31
%45.96

CMYK color model

#2D3E5B color CMYK value is (51,32,0,64).

  • cyan value is 50.55%
  • magenta value is 31.87%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(51,32,0,64)
C51M32Y0K64 
(51%,32%,0%,64%)
(0.51/0.32/0.00/0.64)	

CMYK percentages

%50.55
%31.87
%0
%64.31

Codes

Color #2D3E5B in popluar color models

2D3E5B
RGB456291
HSL218°33.82%26.67%
HSB/HSV218°50.55%35.69%
CMYK50.55%31.87%0.00%
64.31%

Color #2D3E5B in popluar number systems.

HEX2D3E5B
Decimal456291
Binary1011011111101011011
Octal5576133

Shades and tints

Shades of #2D3E5B

#2D3E5B
(45,62,91)
#293953
(41,57,83)
#25344B
(37,52,75)
#212F43
(33,47,67)
#1D2A3B
(29,42,59)
#192533
(25,37,51)
#15202B
(21,32,43)
#111B23
(17,27,35)
#0D161B
(13,22,27)
#091113
(9,17,19)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #2D3E5B

#2D3E5B
(45,62,91)
#404F69
(64,79,105)
#536077
(83,96,119)
#667185
(102,113,133)
#798293
(121,130,147)
#8C93A1
(140,147,161)
#9FA4AF
(159,164,175)
#B2B5BD
(178,181,189)
#C5C6CB
(197,198,203)
#D8D7D9
(216,215,217)
#EBE8E7
(235,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D3E5B color. Also use rgb(45,62,91) instead hex code.

Text Font Color

.myTextColor { color: #2D3E5B; }

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

This text font color is #2D3E5B.


Background Color

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

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

This div background color is #2D3E5B.


Border color

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

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

This div border color is #2D3E5B.


Opacity

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

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

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

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

This text has shadow with #2D3E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D3E5B on black background.


Color preview on white background

This text has color #2D3E5B on white background.



Black color preview on #2D3E5B background

This text has black color on #2D3E5B background.


White color preview on #2D3E5B background

This text has white color on #2D3E5B background.