COLOR #2A5573

HEX: #2A5573
RGB: (42,85,115)

Color info

#2A5573 contains mainly green and blue colors. Web safe color of #2A5573 is #336666 (or #366).

RGB color model

#2A5573 color RGB value is (42,85,115).

  • red value is 42;
  • green value is 85;
  • blue value is 115.
RGB:
(42,85,115)
(16%,33%,45%)

RGB channels and saturation

R 42 of 255 = 16%
G 85 of 255 = 33%
B 115 of 255 = 45%

42
85
115

R + G + B ~ 31%. #2A5573 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 85 + 115 = 242 (100%)
R 42 of 242 ~ 17.36%
G 85 of 242 ~ 35.12%
B 115 of 242 ~ 47.52%

%17.36
%35.12
%47.52

CMYK color model

#2A5573 color CMYK value is (63,26,0,55).

  • cyan value is 63.48%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(63,26,0,55)
C63M26Y0K55 
(63%,26%,0%,55%)
(0.63/0.26/0.00/0.55)	

CMYK percentages

%63.48
%26.09
%0
%54.9

Codes

Color #2A5573 in popluar color models

2A5573
RGB4285115
HSL205°46.50%30.78%
HSB/HSV205°63.48%45.10%
CMYK63.48%26.09%0.00%
54.90%

Color #2A5573 in popluar number systems.

HEX2A5573
Decimal4285115
Binary10101010101011110011
Octal52125163

Shades and tints

Shades of #2A5573

#2A5573
(42,85,115)
#274E69
(39,78,105)
#24475F
(36,71,95)
#214055
(33,64,85)
#1E394B
(30,57,75)
#1B3241
(27,50,65)
#182B37
(24,43,55)
#15242D
(21,36,45)
#121D23
(18,29,35)
#0F1619
(15,22,25)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #2A5573

#2A5573
(42,85,115)
#3D647F
(61,100,127)
#50738B
(80,115,139)
#638297
(99,130,151)
#7691A3
(118,145,163)
#89A0AF
(137,160,175)
#9CAFBB
(156,175,187)
#AFBEC7
(175,190,199)
#C2CDD3
(194,205,211)
#D5DCDF
(213,220,223)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A5573 color. Also use rgb(42,85,115) instead hex code.

Text Font Color

.myTextColor { color: #2A5573; }

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

This text font color is #2A5573.


Background Color

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

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

This div background color is #2A5573.


Border color

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

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

This div border color is #2A5573.


Opacity

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

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

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

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

This text has shadow with #2A5573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A5573 on black background.


Color preview on white background

This text has color #2A5573 on white background.



Black color preview on #2A5573 background

This text has black color on #2A5573 background.


White color preview on #2A5573 background

This text has white color on #2A5573 background.