COLOR #2D5FA0

HEX: #2D5FA0
RGB: (45,95,160)

Color info

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

RGB color model

#2D5FA0 color RGB value is (45,95,160).

  • red value is 45;
  • green value is 95;
  • blue value is 160.
RGB:
(45,95,160)
(18%,37%,63%)

RGB channels and saturation

R 45 of 255 = 18%
G 95 of 255 = 37%
B 160 of 255 = 63%

45
95
160

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

Portions of RGB colors in percentages

R + G + B =
45 + 95 + 160 = 300 (100%)
R 45 of 300 ~ 15%
G 95 of 300 ~ 31.67%
B 160 of 300 ~ 53.33%

%15
%31.67
%53.33

CMYK color model

#2D5FA0 color CMYK value is (72,41,0,37).

  • cyan value is 71.88%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(72,41,0,37)
C72M41Y0K37 
(72%,41%,0%,37%)
(0.72/0.41/0.00/0.37)	

CMYK percentages

%71.88
%40.63
%0
%37.25

Codes

Color #2D5FA0 in popluar color models

2D5FA0
RGB4595160
HSL214°56.10%40.20%
HSB/HSV214°71.88%62.75%
CMYK71.88%40.63%0.00%
37.25%

Color #2D5FA0 in popluar number systems.

HEX2D5FA0
Decimal4595160
Binary101101101111110100000
Octal55137240

Shades and tints

Shades of #2D5FA0

#2D5FA0
(45,95,160)
#295792
(41,87,146)
#254F84
(37,79,132)
#214776
(33,71,118)
#1D3F68
(29,63,104)
#19375A
(25,55,90)
#152F4C
(21,47,76)
#11273E
(17,39,62)
#0D1F30
(13,31,48)
#091722
(9,23,34)
#050F14
(5,15,20)
#000000
(0,0,0)

Tints of #2D5FA0

#2D5FA0
(45,95,160)
#406DA8
(64,109,168)
#537BB0
(83,123,176)
#6689B8
(102,137,184)
#7997C0
(121,151,192)
#8CA5C8
(140,165,200)
#9FB3D0
(159,179,208)
#B2C1D8
(178,193,216)
#C5CFE0
(197,207,224)
#D8DDE8
(216,221,232)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5FA0 color. Also use rgb(45,95,160) instead hex code.

Text Font Color

.myTextColor { color: #2D5FA0; }

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

This text font color is #2D5FA0.


Background Color

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

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

This div background color is #2D5FA0.


Border color

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

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

This div border color is #2D5FA0.


Opacity

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

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

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

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

This text has shadow with #2D5FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5FA0 on black background.


Color preview on white background

This text has color #2D5FA0 on white background.



Black color preview on #2D5FA0 background

This text has black color on #2D5FA0 background.


White color preview on #2D5FA0 background

This text has white color on #2D5FA0 background.