COLOR #294F71

HEX: #294F71
RGB: (41,79,113)

Color info

#294F71 contains mainly green and blue colors. Web safe color of #294F71 is #336666 (or #366).

RGB color model

#294F71 color RGB value is (41,79,113).

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

RGB channels and saturation

R 41 of 255 = 16%
G 79 of 255 = 31%
B 113 of 255 = 44%

41
79
113

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

Portions of RGB colors in percentages

R + G + B =
41 + 79 + 113 = 233 (100%)
R 41 of 233 ~ 17.6%
G 79 of 233 ~ 33.91%
B 113 of 233 ~ 48.5%

%17.6
%33.91
%48.5

CMYK color model

#294F71 color CMYK value is (64,30,0,56).

  • cyan value is 63.72%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(64,30,0,56)
C64M30Y0K56 
(64%,30%,0%,56%)
(0.64/0.30/0.00/0.56)	

CMYK percentages

%63.72
%30.09
%0
%55.69

Codes

Color #294F71 in popluar color models

294F71
RGB4179113
HSL208°46.75%30.20%
HSB/HSV208°63.72%44.31%
CMYK63.72%30.09%0.00%
55.69%

Color #294F71 in popluar number systems.

HEX294F71
Decimal4179113
Binary10100110011111110001
Octal51117161

Shades and tints

Shades of #294F71

#294F71
(41,79,113)
#264867
(38,72,103)
#23415D
(35,65,93)
#203A53
(32,58,83)
#1D3349
(29,51,73)
#1A2C3F
(26,44,63)
#172535
(23,37,53)
#141E2B
(20,30,43)
#111721
(17,23,33)
#0E1017
(14,16,23)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #294F71

#294F71
(41,79,113)
#3C5F7D
(60,95,125)
#4F6F89
(79,111,137)
#627F95
(98,127,149)
#758FA1
(117,143,161)
#889FAD
(136,159,173)
#9BAFB9
(155,175,185)
#AEBFC5
(174,191,197)
#C1CFD1
(193,207,209)
#D4DFDD
(212,223,221)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #294F71; }

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

This text font color is #294F71.


Background Color

.myBgColor { background-color: #294F71; }

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

This div background color is #294F71.


Border color

.myBorderColor { border: 1px solid #294F71; }

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

This div border color is #294F71.


Opacity

.myOpacity80 { color: #294F71; opacity: 0.8; }

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

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

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

This text has shadow with #294F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #294F71 on black background.


Color preview on white background

This text has color #294F71 on white background.



Black color preview on #294F71 background

This text has black color on #294F71 background.


White color preview on #294F71 background

This text has white color on #294F71 background.