COLOR #293271

HEX: #293271
RGB: (41,50,113)

Color info

#293271 contains mainly blue color. Web safe color of #293271 is #333366 (or #336).

RGB color model

#293271 color RGB value is (41,50,113).

  • red value is 41;
  • green value is 50;
  • blue value is 113.
RGB:
(41,50,113)
(16%,20%,44%)

RGB channels and saturation

R 41 of 255 = 16%
G 50 of 255 = 20%
B 113 of 255 = 44%

41
50
113

R + G + B ~ 27%. #293271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 50 + 113 = 204 (100%)
R 41 of 204 ~ 20.1%
G 50 of 204 ~ 24.51%
B 113 of 204 ~ 55.39%

%20.1
%24.51
%55.39

CMYK color model

#293271 color CMYK value is (64,56,0,56).

  • cyan value is 63.72%
  • magenta value is 55.75%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(64,56,0,56)
C64M56Y0K56 
(64%,56%,0%,56%)
(0.64/0.56/0.00/0.56)	

CMYK percentages

%63.72
%55.75
%0
%55.69

Codes

Color #293271 in popluar color models

293271
RGB4150113
HSL233°46.75%30.20%
HSB/HSV233°63.72%44.31%
CMYK63.72%55.75%0.00%
55.69%

Color #293271 in popluar number systems.

HEX293271
Decimal4150113
Binary1010011100101110001
Octal5162161

Shades and tints

Shades of #293271

#293271
(41,50,113)
#262E67
(38,46,103)
#232A5D
(35,42,93)
#202653
(32,38,83)
#1D2249
(29,34,73)
#1A1E3F
(26,30,63)
#171A35
(23,26,53)
#14162B
(20,22,43)
#111221
(17,18,33)
#0E0E17
(14,14,23)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #293271

#293271
(41,50,113)
#3C447D
(60,68,125)
#4F5689
(79,86,137)
#626895
(98,104,149)
#757AA1
(117,122,161)
#888CAD
(136,140,173)
#9B9EB9
(155,158,185)
#AEB0C5
(174,176,197)
#C1C2D1
(193,194,209)
#D4D4DD
(212,212,221)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293271 color. Also use rgb(41,50,113) instead hex code.

Text Font Color

.myTextColor { color: #293271; }

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

This text font color is #293271.


Background Color

.myBgColor { background-color: #293271; }

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

This div background color is #293271.


Border color

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

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

This div border color is #293271.


Opacity

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

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

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

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

This text has shadow with #293271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293271 on black background.


Color preview on white background

This text has color #293271 on white background.



Black color preview on #293271 background

This text has black color on #293271 background.


White color preview on #293271 background

This text has white color on #293271 background.