COLOR #2A527B

HEX: #2A527B
RGB: (42,82,123)

Color info

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

RGB color model

#2A527B color RGB value is (42,82,123).

  • red value is 42;
  • green value is 82;
  • blue value is 123.
RGB:
(42,82,123)
(16%,32%,48%)

RGB channels and saturation

R 42 of 255 = 16%
G 82 of 255 = 32%
B 123 of 255 = 48%

42
82
123

R + G + B ~ 32%. #2A527B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 82 + 123 = 247 (100%)
R 42 of 247 ~ 17%
G 82 of 247 ~ 33.2%
B 123 of 247 ~ 49.8%

%17
%33.2
%49.8

CMYK color model

#2A527B color CMYK value is (66,33,0,52).

  • cyan value is 65.85%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(66,33,0,52)
C66M33Y0K52 
(66%,33%,0%,52%)
(0.66/0.33/0.00/0.52)	

CMYK percentages

%65.85
%33.33
%0
%51.76

Codes

Color #2A527B in popluar color models

2A527B
RGB4282123
HSL210°49.09%32.35%
HSB/HSV210°65.85%48.24%
CMYK65.85%33.33%0.00%
51.76%

Color #2A527B in popluar number systems.

HEX2A527B
Decimal4282123
Binary10101010100101111011
Octal52122173

Shades and tints

Shades of #2A527B

#2A527B
(42,82,123)
#274B70
(39,75,112)
#244465
(36,68,101)
#213D5A
(33,61,90)
#1E364F
(30,54,79)
#1B2F44
(27,47,68)
#182839
(24,40,57)
#15212E
(21,33,46)
#121A23
(18,26,35)
#0F1318
(15,19,24)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #2A527B

#2A527B
(42,82,123)
#3D6187
(61,97,135)
#507093
(80,112,147)
#637F9F
(99,127,159)
#768EAB
(118,142,171)
#899DB7
(137,157,183)
#9CACC3
(156,172,195)
#AFBBCF
(175,187,207)
#C2CADB
(194,202,219)
#D5D9E7
(213,217,231)
#E8E8F3
(232,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A527B color. Also use rgb(42,82,123) instead hex code.

Text Font Color

.myTextColor { color: #2A527B; }

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

This text font color is #2A527B.


Background Color

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

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

This div background color is #2A527B.


Border color

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

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

This div border color is #2A527B.


Opacity

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

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

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

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

This text has shadow with #2A527B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A527B on black background.


Color preview on white background

This text has color #2A527B on white background.



Black color preview on #2A527B background

This text has black color on #2A527B background.


White color preview on #2A527B background

This text has white color on #2A527B background.