COLOR #1D3DA4

HEX: #1D3DA4
RGB: (29,61,164)

Color info

#1D3DA4 contains mainly blue color. Web safe color of #1D3DA4 is #333399 (or #339).

RGB color model

#1D3DA4 color RGB value is (29,61,164).

  • red value is 29;
  • green value is 61;
  • blue value is 164.
RGB:
(29,61,164)
(11%,24%,64%)

RGB channels and saturation

R 29 of 255 = 11%
G 61 of 255 = 24%
B 164 of 255 = 64%

29
61
164

R + G + B ~ 33%. #1D3DA4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 61 + 164 = 254 (100%)
R 29 of 254 ~ 11.42%
G 61 of 254 ~ 24.02%
B 164 of 254 ~ 64.57%

%11.42
%24.02
%64.57

CMYK color model

#1D3DA4 color CMYK value is (82,63,0,36).

  • cyan value is 82.32%
  • magenta value is 62.80%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(82,63,0,36)
C82M63Y0K36 
(82%,63%,0%,36%)
(0.82/0.63/0.00/0.36)	

CMYK percentages

%82.32
%62.8
%0
%35.69

Codes

Color #1D3DA4 in popluar color models

1D3DA4
RGB2961164
HSL226°69.95%37.84%
HSB/HSV226°82.32%64.31%
CMYK82.32%62.80%0.00%
35.69%

Color #1D3DA4 in popluar number systems.

HEX1D3DA4
Decimal2961164
Binary1110111110110100100
Octal3575244

Shades and tints

Shades of #1D3DA4

#1D3DA4
(29,61,164)
#1B3896
(27,56,150)
#193388
(25,51,136)
#172E7A
(23,46,122)
#15296C
(21,41,108)
#13245E
(19,36,94)
#111F50
(17,31,80)
#0F1A42
(15,26,66)
#0D1534
(13,21,52)
#0B1026
(11,16,38)
#090B18
(9,11,24)
#000000
(0,0,0)

Tints of #1D3DA4

#1D3DA4
(29,61,164)
#314EAC
(49,78,172)
#455FB4
(69,95,180)
#5970BC
(89,112,188)
#6D81C4
(109,129,196)
#8192CC
(129,146,204)
#95A3D4
(149,163,212)
#A9B4DC
(169,180,220)
#BDC5E4
(189,197,228)
#D1D6EC
(209,214,236)
#E5E7F4
(229,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D3DA4 color. Also use rgb(29,61,164) instead hex code.

Text Font Color

.myTextColor { color: #1D3DA4; }

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

This text font color is #1D3DA4.


Background Color

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

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

This div background color is #1D3DA4.


Border color

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

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

This div border color is #1D3DA4.


Opacity

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

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

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

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

This text has shadow with #1D3DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3DA4 on black background.


Color preview on white background

This text has color #1D3DA4 on white background.



Black color preview on #1D3DA4 background

This text has black color on #1D3DA4 background.


White color preview on #1D3DA4 background

This text has white color on #1D3DA4 background.