COLOR #2A4182

HEX: #2A4182 RGB: (42,65,130)

Color info

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

RGB color model

#2A4182 color RGB value is (42,65,130).

RGB: (42,65,130) (16%, 25%, 51%)

RGB channels and saturation

R 42 of 255 = 16%
G 65 of 255 = 25%
B 130 of 255 = 51%

42
65
130

R + G + B ~ 31%. #2A4182 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 65 + 130 = 237 (100%)
R 42 of 237 ~ 17.72%
G 65 of 237 ~ 27.43%
B 130 of 237 ~ 54.85'%

%17.72
%27.43
%54.85

CMYK color model

#2A4182 color CMYK value is (68,50,0,49).

  • cyan value is 67.69%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (68,50,0,49)
C68M50Y0K49 (68%, 50%, 0%, 49%)
(0.68 / 0.50 / 0.00 / 0.49)

CMYK percentages

%67.69
%50
%0
%49.02

Codes

Color #2A4182 in popluar color models

2A 41 82
RGB 42 65 130
HSL 224° 51.16% 33.73%
HSB/HSV 224° 67.69% 50.98%
CMYK 67.69% 50.00% 0.00%
49.02%

Color #2A4182 in popluar number systems.

HEX 2A 41 82
Decimal 42 65 130
Binary 101010 1000001 10000010
Octal 52 101 202

Shades and tints

Shades of #2A4182

#2A4182
(42,65,130)
#273C77
(39,60,119)
#24376C
(36,55,108)
#213261
(33,50,97)
#1E2D56
(30,45,86)
#1B284B
(27,40,75)
#182340
(24,35,64)
#151E35
(21,30,53)
#12192A
(18,25,42)
#0F141F
(15,20,31)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #2A4182

#2A4182
(42,65,130)
#3D528D
(61,82,141)
#506398
(80,99,152)
#6374A3
(99,116,163)
#7685AE
(118,133,174)
#8996B9
(137,150,185)
#9CA7C4
(156,167,196)
#AFB8CF
(175,184,207)
#C2C9DA
(194,201,218)
#D5DAE5
(213,218,229)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A4182 color. Also use rgb(42,65,130) instead hex code.

Text Font Color

.myTextColor { color: #2A4182; }

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

This text font color is #2A4182.

Background Color

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

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

This div background color is #2A4182.

Border color

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

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

This div border color is #2A4182.

Opacity

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

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

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

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

This text has shadow with #2A4182 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A4182.

Preview

Color preview on black background

This text has color #2A4182 on black background.


Color preview on white background

This text has color #2A4182 on white background.


Black color preview on #2A4182 background

This text has black color on #2A4182 background.


White color preview on #2A4182 background

This text has white color on #2A4182 background.


Related colors

Complementary color

Complementary color for #hex is #D5BE7D.


I love getcolorcode.com

Triadic colors

1 #822A41 and #41822A with #2A4182 are triadic colors.

2 #82412A and #412A82 with #2A4182 are triadic colors.