COLOR #2A4C83

HEX: #2A4C83
RGB: (42,76,131)

Color info

#2A4C83 contains mainly green and blue colors. Web safe color of #2A4C83 is #333399 (or #339).

RGB color model

#2A4C83 color RGB value is (42,76,131).

  • red value is 42;
  • green value is 76;
  • blue value is 131.
RGB:
(42,76,131)
(16%,30%,51%)

RGB channels and saturation

R 42 of 255 = 16%
G 76 of 255 = 30%
B 131 of 255 = 51%

42
76
131

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

Portions of RGB colors in percentages

R + G + B =
42 + 76 + 131 = 249 (100%)
R 42 of 249 ~ 16.87%
G 76 of 249 ~ 30.52%
B 131 of 249 ~ 52.61%

%16.87
%30.52
%52.61

CMYK color model

#2A4C83 color CMYK value is (68,42,0,49).

  • cyan value is 67.94%
  • magenta value is 41.98%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(68,42,0,49)
C68M42Y0K49 
(68%,42%,0%,49%)
(0.68/0.42/0.00/0.49)	

CMYK percentages

%67.94
%41.98
%0
%48.63

Codes

Color #2A4C83 in popluar color models

2A4C83
RGB4276131
HSL217°51.45%33.92%
HSB/HSV217°67.94%51.37%
CMYK67.94%41.98%0.00%
48.63%

Color #2A4C83 in popluar number systems.

HEX2A4C83
Decimal4276131
Binary101010100110010000011
Octal52114203

Shades and tints

Shades of #2A4C83

#2A4C83
(42,76,131)
#274678
(39,70,120)
#24406D
(36,64,109)
#213A62
(33,58,98)
#1E3457
(30,52,87)
#1B2E4C
(27,46,76)
#182841
(24,40,65)
#152236
(21,34,54)
#121C2B
(18,28,43)
#0F1620
(15,22,32)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #2A4C83

#2A4C83
(42,76,131)
#3D5C8E
(61,92,142)
#506C99
(80,108,153)
#637CA4
(99,124,164)
#768CAF
(118,140,175)
#899CBA
(137,156,186)
#9CACC5
(156,172,197)
#AFBCD0
(175,188,208)
#C2CCDB
(194,204,219)
#D5DCE6
(213,220,230)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A4C83 color. Also use rgb(42,76,131) instead hex code.

Text Font Color

.myTextColor { color: #2A4C83; }

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

This text font color is #2A4C83.


Background Color

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

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

This div background color is #2A4C83.


Border color

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

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

This div border color is #2A4C83.


Opacity

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

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

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

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

This text has shadow with #2A4C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A4C83 on black background.


Color preview on white background

This text has color #2A4C83 on white background.



Black color preview on #2A4C83 background

This text has black color on #2A4C83 background.


White color preview on #2A4C83 background

This text has white color on #2A4C83 background.