COLOR #1D346C

HEX: #1D346C
RGB: (29,52,108)

Color info

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

RGB color model

#1D346C color RGB value is (29,52,108).

  • red value is 29;
  • green value is 52;
  • blue value is 108.
RGB:
(29,52,108)
(11%,20%,42%)

RGB channels and saturation

R 29 of 255 = 11%
G 52 of 255 = 20%
B 108 of 255 = 42%

29
52
108

R + G + B ~ 24%. #1D346C is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 52 + 108 = 189 (100%)
R 29 of 189 ~ 15.34%
G 52 of 189 ~ 27.51%
B 108 of 189 ~ 57.14%

%15.34
%27.51
%57.14

CMYK color model

#1D346C color CMYK value is (73,52,0,58).

  • cyan value is 73.15%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(73,52,0,58)
C73M52Y0K58 
(73%,52%,0%,58%)
(0.73/0.52/0.00/0.58)	

CMYK percentages

%73.15
%51.85
%0
%57.65

Codes

Color #1D346C in popluar color models

1D346C
RGB2952108
HSL223°57.66%26.86%
HSB/HSV223°73.15%42.35%
CMYK73.15%51.85%0.00%
57.65%

Color #1D346C in popluar number systems.

HEX1D346C
Decimal2952108
Binary111011101001101100
Octal3564154

Shades and tints

Shades of #1D346C

#1D346C
(29,52,108)
#1B3063
(27,48,99)
#192C5A
(25,44,90)
#172851
(23,40,81)
#152448
(21,36,72)
#13203F
(19,32,63)
#111C36
(17,28,54)
#0F182D
(15,24,45)
#0D1424
(13,20,36)
#0B101B
(11,16,27)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #1D346C

#1D346C
(29,52,108)
#314679
(49,70,121)
#455886
(69,88,134)
#596A93
(89,106,147)
#6D7CA0
(109,124,160)
#818EAD
(129,142,173)
#95A0BA
(149,160,186)
#A9B2C7
(169,178,199)
#BDC4D4
(189,196,212)
#D1D6E1
(209,214,225)
#E5E8EE
(229,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D346C color. Also use rgb(29,52,108) instead hex code.

Text Font Color

.myTextColor { color: #1D346C; }

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

This text font color is #1D346C.


Background Color

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

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

This div background color is #1D346C.


Border color

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

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

This div border color is #1D346C.


Opacity

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

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

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

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

This text has shadow with #1D346C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D346C on black background.


Color preview on white background

This text has color #1D346C on white background.



Black color preview on #1D346C background

This text has black color on #1D346C background.


White color preview on #1D346C background

This text has white color on #1D346C background.