COLOR #294462

HEX: #294462
RGB: (41,68,98)

Color info

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

RGB color model

#294462 color RGB value is (41,68,98).

  • red value is 41;
  • green value is 68;
  • blue value is 98.
RGB:
(41,68,98)
(16%,27%,38%)

RGB channels and saturation

R 41 of 255 = 16%
G 68 of 255 = 27%
B 98 of 255 = 38%

41
68
98

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

Portions of RGB colors in percentages

R + G + B =
41 + 68 + 98 = 207 (100%)
R 41 of 207 ~ 19.81%
G 68 of 207 ~ 32.85%
B 98 of 207 ~ 47.34%

%19.81
%32.85
%47.34

CMYK color model

#294462 color CMYK value is (58,31,0,62).

  • cyan value is 58.16%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(58,31,0,62)
C58M31Y0K62 
(58%,31%,0%,62%)
(0.58/0.31/0.00/0.62)	

CMYK percentages

%58.16
%30.61
%0
%61.57

Codes

Color #294462 in popluar color models

294462
RGB416898
HSL212°41.01%27.25%
HSB/HSV212°58.16%38.43%
CMYK58.16%30.61%0.00%
61.57%

Color #294462 in popluar number systems.

HEX294462
Decimal416898
Binary10100110001001100010
Octal51104142

Shades and tints

Shades of #294462

#294462
(41,68,98)
#263E5A
(38,62,90)
#233852
(35,56,82)
#20324A
(32,50,74)
#1D2C42
(29,44,66)
#1A263A
(26,38,58)
#172032
(23,32,50)
#141A2A
(20,26,42)
#111422
(17,20,34)
#0E0E1A
(14,14,26)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #294462

#294462
(41,68,98)
#3C5570
(60,85,112)
#4F667E
(79,102,126)
#62778C
(98,119,140)
#75889A
(117,136,154)
#8899A8
(136,153,168)
#9BAAB6
(155,170,182)
#AEBBC4
(174,187,196)
#C1CCD2
(193,204,210)
#D4DDE0
(212,221,224)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #294462 color. Also use rgb(41,68,98) instead hex code.

Text Font Color

.myTextColor { color: #294462; }

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

This text font color is #294462.


Background Color

.myBgColor { background-color: #294462; }

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

This div background color is #294462.


Border color

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

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

This div border color is #294462.


Opacity

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

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

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

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

This text has shadow with #294462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #294462 on black background.


Color preview on white background

This text has color #294462 on white background.



Black color preview on #294462 background

This text has black color on #294462 background.


White color preview on #294462 background

This text has white color on #294462 background.