COLOR #2A5572

HEX: #2A5572
RGB: (42,85,114)

Color info

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

RGB color model

#2A5572 color RGB value is (42,85,114).

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

RGB channels and saturation

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

42
85
114

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

Portions of RGB colors in percentages

R + G + B =
42 + 85 + 114 = 241 (100%)
R 42 of 241 ~ 17.43%
G 85 of 241 ~ 35.27%
B 114 of 241 ~ 47.3%

%17.43
%35.27
%47.3

CMYK color model

#2A5572 color CMYK value is (63,25,0,55).

  • cyan value is 63.16%
  • magenta value is 25.44%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(63,25,0,55)
C63M25Y0K55 
(63%,25%,0%,55%)
(0.63/0.25/0.00/0.55)	

CMYK percentages

%63.16
%25.44
%0
%55.29

Codes

Color #2A5572 in popluar color models

2A5572
RGB4285114
HSL204°46.15%30.59%
HSB/HSV204°63.16%44.71%
CMYK63.16%25.44%0.00%
55.29%

Color #2A5572 in popluar number systems.

HEX2A5572
Decimal4285114
Binary10101010101011110010
Octal52125162

Shades and tints

Shades of #2A5572

#2A5572
(42,85,114)
#274E68
(39,78,104)
#24475E
(36,71,94)
#214054
(33,64,84)
#1E394A
(30,57,74)
#1B3240
(27,50,64)
#182B36
(24,43,54)
#15242C
(21,36,44)
#121D22
(18,29,34)
#0F1618
(15,22,24)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #2A5572

#2A5572
(42,85,114)
#3D647E
(61,100,126)
#50738A
(80,115,138)
#638296
(99,130,150)
#7691A2
(118,145,162)
#89A0AE
(137,160,174)
#9CAFBA
(156,175,186)
#AFBEC6
(175,190,198)
#C2CDD2
(194,205,210)
#D5DCDE
(213,220,222)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A5572; }

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

This text font color is #2A5572.


Background Color

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

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

This div background color is #2A5572.


Border color

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

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

This div border color is #2A5572.


Opacity

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

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

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

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

This text has shadow with #2A5572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A5572 on black background.


Color preview on white background

This text has color #2A5572 on white background.



Black color preview on #2A5572 background

This text has black color on #2A5572 background.


White color preview on #2A5572 background

This text has white color on #2A5572 background.