COLOR #2D446E

HEX: #2D446E RGB: (45,68,110)

Color info

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

RGB color model

#2D446E color RGB value is (45,68,110).

RGB: (45,68,110) (18%, 27%, 43%)

RGB channels and saturation

R 45 of 255 = 18%
G 68 of 255 = 27%
B 110 of 255 = 43%

45
68
110

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

Portions of RGB colors in percentages

R + G + B = 45 + 68 + 110 = 223 (100%)
R 45 of 223 ~ 20.18%
G 68 of 223 ~ 30.49%
B 110 of 223 ~ 49.33'%

%20.18
%30.49
%49.33

CMYK color model

#2D446E color CMYK value is (59,38,0,57).

  • cyan value is 59.09%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (59,38,0,57)
C59M38Y0K57 (59%, 38%, 0%, 57%)
(0.59 / 0.38 / 0.00 / 0.57)

CMYK percentages

%59.09
%38.18
%0
%56.86

Codes

Color #2D446E in popluar color models

2D 44 6E
RGB 45 68 110
HSL 219° 41.94% 30.39%
HSB/HSV 219° 59.09% 43.14%
CMYK 59.09% 38.18% 0.00%
56.86%

Color #2D446E in popluar number systems.

HEX 2D 44 6E
Decimal 45 68 110
Binary 101101 1000100 1101110
Octal 55 104 156

Shades and tints

Shades of #2D446E

#2D446E
(45,68,110)
#293E64
(41,62,100)
#25385A
(37,56,90)
#213250
(33,50,80)
#1D2C46
(29,44,70)
#19263C
(25,38,60)
#152032
(21,32,50)
#111A28
(17,26,40)
#0D141E
(13,20,30)
#090E14
(9,14,20)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #2D446E

#2D446E
(45,68,110)
#40557B
(64,85,123)
#536688
(83,102,136)
#667795
(102,119,149)
#7988A2
(121,136,162)
#8C99AF
(140,153,175)
#9FAABC
(159,170,188)
#B2BBC9
(178,187,201)
#C5CCD6
(197,204,214)
#D8DDE3
(216,221,227)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D446E; }

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

This text font color is #2D446E.

Background Color

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

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

This div background color is #2D446E.

Border color

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

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

This div border color is #2D446E.

Opacity

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

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

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

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

This text has shadow with #2D446E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D446E.

Preview

Color preview on black background

This text has color #2D446E on black background.


Color preview on white background

This text has color #2D446E on white background.


Black color preview on #2D446E background

This text has black color on #2D446E background.


White color preview on #2D446E background

This text has white color on #2D446E background.


Related colors

Complementary color

Complementary color for #hex is #D2BB91.


I love getcolorcode.com

Triadic colors

1 #6E2D44 and #446E2D with #2D446E are triadic colors.

2 #6E442D and #442D6E with #2D446E are triadic colors.