COLOR #2A5B79

HEX: #2A5B79
RGB: (42,91,121)

Color info

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

RGB color model

#2A5B79 color RGB value is (42,91,121).

  • red value is 42;
  • green value is 91;
  • blue value is 121.
RGB:
(42,91,121)
(16%,36%,47%)

RGB channels and saturation

R 42 of 255 = 16%
G 91 of 255 = 36%
B 121 of 255 = 47%

42
91
121

R + G + B ~ 33%. #2A5B79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 91 + 121 = 254 (100%)
R 42 of 254 ~ 16.54%
G 91 of 254 ~ 35.83%
B 121 of 254 ~ 47.64%

%16.54
%35.83
%47.64

CMYK color model

#2A5B79 color CMYK value is (65,25,0,53).

  • cyan value is 65.29%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(65,25,0,53)
C65M25Y0K53 
(65%,25%,0%,53%)
(0.65/0.25/0.00/0.53)	

CMYK percentages

%65.29
%24.79
%0
%52.55

Codes

Color #2A5B79 in popluar color models

2A5B79
RGB4291121
HSL203°48.47%31.96%
HSB/HSV203°65.29%47.45%
CMYK65.29%24.79%0.00%
52.55%

Color #2A5B79 in popluar number systems.

HEX2A5B79
Decimal4291121
Binary10101010110111111001
Octal52133171

Shades and tints

Shades of #2A5B79

#2A5B79
(42,91,121)
#27536E
(39,83,110)
#244B63
(36,75,99)
#214358
(33,67,88)
#1E3B4D
(30,59,77)
#1B3342
(27,51,66)
#182B37
(24,43,55)
#15232C
(21,35,44)
#121B21
(18,27,33)
#0F1316
(15,19,22)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #2A5B79

#2A5B79
(42,91,121)
#3D6985
(61,105,133)
#507791
(80,119,145)
#63859D
(99,133,157)
#7693A9
(118,147,169)
#89A1B5
(137,161,181)
#9CAFC1
(156,175,193)
#AFBDCD
(175,189,205)
#C2CBD9
(194,203,217)
#D5D9E5
(213,217,229)
#E8E7F1
(232,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A5B79 color. Also use rgb(42,91,121) instead hex code.

Text Font Color

.myTextColor { color: #2A5B79; }

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

This text font color is #2A5B79.


Background Color

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

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

This div background color is #2A5B79.


Border color

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

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

This div border color is #2A5B79.


Opacity

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

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

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

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

This text has shadow with #2A5B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A5B79 on black background.


Color preview on white background

This text has color #2A5B79 on white background.



Black color preview on #2A5B79 background

This text has black color on #2A5B79 background.


White color preview on #2A5B79 background

This text has white color on #2A5B79 background.