COLOR #2A49A3

HEX: #2A49A3
RGB: (42,73,163)

Color info

#2A49A3 contains mainly blue color. Web safe color of #2A49A3 is #333399 (or #339).

RGB color model

#2A49A3 color RGB value is (42,73,163).

  • red value is 42;
  • green value is 73;
  • blue value is 163.
RGB:
(42,73,163)
(16%,29%,64%)

RGB channels and saturation

R 42 of 255 = 16%
G 73 of 255 = 29%
B 163 of 255 = 64%

42
73
163

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

Portions of RGB colors in percentages

R + G + B =
42 + 73 + 163 = 278 (100%)
R 42 of 278 ~ 15.11%
G 73 of 278 ~ 26.26%
B 163 of 278 ~ 58.63%

%15.11
%26.26
%58.63

CMYK color model

#2A49A3 color CMYK value is (74,55,0,36).

  • cyan value is 74.23%
  • magenta value is 55.21%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(74,55,0,36)
C74M55Y0K36 
(74%,55%,0%,36%)
(0.74/0.55/0.00/0.36)	

CMYK percentages

%74.23
%55.21
%0
%36.08

Codes

Color #2A49A3 in popluar color models

2A49A3
RGB4273163
HSL225°59.02%40.20%
HSB/HSV225°74.23%63.92%
CMYK74.23%55.21%0.00%
36.08%

Color #2A49A3 in popluar number systems.

HEX2A49A3
Decimal4273163
Binary101010100100110100011
Octal52111243

Shades and tints

Shades of #2A49A3

#2A49A3
(42,73,163)
#274395
(39,67,149)
#243D87
(36,61,135)
#213779
(33,55,121)
#1E316B
(30,49,107)
#1B2B5D
(27,43,93)
#18254F
(24,37,79)
#151F41
(21,31,65)
#121933
(18,25,51)
#0F1325
(15,19,37)
#0C0D17
(12,13,23)
#000000
(0,0,0)

Tints of #2A49A3

#2A49A3
(42,73,163)
#3D59AB
(61,89,171)
#5069B3
(80,105,179)
#6379BB
(99,121,187)
#7689C3
(118,137,195)
#8999CB
(137,153,203)
#9CA9D3
(156,169,211)
#AFB9DB
(175,185,219)
#C2C9E3
(194,201,227)
#D5D9EB
(213,217,235)
#E8E9F3
(232,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A49A3 color. Also use rgb(42,73,163) instead hex code.

Text Font Color

.myTextColor { color: #2A49A3; }

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

This text font color is #2A49A3.


Background Color

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

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

This div background color is #2A49A3.


Border color

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

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

This div border color is #2A49A3.


Opacity

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

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

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

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

This text has shadow with #2A49A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A49A3 on black background.


Color preview on white background

This text has color #2A49A3 on white background.



Black color preview on #2A49A3 background

This text has black color on #2A49A3 background.


White color preview on #2A49A3 background

This text has white color on #2A49A3 background.