COLOR #2A498D

HEX: #2A498D
RGB: (42,73,141)

Color info

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

RGB color model

#2A498D color RGB value is (42,73,141).

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

RGB channels and saturation

R 42 of 255 = 16%
G 73 of 255 = 29%
B 141 of 255 = 55%

42
73
141

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

Portions of RGB colors in percentages

R + G + B =
42 + 73 + 141 = 256 (100%)
R 42 of 256 ~ 16.41%
G 73 of 256 ~ 28.52%
B 141 of 256 ~ 55.08%

%16.41
%28.52
%55.08

CMYK color model

#2A498D color CMYK value is (70,48,0,45).

  • cyan value is 70.21%
  • magenta value is 48.23%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(70,48,0,45)
C70M48Y0K45 
(70%,48%,0%,45%)
(0.70/0.48/0.00/0.45)	

CMYK percentages

%70.21
%48.23
%0
%44.71

Codes

Color #2A498D in popluar color models

2A498D
RGB4273141
HSL221°54.10%35.88%
HSB/HSV221°70.21%55.29%
CMYK70.21%48.23%0.00%
44.71%

Color #2A498D in popluar number systems.

HEX2A498D
Decimal4273141
Binary101010100100110001101
Octal52111215

Shades and tints

Shades of #2A498D

#2A498D
(42,73,141)
#274381
(39,67,129)
#243D75
(36,61,117)
#213769
(33,55,105)
#1E315D
(30,49,93)
#1B2B51
(27,43,81)
#182545
(24,37,69)
#151F39
(21,31,57)
#12192D
(18,25,45)
#0F1321
(15,19,33)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #2A498D

#2A498D
(42,73,141)
#3D5997
(61,89,151)
#5069A1
(80,105,161)
#6379AB
(99,121,171)
#7689B5
(118,137,181)
#8999BF
(137,153,191)
#9CA9C9
(156,169,201)
#AFB9D3
(175,185,211)
#C2C9DD
(194,201,221)
#D5D9E7
(213,217,231)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A498D; }

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

This text font color is #2A498D.


Background Color

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

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

This div background color is #2A498D.


Border color

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

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

This div border color is #2A498D.


Opacity

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

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

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

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

This text has shadow with #2A498D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A498D on black background.


Color preview on white background

This text has color #2A498D on white background.



Black color preview on #2A498D background

This text has black color on #2A498D background.


White color preview on #2A498D background

This text has white color on #2A498D background.