COLOR #2D519D

HEX: #2D519D RGB: (45,81,157)

Color info

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

RGB color model

#2D519D color RGB value is (45,81,157).

RGB: (45,81,157) (18%, 32%, 62%)

RGB channels and saturation

R 45 of 255 = 18%
G 81 of 255 = 32%
B 157 of 255 = 62%

45
81
157

R + G + B ~ 37%. #2D519D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 81 + 157 = 283 (100%)
R 45 of 283 ~ 15.9%
G 81 of 283 ~ 28.62%
B 157 of 283 ~ 55.48'%

%15.9
%28.62
%55.48

CMYK color model

#2D519D color CMYK value is (71,48,0,38).

  • cyan value is 71.34%
  • magenta value is 48.41%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (71,48,0,38)
C71M48Y0K38 (71%, 48%, 0%, 38%)
(0.71 / 0.48 / 0.00 / 0.38)

CMYK percentages

%71.34
%48.41
%0
%38.43

Codes

Color #2D519D in popluar color models

2D 51 9D
RGB 45 81 157
HSL 221° 55.45% 39.61%
HSB/HSV 221° 71.34% 61.57%
CMYK 71.34% 48.41% 0.00%
38.43%

Color #2D519D in popluar number systems.

HEX 2D 51 9D
Decimal 45 81 157
Binary 101101 1010001 10011101
Octal 55 121 235

Shades and tints

Shades of #2D519D

#2D519D
(45,81,157)
#294A8F
(41,74,143)
#254381
(37,67,129)
#213C73
(33,60,115)
#1D3565
(29,53,101)
#192E57
(25,46,87)
#152749
(21,39,73)
#11203B
(17,32,59)
#0D192D
(13,25,45)
#09121F
(9,18,31)
#050B11
(5,11,17)
#000000
(0,0,0)

Tints of #2D519D

#2D519D
(45,81,157)
#4060A5
(64,96,165)
#536FAD
(83,111,173)
#667EB5
(102,126,181)
#798DBD
(121,141,189)
#8C9CC5
(140,156,197)
#9FABCD
(159,171,205)
#B2BAD5
(178,186,213)
#C5C9DD
(197,201,221)
#D8D8E5
(216,216,229)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D519D color. Also use rgb(45,81,157) instead hex code.

Text Font Color

.myTextColor { color: #2D519D; }

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

This text font color is #2D519D.

Background Color

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

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

This div background color is #2D519D.

Border color

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

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

This div border color is #2D519D.

Opacity

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

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

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

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

This text has shadow with #2D519D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D519D.

Preview

Color preview on black background

This text has color #2D519D on black background.


Color preview on white background

This text has color #2D519D on white background.


Black color preview on #2D519D background

This text has black color on #2D519D background.


White color preview on #2D519D background

This text has white color on #2D519D background.


Related colors

Complementary color

Complementary color for #hex is #D2AE62.


I love getcolorcode.com

Triadic colors

1 #9D2D51 and #519D2D with #2D519D are triadic colors.

2 #9D512D and #512D9D with #2D519D are triadic colors.