COLOR #2D446B

HEX: #2D446B
RGB: (45,68,107)

Color info

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

RGB color model

#2D446B color RGB value is (45,68,107).

  • red value is 45;
  • green value is 68;
  • blue value is 107.
RGB:
(45,68,107)
(18%,27%,42%)

RGB channels and saturation

R 45 of 255 = 18%
G 68 of 255 = 27%
B 107 of 255 = 42%

45
68
107

R + G + B ~ 29%. #2D446B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 68 + 107 = 220 (100%)
R 45 of 220 ~ 20.45%
G 68 of 220 ~ 30.91%
B 107 of 220 ~ 48.64%

%20.45
%30.91
%48.64

CMYK color model

#2D446B color CMYK value is (58,36,0,58).

  • cyan value is 57.94%
  • magenta value is 36.45%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(58,36,0,58)
C58M36Y0K58 
(58%,36%,0%,58%)
(0.58/0.36/0.00/0.58)	

CMYK percentages

%57.94
%36.45
%0
%58.04

Codes

Color #2D446B in popluar color models

2D446B
RGB4568107
HSL218°40.79%29.80%
HSB/HSV218°57.94%41.96%
CMYK57.94%36.45%0.00%
58.04%

Color #2D446B in popluar number systems.

HEX2D446B
Decimal4568107
Binary10110110001001101011
Octal55104153

Shades and tints

Shades of #2D446B

#2D446B
(45,68,107)
#293E62
(41,62,98)
#253859
(37,56,89)
#213250
(33,50,80)
#1D2C47
(29,44,71)
#19263E
(25,38,62)
#152035
(21,32,53)
#111A2C
(17,26,44)
#0D1423
(13,20,35)
#090E1A
(9,14,26)
#050811
(5,8,17)
#000000
(0,0,0)

Tints of #2D446B

#2D446B
(45,68,107)
#405578
(64,85,120)
#536685
(83,102,133)
#667792
(102,119,146)
#79889F
(121,136,159)
#8C99AC
(140,153,172)
#9FAAB9
(159,170,185)
#B2BBC6
(178,187,198)
#C5CCD3
(197,204,211)
#D8DDE0
(216,221,224)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D446B color. Also use rgb(45,68,107) instead hex code.

Text Font Color

.myTextColor { color: #2D446B; }

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

This text font color is #2D446B.


Background Color

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

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

This div background color is #2D446B.


Border color

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

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

This div border color is #2D446B.


Opacity

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

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

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

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

This text has shadow with #2D446B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D446B on black background.


Color preview on white background

This text has color #2D446B on white background.



Black color preview on #2D446B background

This text has black color on #2D446B background.


White color preview on #2D446B background

This text has white color on #2D446B background.