COLOR #293559

HEX: #293559
RGB: (41,53,89)

Color info

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

RGB color model

#293559 color RGB value is (41,53,89).

  • red value is 41;
  • green value is 53;
  • blue value is 89.
RGB:
(41,53,89)
(16%,21%,35%)

RGB channels and saturation

R 41 of 255 = 16%
G 53 of 255 = 21%
B 89 of 255 = 35%

41
53
89

R + G + B ~ 24%. #293559 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 53 + 89 = 183 (100%)
R 41 of 183 ~ 22.4%
G 53 of 183 ~ 28.96%
B 89 of 183 ~ 48.63%

%22.4
%28.96
%48.63

CMYK color model

#293559 color CMYK value is (54,40,0,65).

  • cyan value is 53.93%
  • magenta value is 40.45%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(54,40,0,65)
C54M40Y0K65 
(54%,40%,0%,65%)
(0.54/0.40/0.00/0.65)	

CMYK percentages

%53.93
%40.45
%0
%65.1

Codes

Color #293559 in popluar color models

293559
RGB415389
HSL225°36.92%25.49%
HSB/HSV225°53.93%34.90%
CMYK53.93%40.45%0.00%
65.10%

Color #293559 in popluar number systems.

HEX293559
Decimal415389
Binary1010011101011011001
Octal5165131

Shades and tints

Shades of #293559

#293559
(41,53,89)
#263151
(38,49,81)
#232D49
(35,45,73)
#202941
(32,41,65)
#1D2539
(29,37,57)
#1A2131
(26,33,49)
#171D29
(23,29,41)
#141921
(20,25,33)
#111519
(17,21,25)
#0E1111
(14,17,17)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #293559

#293559
(41,53,89)
#3C4768
(60,71,104)
#4F5977
(79,89,119)
#626B86
(98,107,134)
#757D95
(117,125,149)
#888FA4
(136,143,164)
#9BA1B3
(155,161,179)
#AEB3C2
(174,179,194)
#C1C5D1
(193,197,209)
#D4D7E0
(212,215,224)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293559 color. Also use rgb(41,53,89) instead hex code.

Text Font Color

.myTextColor { color: #293559; }

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

This text font color is #293559.


Background Color

.myBgColor { background-color: #293559; }

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

This div background color is #293559.


Border color

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

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

This div border color is #293559.


Opacity

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

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

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

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

This text has shadow with #293559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293559 on black background.


Color preview on white background

This text has color #293559 on white background.



Black color preview on #293559 background

This text has black color on #293559 background.


White color preview on #293559 background

This text has white color on #293559 background.