COLOR #2A4472

HEX: #2A4472
RGB: (42,68,114)

Color info

#2A4472 contains mainly green and blue colors. Web safe color of #2A4472 is #333366 (or #336).

RGB color model

#2A4472 color RGB value is (42,68,114).

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

RGB channels and saturation

R 42 of 255 = 16%
G 68 of 255 = 27%
B 114 of 255 = 45%

42
68
114

R + G + B ~ 29%. #2A4472 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 68 + 114 = 224 (100%)
R 42 of 224 ~ 18.75%
G 68 of 224 ~ 30.36%
B 114 of 224 ~ 50.89%

%18.75
%30.36
%50.89

CMYK color model

#2A4472 color CMYK value is (63,40,0,55).

  • cyan value is 63.16%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(63,40,0,55)
C63M40Y0K55 
(63%,40%,0%,55%)
(0.63/0.40/0.00/0.55)	

CMYK percentages

%63.16
%40.35
%0
%55.29

Codes

Color #2A4472 in popluar color models

2A4472
RGB4268114
HSL218°46.15%30.59%
HSB/HSV218°63.16%44.71%
CMYK63.16%40.35%0.00%
55.29%

Color #2A4472 in popluar number systems.

HEX2A4472
Decimal4268114
Binary10101010001001110010
Octal52104162

Shades and tints

Shades of #2A4472

#2A4472
(42,68,114)
#273E68
(39,62,104)
#24385E
(36,56,94)
#213254
(33,50,84)
#1E2C4A
(30,44,74)
#1B2640
(27,38,64)
#182036
(24,32,54)
#151A2C
(21,26,44)
#121422
(18,20,34)
#0F0E18
(15,14,24)
#0C080E
(12,8,14)
#000000
(0,0,0)

Tints of #2A4472

#2A4472
(42,68,114)
#3D557E
(61,85,126)
#50668A
(80,102,138)
#637796
(99,119,150)
#7688A2
(118,136,162)
#8999AE
(137,153,174)
#9CAABA
(156,170,186)
#AFBBC6
(175,187,198)
#C2CCD2
(194,204,210)
#D5DDDE
(213,221,222)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A4472; }

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

This text font color is #2A4472.


Background Color

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

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

This div background color is #2A4472.


Border color

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

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

This div border color is #2A4472.


Opacity

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

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

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

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

This text has shadow with #2A4472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A4472 on black background.


Color preview on white background

This text has color #2A4472 on white background.



Black color preview on #2A4472 background

This text has black color on #2A4472 background.


White color preview on #2A4472 background

This text has white color on #2A4472 background.