COLOR #292B5B

HEX: #292B5B
RGB: (41,43,91)

Color info

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

RGB color model

#292B5B color RGB value is (41,43,91).

  • red value is 41;
  • green value is 43;
  • blue value is 91.
RGB:
(41,43,91)
(16%,17%,36%)

RGB channels and saturation

R 41 of 255 = 16%
G 43 of 255 = 17%
B 91 of 255 = 36%

41
43
91

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

Portions of RGB colors in percentages

R + G + B =
41 + 43 + 91 = 175 (100%)
R 41 of 175 ~ 23.43%
G 43 of 175 ~ 24.57%
B 91 of 175 ~ 52%

%23.43
%24.57
%52

CMYK color model

#292B5B color CMYK value is (55,53,0,64).

  • cyan value is 54.95%
  • magenta value is 52.75%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(55,53,0,64)
C55M53Y0K64 
(55%,53%,0%,64%)
(0.55/0.53/0.00/0.64)	

CMYK percentages

%54.95
%52.75
%0
%64.31

Codes

Color #292B5B in popluar color models

292B5B
RGB414391
HSL238°37.88%25.88%
HSB/HSV238°54.95%35.69%
CMYK54.95%52.75%0.00%
64.31%

Color #292B5B in popluar number systems.

HEX292B5B
Decimal414391
Binary1010011010111011011
Octal5153133

Shades and tints

Shades of #292B5B

#292B5B
(41,43,91)
#262853
(38,40,83)
#23254B
(35,37,75)
#202243
(32,34,67)
#1D1F3B
(29,31,59)
#1A1C33
(26,28,51)
#17192B
(23,25,43)
#141623
(20,22,35)
#11131B
(17,19,27)
#0E1013
(14,16,19)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #292B5B

#292B5B
(41,43,91)
#3C3E69
(60,62,105)
#4F5177
(79,81,119)
#626485
(98,100,133)
#757793
(117,119,147)
#888AA1
(136,138,161)
#9B9DAF
(155,157,175)
#AEB0BD
(174,176,189)
#C1C3CB
(193,195,203)
#D4D6D9
(212,214,217)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #292B5B color. Also use rgb(41,43,91) instead hex code.

Text Font Color

.myTextColor { color: #292B5B; }

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

This text font color is #292B5B.


Background Color

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

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

This div background color is #292B5B.


Border color

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

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

This div border color is #292B5B.


Opacity

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

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

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

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

This text has shadow with #292B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292B5B on black background.


Color preview on white background

This text has color #292B5B on white background.



Black color preview on #292B5B background

This text has black color on #292B5B background.


White color preview on #292B5B background

This text has white color on #292B5B background.