COLOR #2D3259

HEX: #2D3259 RGB: (45,50,89)

Color info

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

RGB color model

#2D3259 color RGB value is (45,50,89).

RGB: (45,50,89) (18%, 20%, 35%)

RGB channels and saturation

R 45 of 255 = 18%
G 50 of 255 = 20%
B 89 of 255 = 35%

45
50
89

R + G + B ~ 24%. #2D3259 is dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 50 + 89 = 184 (100%)
R 45 of 184 ~ 24.46%
G 50 of 184 ~ 27.17%
B 89 of 184 ~ 48.37'%

%24.46
%27.17
%48.37

CMYK color model

#2D3259 color CMYK value is (49,44,0,65).

  • cyan value is 49.44%
  • magenta value is 43.82%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK: (49,44,0,65) C49M44Y0K65 (49%,44%,0%,65%) (0.49/0.44/0.00/0.65) 

CMYK percentages

%49.44
%43.82
%0
%65.1

Codes

Color #2D3259 in popluar color models

2D 32 59
RGB 45 50 89
HSL 233° 32.84% 26.27%
HSB/HSV 233° 49.44% 34.90%
CMYK 49.44% 43.82% 0.00%
65.10%

Color #2D3259 in popluar number systems.

HEX 2D 32 59
Decimal 45 50 89
Binary 101101 110010 1011001
Octal 55 62 131

Shades and tints

Shades of #2D3259

#2D3259
(45,50,89)
#292E51
(41,46,81)
#252A49
(37,42,73)
#212641
(33,38,65)
#1D2239
(29,34,57)
#191E31
(25,30,49)
#151A29
(21,26,41)
#111621
(17,22,33)
#0D1219
(13,18,25)
#090E11
(9,14,17)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #2D3259

#2D3259
(45,50,89)
#404468
(64,68,104)
#535677
(83,86,119)
#666886
(102,104,134)
#797A95
(121,122,149)
#8C8CA4
(140,140,164)
#9F9EB3
(159,158,179)
#B2B0C2
(178,176,194)
#C5C2D1
(197,194,209)
#D8D4E0
(216,212,224)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D3259 color. Also use rgb(45,50,89) instead hex code.

Text Font Color

.myTextColor { color: #2D3259; }

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

This text font color is #2D3259.

Background Color

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

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

This div background color is #2D3259.

Border color

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

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

This div border color is #2D3259.

Opacity

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

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

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

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

This text has shadow with #2D3259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D3259.

Preview

Color preview on black background

This text has color #2D3259 on black background.


Color preview on white background

This text has color #2D3259 on white background.


Black color preview on #2D3259 background

This text has black color on #2D3259 background.


White color preview on #2D3259 background

This text has white color on #2D3259 background.


Related colors

Complementary color

Complementary color for #hex is #D2CDA6.


I love getcolorcode.com

Triadic colors

1 #592D32 and #32592D with #2D3259 are triadic colors.

2 #59322D and #322D59 with #2D3259 are triadic colors.