COLOR #2A3F74

HEX: #2A3F74
RGB: (42,63,116)

Color info

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

RGB color model

#2A3F74 color RGB value is (42,63,116).

  • red value is 42;
  • green value is 63;
  • blue value is 116.
RGB:
(42,63,116)
(16%,25%,45%)

RGB channels and saturation

R 42 of 255 = 16%
G 63 of 255 = 25%
B 116 of 255 = 45%

42
63
116

R + G + B ~ 29%. #2A3F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 63 + 116 = 221 (100%)
R 42 of 221 ~ 19%
G 63 of 221 ~ 28.51%
B 116 of 221 ~ 52.49%

%19
%28.51
%52.49

CMYK color model

#2A3F74 color CMYK value is (64,46,0,55).

  • cyan value is 63.79%
  • magenta value is 45.69%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(64,46,0,55)
C64M46Y0K55 
(64%,46%,0%,55%)
(0.64/0.46/0.00/0.55)	

CMYK percentages

%63.79
%45.69
%0
%54.51

Codes

Color #2A3F74 in popluar color models

2A3F74
RGB4263116
HSL223°46.84%30.98%
HSB/HSV223°63.79%45.49%
CMYK63.79%45.69%0.00%
54.51%

Color #2A3F74 in popluar number systems.

HEX2A3F74
Decimal4263116
Binary1010101111111110100
Octal5277164

Shades and tints

Shades of #2A3F74

#2A3F74
(42,63,116)
#273A6A
(39,58,106)
#243560
(36,53,96)
#213056
(33,48,86)
#1E2B4C
(30,43,76)
#1B2642
(27,38,66)
#182138
(24,33,56)
#151C2E
(21,28,46)
#121724
(18,23,36)
#0F121A
(15,18,26)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #2A3F74

#2A3F74
(42,63,116)
#3D5080
(61,80,128)
#50618C
(80,97,140)
#637298
(99,114,152)
#7683A4
(118,131,164)
#8994B0
(137,148,176)
#9CA5BC
(156,165,188)
#AFB6C8
(175,182,200)
#C2C7D4
(194,199,212)
#D5D8E0
(213,216,224)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A3F74 color. Also use rgb(42,63,116) instead hex code.

Text Font Color

.myTextColor { color: #2A3F74; }

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

This text font color is #2A3F74.


Background Color

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

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

This div background color is #2A3F74.


Border color

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

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

This div border color is #2A3F74.


Opacity

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

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

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

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

This text has shadow with #2A3F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A3F74 on black background.


Color preview on white background

This text has color #2A3F74 on white background.



Black color preview on #2A3F74 background

This text has black color on #2A3F74 background.


White color preview on #2A3F74 background

This text has white color on #2A3F74 background.