COLOR #2A4461

HEX: #2A4461
RGB: (42,68,97)

Color info

#2A4461 contains red, green and blue colors in about the same proportion. Web safe color of #2A4461 is #333366 (or #336).

RGB color model

#2A4461 color RGB value is (42,68,97).

  • red value is 42;
  • green value is 68;
  • blue value is 97.
RGB:
(42,68,97)
(16%,27%,38%)

RGB channels and saturation

R 42 of 255 = 16%
G 68 of 255 = 27%
B 97 of 255 = 38%

42
68
97

R + G + B ~ 27%. #2A4461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 68 + 97 = 207 (100%)
R 42 of 207 ~ 20.29%
G 68 of 207 ~ 32.85%
B 97 of 207 ~ 46.86%

%20.29
%32.85
%46.86

CMYK color model

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

  • cyan value is 56.70%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(57,30,0,62)
C57M30Y0K62 
(57%,30%,0%,62%)
(0.57/0.30/0.00/0.62)	

CMYK percentages

%56.7
%29.9
%0
%61.96

Codes

Color #2A4461 in popluar color models

2A4461
RGB426897
HSL212°39.57%27.25%
HSB/HSV212°56.70%38.04%
CMYK56.70%29.90%0.00%
61.96%

Color #2A4461 in popluar number systems.

HEX2A4461
Decimal426897
Binary10101010001001100001
Octal52104141

Shades and tints

Shades of #2A4461

#2A4461
(42,68,97)
#273E59
(39,62,89)
#243851
(36,56,81)
#213249
(33,50,73)
#1E2C41
(30,44,65)
#1B2639
(27,38,57)
#182031
(24,32,49)
#151A29
(21,26,41)
#121421
(18,20,33)
#0F0E19
(15,14,25)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #2A4461

#2A4461
(42,68,97)
#3D556F
(61,85,111)
#50667D
(80,102,125)
#63778B
(99,119,139)
#768899
(118,136,153)
#8999A7
(137,153,167)
#9CAAB5
(156,170,181)
#AFBBC3
(175,187,195)
#C2CCD1
(194,204,209)
#D5DDDF
(213,221,223)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A4461 color. Also use rgb(42,68,97) instead hex code.

Text Font Color

.myTextColor { color: #2A4461; }

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

This text font color is #2A4461.


Background Color

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

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

This div background color is #2A4461.


Border color

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

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

This div border color is #2A4461.


Opacity

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

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

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

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

This text has shadow with #2A4461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A4461 on black background.


Color preview on white background

This text has color #2A4461 on white background.



Black color preview on #2A4461 background

This text has black color on #2A4461 background.


White color preview on #2A4461 background

This text has white color on #2A4461 background.