COLOR #1D3350

HEX: #1D3350 RGB: (29,51,80)

Color info

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

RGB color model

#1D3350 color RGB value is (29,51,80).

RGB: (29,51,80) (11%, 20%, 31%)

RGB channels and saturation

R 29 of 255 = 11%
G 51 of 255 = 20%
B 80 of 255 = 31%

29
51
80

R + G + B ~ 21%. #1D3350 is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 51 + 80 = 160 (100%)
R 29 of 160 ~ 18.13%
G 51 of 160 ~ 31.88%
B 80 of 160 ~ 50'%

%18.13
%31.88
%50

CMYK color model

#1D3350 color CMYK value is (64,36,0,69).

  • cyan value is 63.75%
  • magenta value is 36.25%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (64,36,0,69)
C64M36Y0K69 (64%, 36%, 0%, 69%)
(0.64 / 0.36 / 0.00 / 0.69)

CMYK percentages

%63.75
%36.25
%0
%68.63

Codes

Color #1D3350 in popluar color models

1D 33 50
RGB 29 51 80
HSL 214° 46.79% 21.37%
HSB/HSV 214° 63.75% 31.37%
CMYK 63.75% 36.25% 0.00%
68.63%

Color #1D3350 in popluar number systems.

HEX 1D 33 50
Decimal 29 51 80
Binary 11101 110011 1010000
Octal 35 63 120

Shades and tints

Shades of #1D3350

#1D3350
(29,51,80)
#1B2F49
(27,47,73)
#192B42
(25,43,66)
#17273B
(23,39,59)
#152334
(21,35,52)
#131F2D
(19,31,45)
#111B26
(17,27,38)
#0F171F
(15,23,31)
#0D1318
(13,19,24)
#0B0F11
(11,15,17)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #1D3350

#1D3350
(29,51,80)
#31455F
(49,69,95)
#45576E
(69,87,110)
#59697D
(89,105,125)
#6D7B8C
(109,123,140)
#818D9B
(129,141,155)
#959FAA
(149,159,170)
#A9B1B9
(169,177,185)
#BDC3C8
(189,195,200)
#D1D5D7
(209,213,215)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D3350 color. Also use rgb(29,51,80) instead hex code.

Text Font Color

.myTextColor { color: #1D3350; }

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

This text font color is #1D3350.

Background Color

.myBgColor { background-color: #1D3350; }

<div style="background-color:#1D3350">Inner text</div>

This div background color is #1D3350.

Border color

.myBorderColor { border: 1px solid #1D3350; }

<div style="border:3px solid #1D3350">Div</div>

This div border color is #1D3350.

Opacity

.myOpacity80 { color: #1D3350; opacity: 0.8; }

<p style="color:#1D3350;opacity:0.8;">80%</p>

Text with #1D3350 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 #1D3350;}

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

This text has shadow with #1D3350 color.


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

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

This text has shadow with #1D3350 primary color and red secondary color.


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

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

This text has shadow with #1D3350 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1D3350.

Preview

Color preview on black background

This text has color #1D3350 on black background.


Color preview on white background

This text has color #1D3350 on white background.


Black color preview on #1D3350 background

This text has black color on #1D3350 background.


White color preview on #1D3350 background

This text has white color on #1D3350 background.


Related colors

Complementary color

Complementary color for #hex is #E2CCAF.


I love getcolorcode.com

Triadic colors

1 #501D33 and #33501D with #1D3350 are triadic colors.

2 #50331D and #331D50 with #1D3350 are triadic colors.