COLOR #2A4D6E

HEX: #2A4D6E RGB: (42,77,110)

Color info

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

RGB color model

#2A4D6E color RGB value is (42,77,110).

RGB: (42,77,110) (16%, 30%, 43%)

RGB channels and saturation

R 42 of 255 = 16%
G 77 of 255 = 30%
B 110 of 255 = 43%

42
77
110

R + G + B ~ 30%. #2A4D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 77 + 110 = 229 (100%)
R 42 of 229 ~ 18.34%
G 77 of 229 ~ 33.62%
B 110 of 229 ~ 48.03'%

%18.34
%33.62
%48.03

CMYK color model

#2A4D6E color CMYK value is (62,30,0,57).

  • cyan value is 61.82%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (62,30,0,57) C62M30Y0K57 (62%,30%,0%,57%) (0.62/0.30/0.00/0.57) 

CMYK percentages

%61.82
%30
%0
%56.86

Codes

Color #2A4D6E in popluar color models

2A 4D 6E
RGB 42 77 110
HSL 209° 44.74% 29.80%
HSB/HSV 209° 61.82% 43.14%
CMYK 61.82% 30.00% 0.00%
56.86%

Color #2A4D6E in popluar number systems.

HEX 2A 4D 6E
Decimal 42 77 110
Binary 101010 1001101 1101110
Octal 52 115 156

Shades and tints

Shades of #2A4D6E

#2A4D6E
(42,77,110)
#274664
(39,70,100)
#243F5A
(36,63,90)
#213850
(33,56,80)
#1E3146
(30,49,70)
#1B2A3C
(27,42,60)
#182332
(24,35,50)
#151C28
(21,28,40)
#12151E
(18,21,30)
#0F0E14
(15,14,20)
#0C070A
(12,7,10)
#000000
(0,0,0)

Tints of #2A4D6E

#2A4D6E
(42,77,110)
#3D5D7B
(61,93,123)
#506D88
(80,109,136)
#637D95
(99,125,149)
#768DA2
(118,141,162)
#899DAF
(137,157,175)
#9CADBC
(156,173,188)
#AFBDC9
(175,189,201)
#C2CDD6
(194,205,214)
#D5DDE3
(213,221,227)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A4D6E color. Also use rgb(42,77,110) instead hex code.

Text Font Color

.myTextColor { color: #2A4D6E; }

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

This text font color is #2A4D6E.

Background Color

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

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

This div background color is #2A4D6E.

Border color

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

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

This div border color is #2A4D6E.

Opacity

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

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

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

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

This text has shadow with #2A4D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A4D6E.

Preview

Color preview on black background

This text has color #2A4D6E on black background.


Color preview on white background

This text has color #2A4D6E on white background.


Black color preview on #2A4D6E background

This text has black color on #2A4D6E background.


White color preview on #2A4D6E background

This text has white color on #2A4D6E background.


Related colors

Complementary color

Complementary color for #hex is #D5B291.


I love getcolorcode.com

Triadic colors

1 #6E2A4D and #4D6E2A with #2A4D6E are triadic colors.

2 #6E4D2A and #4D2A6E with #2A4D6E are triadic colors.