COLOR #342C65

HEX: #342C65
RGB: (52,44,101)

Color info

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

RGB color model

#342C65 color RGB value is (52,44,101).

  • red value is 52;
  • green value is 44;
  • blue value is 101.
RGB:
(52,44,101)
(20%,17%,40%)

RGB channels and saturation

R 52 of 255 = 20%
G 44 of 255 = 17%
B 101 of 255 = 40%

52
44
101

R + G + B ~ 26%. #342C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 44 + 101 = 197 (100%)
R 52 of 197 ~ 26.4%
G 44 of 197 ~ 22.34%
B 101 of 197 ~ 51.27%

%26.4
%22.34
%51.27

CMYK color model

#342C65 color CMYK value is (49,56,0,60).

  • cyan value is 48.51%
  • magenta value is 56.44%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(49,56,0,60)
C49M56Y0K60 
(49%,56%,0%,60%)
(0.49/0.56/0.00/0.60)	

CMYK percentages

%48.51
%56.44
%0
%60.39

Codes

Color #342C65 in popluar color models

342C65
RGB5244101
HSL248°39.31%28.43%
HSB/HSV248°56.44%39.61%
CMYK48.51%56.44%0.00%
60.39%

Color #342C65 in popluar number systems.

HEX342C65
Decimal5244101
Binary1101001011001100101
Octal6454145

Shades and tints

Shades of #342C65

#342C65
(52,44,101)
#30285C
(48,40,92)
#2C2453
(44,36,83)
#28204A
(40,32,74)
#241C41
(36,28,65)
#201838
(32,24,56)
#1C142F
(28,20,47)
#181026
(24,16,38)
#140C1D
(20,12,29)
#100814
(16,8,20)
#0C040B
(12,4,11)
#000000
(0,0,0)

Tints of #342C65

#342C65
(52,44,101)
#463F73
(70,63,115)
#585281
(88,82,129)
#6A658F
(106,101,143)
#7C789D
(124,120,157)
#8E8BAB
(142,139,171)
#A09EB9
(160,158,185)
#B2B1C7
(178,177,199)
#C4C4D5
(196,196,213)
#D6D7E3
(214,215,227)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #342C65 color. Also use rgb(52,44,101) instead hex code.

Text Font Color

.myTextColor { color: #342C65; }

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

This text font color is #342C65.


Background Color

.myBgColor { background-color: #342C65; }

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

This div background color is #342C65.


Border color

.myBorderColor { border: 1px solid #342C65; }

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

This div border color is #342C65.


Opacity

.myOpacity80 { color: #342C65; opacity: 0.8; }

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

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

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

This text has shadow with #342C65 color.

.textShadow {text-shadow: 3px 3px 1px #342C65, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342C65 on black background.


Color preview on white background

This text has color #342C65 on white background.



Black color preview on #342C65 background

This text has black color on #342C65 background.


White color preview on #342C65 background

This text has white color on #342C65 background.