COLOR #293C74

HEX: #293C74
RGB: (41,60,116)

Color info

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

RGB color model

#293C74 color RGB value is (41,60,116).

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

RGB channels and saturation

R 41 of 255 = 16%
G 60 of 255 = 24%
B 116 of 255 = 45%

41
60
116

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

Portions of RGB colors in percentages

R + G + B =
41 + 60 + 116 = 217 (100%)
R 41 of 217 ~ 18.89%
G 60 of 217 ~ 27.65%
B 116 of 217 ~ 53.46%

%18.89
%27.65
%53.46

CMYK color model

#293C74 color CMYK value is (65,48,0,55).

  • cyan value is 64.66%
  • magenta value is 48.28%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(65,48,0,55)
C65M48Y0K55 
(65%,48%,0%,55%)
(0.65/0.48/0.00/0.55)	

CMYK percentages

%64.66
%48.28
%0
%54.51

Codes

Color #293C74 in popluar color models

293C74
RGB4160116
HSL225°47.77%30.78%
HSB/HSV225°64.66%45.49%
CMYK64.66%48.28%0.00%
54.51%

Color #293C74 in popluar number systems.

HEX293C74
Decimal4160116
Binary1010011111001110100
Octal5174164

Shades and tints

Shades of #293C74

#293C74
(41,60,116)
#26376A
(38,55,106)
#233260
(35,50,96)
#202D56
(32,45,86)
#1D284C
(29,40,76)
#1A2342
(26,35,66)
#171E38
(23,30,56)
#14192E
(20,25,46)
#111424
(17,20,36)
#0E0F1A
(14,15,26)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #293C74

#293C74
(41,60,116)
#3C4D80
(60,77,128)
#4F5E8C
(79,94,140)
#626F98
(98,111,152)
#7580A4
(117,128,164)
#8891B0
(136,145,176)
#9BA2BC
(155,162,188)
#AEB3C8
(174,179,200)
#C1C4D4
(193,196,212)
#D4D5E0
(212,213,224)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293C74 color. Also use rgb(41,60,116) instead hex code.

Text Font Color

.myTextColor { color: #293C74; }

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

This text font color is #293C74.


Background Color

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

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

This div background color is #293C74.


Border color

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

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

This div border color is #293C74.


Opacity

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

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

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

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

This text has shadow with #293C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293C74 on black background.


Color preview on white background

This text has color #293C74 on white background.



Black color preview on #293C74 background

This text has black color on #293C74 background.


White color preview on #293C74 background

This text has white color on #293C74 background.