COLOR #341F69

HEX: #341F69
RGB: (52,31,105)

Color info

#341F69 contains mainly red and blue colors. Web safe color of #341F69 is #333366 (or #336).

RGB color model

#341F69 color RGB value is (52,31,105).

  • red value is 52;
  • green value is 31;
  • blue value is 105.
RGB:
(52,31,105)
(20%,12%,41%)

RGB channels and saturation

R 52 of 255 = 20%
G 31 of 255 = 12%
B 105 of 255 = 41%

52
31
105

R + G + B ~ 24%. #341F69 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 31 + 105 = 188 (100%)
R 52 of 188 ~ 27.66%
G 31 of 188 ~ 16.49%
B 105 of 188 ~ 55.85%

%27.66
%16.49
%55.85

CMYK color model

#341F69 color CMYK value is (50,70,0,59).

  • cyan value is 50.48%
  • magenta value is 70.48%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(50,70,0,59)
C50M70Y0K59 
(50%,70%,0%,59%)
(0.50/0.70/0.00/0.59)	

CMYK percentages

%50.48
%70.48
%0
%58.82

Codes

Color #341F69 in popluar color models

341F69
RGB5231105
HSL257°54.41%26.67%
HSB/HSV257°70.48%41.18%
CMYK50.48%70.48%0.00%
58.82%

Color #341F69 in popluar number systems.

HEX341F69
Decimal5231105
Binary110100111111101001
Octal6437151

Shades and tints

Shades of #341F69

#341F69
(52,31,105)
#301D60
(48,29,96)
#2C1B57
(44,27,87)
#28194E
(40,25,78)
#241745
(36,23,69)
#20153C
(32,21,60)
#1C1333
(28,19,51)
#18112A
(24,17,42)
#140F21
(20,15,33)
#100D18
(16,13,24)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #341F69

#341F69
(52,31,105)
#463376
(70,51,118)
#584783
(88,71,131)
#6A5B90
(106,91,144)
#7C6F9D
(124,111,157)
#8E83AA
(142,131,170)
#A097B7
(160,151,183)
#B2ABC4
(178,171,196)
#C4BFD1
(196,191,209)
#D6D3DE
(214,211,222)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341F69 color. Also use rgb(52,31,105) instead hex code.

Text Font Color

.myTextColor { color: #341F69; }

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

This text font color is #341F69.


Background Color

.myBgColor { background-color: #341F69; }

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

This div background color is #341F69.


Border color

.myBorderColor { border: 1px solid #341F69; }

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

This div border color is #341F69.


Opacity

.myOpacity80 { color: #341F69; opacity: 0.8; }

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

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

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

This text has shadow with #341F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341F69 on black background.


Color preview on white background

This text has color #341F69 on white background.



Black color preview on #341F69 background

This text has black color on #341F69 background.


White color preview on #341F69 background

This text has white color on #341F69 background.