COLOR #341E65

HEX: #341E65 RGB: (52,30,101)

Color info

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

RGB color model

#341E65 color RGB value is (52,30,101).

RGB: (52,30,101) (20%, 12%, 40%)

RGB channels and saturation

R 52 of 255 = 20%
G 30 of 255 = 12%
B 101 of 255 = 40%

52
30
101

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

Portions of RGB colors in percentages

R + G + B = 52 + 30 + 101 = 183 (100%)
R 52 of 183 ~ 28.42%
G 30 of 183 ~ 16.39%
B 101 of 183 ~ 55.19'%

%28.42
%16.39
%55.19

CMYK color model

#341E65 color CMYK value is (49,70,0,60).

  • cyan value is 48.51%
  • magenta value is 70.30%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (49,70,0,60)
C49M70Y0K60 (49%, 70%, 0%, 60%)
(0.49 / 0.70 / 0.00 / 0.60)

CMYK percentages

%48.51
%70.3
%0
%60.39

Codes

Color #341E65 in popluar color models

34 1E 65
RGB 52 30 101
HSL 259° 54.20% 25.69%
HSB/HSV 259° 70.30% 39.61%
CMYK 48.51% 70.30% 0.00%
60.39%

Color #341E65 in popluar number systems.

HEX 34 1E 65
Decimal 52 30 101
Binary 110100 11110 1100101
Octal 64 36 145

Shades and tints

Shades of #341E65

#341E65
(52,30,101)
#301C5C
(48,28,92)
#2C1A53
(44,26,83)
#28184A
(40,24,74)
#241641
(36,22,65)
#201438
(32,20,56)
#1C122F
(28,18,47)
#181026
(24,16,38)
#140E1D
(20,14,29)
#100C14
(16,12,20)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #341E65

#341E65
(52,30,101)
#463273
(70,50,115)
#584681
(88,70,129)
#6A5A8F
(106,90,143)
#7C6E9D
(124,110,157)
#8E82AB
(142,130,171)
#A096B9
(160,150,185)
#B2AAC7
(178,170,199)
#C4BED5
(196,190,213)
#D6D2E3
(214,210,227)
#E8E6F1
(232,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341E65 color. Also use rgb(52,30,101) instead hex code.

Text Font Color

.myTextColor { color: #341E65; }

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

This text font color is #341E65.

Background Color

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

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

This div background color is #341E65.

Border color

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

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

This div border color is #341E65.

Opacity

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

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

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

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

This text has shadow with #341E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #341E65.

Preview

Color preview on black background

This text has color #341E65 on black background.


Color preview on white background

This text has color #341E65 on white background.


Black color preview on #341E65 background

This text has black color on #341E65 background.


White color preview on #341E65 background

This text has white color on #341E65 background.


Related colors

Complementary color

Complementary color for #hex is #CBE19A.


I love getcolorcode.com

Triadic colors

1 #65341E and #1E6534 with #341E65 are triadic colors.

2 #651E34 and #1E3465 with #341E65 are triadic colors.