COLOR #2A4B73

HEX: #2A4B73
RGB: (42,75,115)

Color info

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

RGB color model

#2A4B73 color RGB value is (42,75,115).

  • red value is 42;
  • green value is 75;
  • blue value is 115.
RGB:
(42,75,115)
(16%,29%,45%)

RGB channels and saturation

R 42 of 255 = 16%
G 75 of 255 = 29%
B 115 of 255 = 45%

42
75
115

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

Portions of RGB colors in percentages

R + G + B =
42 + 75 + 115 = 232 (100%)
R 42 of 232 ~ 18.1%
G 75 of 232 ~ 32.33%
B 115 of 232 ~ 49.57%

%18.1
%32.33
%49.57

CMYK color model

#2A4B73 color CMYK value is (63,35,0,55).

  • cyan value is 63.48%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(63,35,0,55)
C63M35Y0K55 
(63%,35%,0%,55%)
(0.63/0.35/0.00/0.55)	

CMYK percentages

%63.48
%34.78
%0
%54.9

Codes

Color #2A4B73 in popluar color models

2A4B73
RGB4275115
HSL213°46.50%30.78%
HSB/HSV213°63.48%45.10%
CMYK63.48%34.78%0.00%
54.90%

Color #2A4B73 in popluar number systems.

HEX2A4B73
Decimal4275115
Binary10101010010111110011
Octal52113163

Shades and tints

Shades of #2A4B73

#2A4B73
(42,75,115)
#274569
(39,69,105)
#243F5F
(36,63,95)
#213955
(33,57,85)
#1E334B
(30,51,75)
#1B2D41
(27,45,65)
#182737
(24,39,55)
#15212D
(21,33,45)
#121B23
(18,27,35)
#0F1519
(15,21,25)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #2A4B73

#2A4B73
(42,75,115)
#3D5B7F
(61,91,127)
#506B8B
(80,107,139)
#637B97
(99,123,151)
#768BA3
(118,139,163)
#899BAF
(137,155,175)
#9CABBB
(156,171,187)
#AFBBC7
(175,187,199)
#C2CBD3
(194,203,211)
#D5DBDF
(213,219,223)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A4B73 color. Also use rgb(42,75,115) instead hex code.

Text Font Color

.myTextColor { color: #2A4B73; }

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

This text font color is #2A4B73.


Background Color

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

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

This div background color is #2A4B73.


Border color

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

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

This div border color is #2A4B73.


Opacity

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

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

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

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

This text has shadow with #2A4B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A4B73 on black background.


Color preview on white background

This text has color #2A4B73 on white background.



Black color preview on #2A4B73 background

This text has black color on #2A4B73 background.


White color preview on #2A4B73 background

This text has white color on #2A4B73 background.