COLOR #2D3E5C

HEX: #2D3E5C
RGB: (45,62,92)

Color info

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

RGB color model

#2D3E5C color RGB value is (45,62,92).

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

RGB channels and saturation

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

45
62
92

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

Portions of RGB colors in percentages

R + G + B =
45 + 62 + 92 = 199 (100%)
R 45 of 199 ~ 22.61%
G 62 of 199 ~ 31.16%
B 92 of 199 ~ 46.23%

%22.61
%31.16
%46.23

CMYK color model

#2D3E5C color CMYK value is (51,33,0,64).

  • cyan value is 51.09%
  • magenta value is 32.61%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(51,33,0,64)
C51M33Y0K64 
(51%,33%,0%,64%)
(0.51/0.33/0.00/0.64)	

CMYK percentages

%51.09
%32.61
%0
%63.92

Codes

Color #2D3E5C in popluar color models

2D3E5C
RGB456292
HSL218°34.31%26.86%
HSB/HSV218°51.09%36.08%
CMYK51.09%32.61%0.00%
63.92%

Color #2D3E5C in popluar number systems.

HEX2D3E5C
Decimal456292
Binary1011011111101011100
Octal5576134

Shades and tints

Shades of #2D3E5C

#2D3E5C
(45,62,92)
#293954
(41,57,84)
#25344C
(37,52,76)
#212F44
(33,47,68)
#1D2A3C
(29,42,60)
#192534
(25,37,52)
#15202C
(21,32,44)
#111B24
(17,27,36)
#0D161C
(13,22,28)
#091114
(9,17,20)
#050C0C
(5,12,12)
#000000
(0,0,0)

Tints of #2D3E5C

#2D3E5C
(45,62,92)
#404F6A
(64,79,106)
#536078
(83,96,120)
#667186
(102,113,134)
#798294
(121,130,148)
#8C93A2
(140,147,162)
#9FA4B0
(159,164,176)
#B2B5BE
(178,181,190)
#C5C6CC
(197,198,204)
#D8D7DA
(216,215,218)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D3E5C; }

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

This text font color is #2D3E5C.


Background Color

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

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

This div background color is #2D3E5C.


Border color

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

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

This div border color is #2D3E5C.


Opacity

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

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

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

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

This text has shadow with #2D3E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D3E5C on black background.


Color preview on white background

This text has color #2D3E5C on white background.



Black color preview on #2D3E5C background

This text has black color on #2D3E5C background.


White color preview on #2D3E5C background

This text has white color on #2D3E5C background.