COLOR #2D5A8C

HEX: #2D5A8C
RGB: (45,90,140)

Color info

#2D5A8C contains mainly green and blue colors. Web safe color of #2D5A8C is #336699 (or #369).

RGB color model

#2D5A8C color RGB value is (45,90,140).

  • red value is 45;
  • green value is 90;
  • blue value is 140.
RGB:
(45,90,140)
(18%,35%,55%)

RGB channels and saturation

R 45 of 255 = 18%
G 90 of 255 = 35%
B 140 of 255 = 55%

45
90
140

R + G + B ~ 36%. #2D5A8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 90 + 140 = 275 (100%)
R 45 of 275 ~ 16.36%
G 90 of 275 ~ 32.73%
B 140 of 275 ~ 50.91%

%16.36
%32.73
%50.91

CMYK color model

#2D5A8C color CMYK value is (68,36,0,45).

  • cyan value is 67.86%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(68,36,0,45)
C68M36Y0K45 
(68%,36%,0%,45%)
(0.68/0.36/0.00/0.45)	

CMYK percentages

%67.86
%35.71
%0
%45.1

Codes

Color #2D5A8C in popluar color models

2D5A8C
RGB4590140
HSL212°51.35%36.27%
HSB/HSV212°67.86%54.90%
CMYK67.86%35.71%0.00%
45.10%

Color #2D5A8C in popluar number systems.

HEX2D5A8C
Decimal4590140
Binary101101101101010001100
Octal55132214

Shades and tints

Shades of #2D5A8C

#2D5A8C
(45,90,140)
#295280
(41,82,128)
#254A74
(37,74,116)
#214268
(33,66,104)
#1D3A5C
(29,58,92)
#193250
(25,50,80)
#152A44
(21,42,68)
#112238
(17,34,56)
#0D1A2C
(13,26,44)
#091220
(9,18,32)
#050A14
(5,10,20)
#000000
(0,0,0)

Tints of #2D5A8C

#2D5A8C
(45,90,140)
#406996
(64,105,150)
#5378A0
(83,120,160)
#6687AA
(102,135,170)
#7996B4
(121,150,180)
#8CA5BE
(140,165,190)
#9FB4C8
(159,180,200)
#B2C3D2
(178,195,210)
#C5D2DC
(197,210,220)
#D8E1E6
(216,225,230)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5A8C color. Also use rgb(45,90,140) instead hex code.

Text Font Color

.myTextColor { color: #2D5A8C; }

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

This text font color is #2D5A8C.


Background Color

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

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

This div background color is #2D5A8C.


Border color

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

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

This div border color is #2D5A8C.


Opacity

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

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

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

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

This text has shadow with #2D5A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5A8C on black background.


Color preview on white background

This text has color #2D5A8C on white background.



Black color preview on #2D5A8C background

This text has black color on #2D5A8C background.


White color preview on #2D5A8C background

This text has white color on #2D5A8C background.