COLOR #2A4E9C

HEX: #2A4E9C
RGB: (42,78,156)

Color info

#2A4E9C contains mainly blue color. Web safe color of #2A4E9C is #336699 (or #369).

RGB color model

#2A4E9C color RGB value is (42,78,156).

  • red value is 42;
  • green value is 78;
  • blue value is 156.
RGB:
(42,78,156)
(16%,31%,61%)

RGB channels and saturation

R 42 of 255 = 16%
G 78 of 255 = 31%
B 156 of 255 = 61%

42
78
156

R + G + B ~ 36%. #2A4E9C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 78 + 156 = 276 (100%)
R 42 of 276 ~ 15.22%
G 78 of 276 ~ 28.26%
B 156 of 276 ~ 56.52%

%15.22
%28.26
%56.52

CMYK color model

#2A4E9C color CMYK value is (73,50,0,39).

  • cyan value is 73.08%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(73,50,0,39)
C73M50Y0K39 
(73%,50%,0%,39%)
(0.73/0.50/0.00/0.39)	

CMYK percentages

%73.08
%50
%0
%38.82

Codes

Color #2A4E9C in popluar color models

2A4E9C
RGB4278156
HSL221°57.58%38.82%
HSB/HSV221°73.08%61.18%
CMYK73.08%50.00%0.00%
38.82%

Color #2A4E9C in popluar number systems.

HEX2A4E9C
Decimal4278156
Binary101010100111010011100
Octal52116234

Shades and tints

Shades of #2A4E9C

#2A4E9C
(42,78,156)
#27478E
(39,71,142)
#244080
(36,64,128)
#213972
(33,57,114)
#1E3264
(30,50,100)
#1B2B56
(27,43,86)
#182448
(24,36,72)
#151D3A
(21,29,58)
#12162C
(18,22,44)
#0F0F1E
(15,15,30)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #2A4E9C

#2A4E9C
(42,78,156)
#3D5EA5
(61,94,165)
#506EAE
(80,110,174)
#637EB7
(99,126,183)
#768EC0
(118,142,192)
#899EC9
(137,158,201)
#9CAED2
(156,174,210)
#AFBEDB
(175,190,219)
#C2CEE4
(194,206,228)
#D5DEED
(213,222,237)
#E8EEF6
(232,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A4E9C color. Also use rgb(42,78,156) instead hex code.

Text Font Color

.myTextColor { color: #2A4E9C; }

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

This text font color is #2A4E9C.


Background Color

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

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

This div background color is #2A4E9C.


Border color

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

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

This div border color is #2A4E9C.


Opacity

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

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

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

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

This text has shadow with #2A4E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A4E9C on black background.


Color preview on white background

This text has color #2A4E9C on white background.



Black color preview on #2A4E9C background

This text has black color on #2A4E9C background.


White color preview on #2A4E9C background

This text has white color on #2A4E9C background.