COLOR #292E5C

HEX: #292E5C
RGB: (41,46,92)

Color info

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

RGB color model

#292E5C color RGB value is (41,46,92).

  • red value is 41;
  • green value is 46;
  • blue value is 92.
RGB:
(41,46,92)
(16%,18%,36%)

RGB channels and saturation

R 41 of 255 = 16%
G 46 of 255 = 18%
B 92 of 255 = 36%

41
46
92

R + G + B ~ 23%. #292E5C is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 46 + 92 = 179 (100%)
R 41 of 179 ~ 22.91%
G 46 of 179 ~ 25.7%
B 92 of 179 ~ 51.4%

%22.91
%25.7
%51.4

CMYK color model

#292E5C color CMYK value is (55,50,0,64).

  • cyan value is 55.43%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(55,50,0,64)
C55M50Y0K64 
(55%,50%,0%,64%)
(0.55/0.50/0.00/0.64)	

CMYK percentages

%55.43
%50
%0
%63.92

Codes

Color #292E5C in popluar color models

292E5C
RGB414692
HSL234°38.35%26.08%
HSB/HSV234°55.43%36.08%
CMYK55.43%50.00%0.00%
63.92%

Color #292E5C in popluar number systems.

HEX292E5C
Decimal414692
Binary1010011011101011100
Octal5156134

Shades and tints

Shades of #292E5C

#292E5C
(41,46,92)
#262A54
(38,42,84)
#23264C
(35,38,76)
#202244
(32,34,68)
#1D1E3C
(29,30,60)
#1A1A34
(26,26,52)
#17162C
(23,22,44)
#141224
(20,18,36)
#110E1C
(17,14,28)
#0E0A14
(14,10,20)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #292E5C

#292E5C
(41,46,92)
#3C416A
(60,65,106)
#4F5478
(79,84,120)
#626786
(98,103,134)
#757A94
(117,122,148)
#888DA2
(136,141,162)
#9BA0B0
(155,160,176)
#AEB3BE
(174,179,190)
#C1C6CC
(193,198,204)
#D4D9DA
(212,217,218)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #292E5C color. Also use rgb(41,46,92) instead hex code.

Text Font Color

.myTextColor { color: #292E5C; }

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

This text font color is #292E5C.


Background Color

.myBgColor { background-color: #292E5C; }

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

This div background color is #292E5C.


Border color

.myBorderColor { border: 1px solid #292E5C; }

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

This div border color is #292E5C.


Opacity

.myOpacity80 { color: #292E5C; opacity: 0.8; }

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

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

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

This text has shadow with #292E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292E5C on black background.


Color preview on white background

This text has color #292E5C on white background.



Black color preview on #292E5C background

This text has black color on #292E5C background.


White color preview on #292E5C background

This text has white color on #292E5C background.