COLOR #2D5DA1

HEX: #2D5DA1 RGB: (45,93,161)

Color info

#2D5DA1 contains mainly blue color. Web safe color of #2D5DA1 is #336699 (or #369).

RGB color model

#2D5DA1 color RGB value is (45,93,161).

RGB: (45,93,161) (18%, 36%, 63%)

RGB channels and saturation

R 45 of 255 = 18%
G 93 of 255 = 36%
B 161 of 255 = 63%

45
93
161

R + G + B ~ 39%. #2D5DA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 93 + 161 = 299 (100%)
R 45 of 299 ~ 15.05%
G 93 of 299 ~ 31.1%
B 161 of 299 ~ 53.85'%

%15.05
%31.1
%53.85

CMYK color model

#2D5DA1 color CMYK value is (72,42,0,37).

  • cyan value is 72.05%
  • magenta value is 42.24%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (72,42,0,37)
C72M42Y0K37 (72%, 42%, 0%, 37%)
(0.72 / 0.42 / 0.00 / 0.37)

CMYK percentages

%72.05
%42.24
%0
%36.86

Codes

Color #2D5DA1 in popluar color models

2D 5D A1
RGB 45 93 161
HSL 215° 56.31% 40.39%
HSB/HSV 215° 72.05% 63.14%
CMYK 72.05% 42.24% 0.00%
36.86%

Color #2D5DA1 in popluar number systems.

HEX 2D 5D A1
Decimal 45 93 161
Binary 101101 1011101 10100001
Octal 55 135 241

Shades and tints

Shades of #2D5DA1

#2D5DA1
(45,93,161)
#295593
(41,85,147)
#254D85
(37,77,133)
#214577
(33,69,119)
#1D3D69
(29,61,105)
#19355B
(25,53,91)
#152D4D
(21,45,77)
#11253F
(17,37,63)
#0D1D31
(13,29,49)
#091523
(9,21,35)
#050D15
(5,13,21)
#000000
(0,0,0)

Tints of #2D5DA1

#2D5DA1
(45,93,161)
#406BA9
(64,107,169)
#5379B1
(83,121,177)
#6687B9
(102,135,185)
#7995C1
(121,149,193)
#8CA3C9
(140,163,201)
#9FB1D1
(159,177,209)
#B2BFD9
(178,191,217)
#C5CDE1
(197,205,225)
#D8DBE9
(216,219,233)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5DA1 color. Also use rgb(45,93,161) instead hex code.

Text Font Color

.myTextColor { color: #2D5DA1; }

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

This text font color is #2D5DA1.

Background Color

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

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

This div background color is #2D5DA1.

Border color

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

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

This div border color is #2D5DA1.

Opacity

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

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

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

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

This text has shadow with #2D5DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D5DA1.

Preview

Color preview on black background

This text has color #2D5DA1 on black background.


Color preview on white background

This text has color #2D5DA1 on white background.


Black color preview on #2D5DA1 background

This text has black color on #2D5DA1 background.


White color preview on #2D5DA1 background

This text has white color on #2D5DA1 background.


Related colors

Complementary color

Complementary color for #hex is #D2A25E.


I love getcolorcode.com

Triadic colors

1 #A12D5D and #5DA12D with #2D5DA1 are triadic colors.

2 #A15D2D and #5D2DA1 with #2D5DA1 are triadic colors.