COLOR #293389

HEX: #293389
RGB: (41,51,137)

Color info

#293389 contains mainly blue color. Web safe color of #293389 is #333399 (or #339).

RGB color model

#293389 color RGB value is (41,51,137).

  • red value is 41;
  • green value is 51;
  • blue value is 137.
RGB:
(41,51,137)
(16%,20%,54%)

RGB channels and saturation

R 41 of 255 = 16%
G 51 of 255 = 20%
B 137 of 255 = 54%

41
51
137

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

Portions of RGB colors in percentages

R + G + B =
41 + 51 + 137 = 229 (100%)
R 41 of 229 ~ 17.9%
G 51 of 229 ~ 22.27%
B 137 of 229 ~ 59.83%

%17.9
%22.27
%59.83

CMYK color model

#293389 color CMYK value is (70,63,0,46).

  • cyan value is 70.07%
  • magenta value is 62.77%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(70,63,0,46)
C70M63Y0K46 
(70%,63%,0%,46%)
(0.70/0.63/0.00/0.46)	

CMYK percentages

%70.07
%62.77
%0
%46.27

Codes

Color #293389 in popluar color models

293389
RGB4151137
HSL234°53.93%34.90%
HSB/HSV234°70.07%53.73%
CMYK70.07%62.77%0.00%
46.27%

Color #293389 in popluar number systems.

HEX293389
Decimal4151137
Binary10100111001110001001
Octal5163211

Shades and tints

Shades of #293389

#293389
(41,51,137)
#262F7D
(38,47,125)
#232B71
(35,43,113)
#202765
(32,39,101)
#1D2359
(29,35,89)
#1A1F4D
(26,31,77)
#171B41
(23,27,65)
#141735
(20,23,53)
#111329
(17,19,41)
#0E0F1D
(14,15,29)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #293389

#293389
(41,51,137)
#3C4593
(60,69,147)
#4F579D
(79,87,157)
#6269A7
(98,105,167)
#757BB1
(117,123,177)
#888DBB
(136,141,187)
#9B9FC5
(155,159,197)
#AEB1CF
(174,177,207)
#C1C3D9
(193,195,217)
#D4D5E3
(212,213,227)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293389 color. Also use rgb(41,51,137) instead hex code.

Text Font Color

.myTextColor { color: #293389; }

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

This text font color is #293389.


Background Color

.myBgColor { background-color: #293389; }

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

This div background color is #293389.


Border color

.myBorderColor { border: 1px solid #293389; }

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

This div border color is #293389.


Opacity

.myOpacity80 { color: #293389; opacity: 0.8; }

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

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

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

This text has shadow with #293389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293389 on black background.


Color preview on white background

This text has color #293389 on white background.



Black color preview on #293389 background

This text has black color on #293389 background.


White color preview on #293389 background

This text has white color on #293389 background.