COLOR #293E73

HEX: #293E73
RGB: (41,62,115)

Color info

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

RGB color model

#293E73 color RGB value is (41,62,115).

  • red value is 41;
  • green value is 62;
  • blue value is 115.
RGB:
(41,62,115)
(16%,24%,45%)

RGB channels and saturation

R 41 of 255 = 16%
G 62 of 255 = 24%
B 115 of 255 = 45%

41
62
115

R + G + B ~ 28%. #293E73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 62 + 115 = 218 (100%)
R 41 of 218 ~ 18.81%
G 62 of 218 ~ 28.44%
B 115 of 218 ~ 52.75%

%18.81
%28.44
%52.75

CMYK color model

#293E73 color CMYK value is (64,46,0,55).

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

CMYK percentages

%64.35
%46.09
%0
%54.9

Codes

Color #293E73 in popluar color models

293E73
RGB4162115
HSL223°47.44%30.59%
HSB/HSV223°64.35%45.10%
CMYK64.35%46.09%0.00%
54.90%

Color #293E73 in popluar number systems.

HEX293E73
Decimal4162115
Binary1010011111101110011
Octal5176163

Shades and tints

Shades of #293E73

#293E73
(41,62,115)
#263969
(38,57,105)
#23345F
(35,52,95)
#202F55
(32,47,85)
#1D2A4B
(29,42,75)
#1A2541
(26,37,65)
#172037
(23,32,55)
#141B2D
(20,27,45)
#111623
(17,22,35)
#0E1119
(14,17,25)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #293E73

#293E73
(41,62,115)
#3C4F7F
(60,79,127)
#4F608B
(79,96,139)
#627197
(98,113,151)
#7582A3
(117,130,163)
#8893AF
(136,147,175)
#9BA4BB
(155,164,187)
#AEB5C7
(174,181,199)
#C1C6D3
(193,198,211)
#D4D7DF
(212,215,223)
#E7E8EB
(231,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293E73 color. Also use rgb(41,62,115) instead hex code.

Text Font Color

.myTextColor { color: #293E73; }

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

This text font color is #293E73.


Background Color

.myBgColor { background-color: #293E73; }

<div style="background-color:#293E73">Inner text</div>

This div background color is #293E73.


Border color

.myBorderColor { border: 1px solid #293E73; }

<div style="border:3px solid #293E73">Div</div>

This div border color is #293E73.


Opacity

.myOpacity80 { color: #293E73; opacity: 0.8; }

<p style="color:#293E73;opacity:0.8;">80%</p>

Text with #293E73 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 #293E73;}

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

This text has shadow with #293E73 color.

.textShadow {text-shadow: 3px 3px 1px #293E73, 3px 3px 1px red;}

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

This text has shadow with #293E73 primary color and red secondary color.


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

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

This text has shadow with #293E73 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293E73 on black background.


Color preview on white background

This text has color #293E73 on white background.



Black color preview on #293E73 background

This text has black color on #293E73 background.


White color preview on #293E73 background

This text has white color on #293E73 background.