COLOR #2D4462

HEX: #2D4462 RGB: (45,68,98)

Color info

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

RGB color model

#2D4462 color RGB value is (45,68,98).

RGB: (45,68,98) (18%, 27%, 38%)

RGB channels and saturation

R 45 of 255 = 18%
G 68 of 255 = 27%
B 98 of 255 = 38%

45
68
98

R + G + B ~ 28%. #2D4462 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 68 + 98 = 211 (100%)
R 45 of 211 ~ 21.33%
G 68 of 211 ~ 32.23%
B 98 of 211 ~ 46.45'%

%21.33
%32.23
%46.45

CMYK color model

#2D4462 color CMYK value is (54,31,0,62).

  • cyan value is 54.08%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (54,31,0,62)
C54M31Y0K62 (54%, 31%, 0%, 62%)
(0.54 / 0.31 / 0.00 / 0.62)

CMYK percentages

%54.08
%30.61
%0
%61.57

Codes

Color #2D4462 in popluar color models

2D 44 62
RGB 45 68 98
HSL 214° 37.06% 28.04%
HSB/HSV 214° 54.08% 38.43%
CMYK 54.08% 30.61% 0.00%
61.57%

Color #2D4462 in popluar number systems.

HEX 2D 44 62
Decimal 45 68 98
Binary 101101 1000100 1100010
Octal 55 104 142

Shades and tints

Shades of #2D4462

#2D4462
(45,68,98)
#293E5A
(41,62,90)
#253852
(37,56,82)
#21324A
(33,50,74)
#1D2C42
(29,44,66)
#19263A
(25,38,58)
#152032
(21,32,50)
#111A2A
(17,26,42)
#0D1422
(13,20,34)
#090E1A
(9,14,26)
#050812
(5,8,18)
#000000
(0,0,0)

Tints of #2D4462

#2D4462
(45,68,98)
#405570
(64,85,112)
#53667E
(83,102,126)
#66778C
(102,119,140)
#79889A
(121,136,154)
#8C99A8
(140,153,168)
#9FAAB6
(159,170,182)
#B2BBC4
(178,187,196)
#C5CCD2
(197,204,210)
#D8DDE0
(216,221,224)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D4462; }

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

This text font color is #2D4462.

Background Color

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

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

This div background color is #2D4462.

Border color

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

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

This div border color is #2D4462.

Opacity

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

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

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

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

This text has shadow with #2D4462 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D4462.

Preview

Color preview on black background

This text has color #2D4462 on black background.


Color preview on white background

This text has color #2D4462 on white background.


Black color preview on #2D4462 background

This text has black color on #2D4462 background.


White color preview on #2D4462 background

This text has white color on #2D4462 background.


Related colors

Complementary color

Complementary color for #hex is #D2BB9D.


I love getcolorcode.com

Triadic colors

1 #622D44 and #44622D with #2D4462 are triadic colors.

2 #62442D and #442D62 with #2D4462 are triadic colors.