COLOR #293260

HEX: #293260 RGB: (41,50,96)

Color info

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

RGB color model

#293260 color RGB value is (41,50,96).

RGB: (41,50,96) (16%, 20%, 38%)

RGB channels and saturation

R 41 of 255 = 16%
G 50 of 255 = 20%
B 96 of 255 = 38%

41
50
96

R + G + B ~ 25%. #293260 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 50 + 96 = 187 (100%)
R 41 of 187 ~ 21.93%
G 50 of 187 ~ 26.74%
B 96 of 187 ~ 51.34'%

%21.93
%26.74
%51.34

CMYK color model

#293260 color CMYK value is (57,48,0,62).

  • cyan value is 57.29%
  • magenta value is 47.92%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (57,48,0,62)
C57M48Y0K62 (57%, 48%, 0%, 62%)
(0.57 / 0.48 / 0.00 / 0.62)

CMYK percentages

%57.29
%47.92
%0
%62.35

Codes

Color #293260 in popluar color models

29 32 60
RGB 41 50 96
HSL 230° 40.15% 26.86%
HSB/HSV 230° 57.29% 37.65%
CMYK 57.29% 47.92% 0.00%
62.35%

Color #293260 in popluar number systems.

HEX 29 32 60
Decimal 41 50 96
Binary 101001 110010 1100000
Octal 51 62 140

Shades and tints

Shades of #293260

#293260
(41,50,96)
#262E58
(38,46,88)
#232A50
(35,42,80)
#202648
(32,38,72)
#1D2240
(29,34,64)
#1A1E38
(26,30,56)
#171A30
(23,26,48)
#141628
(20,22,40)
#111220
(17,18,32)
#0E0E18
(14,14,24)
#0B0A10
(11,10,16)
#000000
(0,0,0)

Tints of #293260

#293260
(41,50,96)
#3C446E
(60,68,110)
#4F567C
(79,86,124)
#62688A
(98,104,138)
#757A98
(117,122,152)
#888CA6
(136,140,166)
#9B9EB4
(155,158,180)
#AEB0C2
(174,176,194)
#C1C2D0
(193,194,208)
#D4D4DE
(212,212,222)
#E7E6EC
(231,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293260 color. Also use rgb(41,50,96) instead hex code.

Text Font Color

.myTextColor { color: #293260; }

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

This text font color is #293260.

Background Color

.myBgColor { background-color: #293260; }

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

This div background color is #293260.

Border color

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

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

This div border color is #293260.

Opacity

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

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

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

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

This text has shadow with #293260 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #293260.

Preview

Color preview on black background

This text has color #293260 on black background.


Color preview on white background

This text has color #293260 on white background.


Black color preview on #293260 background

This text has black color on #293260 background.


White color preview on #293260 background

This text has white color on #293260 background.


Related colors

Complementary color

Complementary color for #hex is #D6CD9F.


I love getcolorcode.com

Triadic colors

1 #602932 and #326029 with #293260 are triadic colors.

2 #603229 and #322960 with #293260 are triadic colors.