COLOR #2A4990

HEX: #2A4990 RGB: (42,73,144)

Color info

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

RGB color model

#2A4990 color RGB value is (42,73,144).

RGB: (42,73,144) (16%, 29%, 56%)

RGB channels and saturation

R 42 of 255 = 16%
G 73 of 255 = 29%
B 144 of 255 = 56%

42
73
144

R + G + B ~ 34%. #2A4990 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 73 + 144 = 259 (100%)
R 42 of 259 ~ 16.22%
G 73 of 259 ~ 28.19%
B 144 of 259 ~ 55.6'%

%16.22
%28.19
%55.6

CMYK color model

#2A4990 color CMYK value is (71,49,0,44).

  • cyan value is 70.83%
  • magenta value is 49.31%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (71,49,0,44)
C71M49Y0K44 (71%, 49%, 0%, 44%)
(0.71 / 0.49 / 0.00 / 0.44)

CMYK percentages

%70.83
%49.31
%0
%43.53

Codes

Color #2A4990 in popluar color models

2A 49 90
RGB 42 73 144
HSL 222° 54.84% 36.47%
HSB/HSV 222° 70.83% 56.47%
CMYK 70.83% 49.31% 0.00%
43.53%

Color #2A4990 in popluar number systems.

HEX 2A 49 90
Decimal 42 73 144
Binary 101010 1001001 10010000
Octal 52 111 220

Shades and tints

Shades of #2A4990

#2A4990
(42,73,144)
#274383
(39,67,131)
#243D76
(36,61,118)
#213769
(33,55,105)
#1E315C
(30,49,92)
#1B2B4F
(27,43,79)
#182542
(24,37,66)
#151F35
(21,31,53)
#121928
(18,25,40)
#0F131B
(15,19,27)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #2A4990

#2A4990
(42,73,144)
#3D599A
(61,89,154)
#5069A4
(80,105,164)
#6379AE
(99,121,174)
#7689B8
(118,137,184)
#8999C2
(137,153,194)
#9CA9CC
(156,169,204)
#AFB9D6
(175,185,214)
#C2C9E0
(194,201,224)
#D5D9EA
(213,217,234)
#E8E9F4
(232,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A4990; }

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

This text font color is #2A4990.

Background Color

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

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

This div background color is #2A4990.

Border color

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

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

This div border color is #2A4990.

Opacity

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

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

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

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

This text has shadow with #2A4990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A4990.

Preview

Color preview on black background

This text has color #2A4990 on black background.


Color preview on white background

This text has color #2A4990 on white background.


Black color preview on #2A4990 background

This text has black color on #2A4990 background.


White color preview on #2A4990 background

This text has white color on #2A4990 background.


Related colors

Complementary color

Complementary color for #hex is #D5B66F.


I love getcolorcode.com

Triadic colors

1 #902A49 and #49902A with #2A4990 are triadic colors.

2 #90492A and #492A90 with #2A4990 are triadic colors.