COLOR #342B65

HEX: #342B65
RGB: (52,43,101)

Color info

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

RGB color model

#342B65 color RGB value is (52,43,101).

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

RGB channels and saturation

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

52
43
101

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

Portions of RGB colors in percentages

R + G + B =
52 + 43 + 101 = 196 (100%)
R 52 of 196 ~ 26.53%
G 43 of 196 ~ 21.94%
B 101 of 196 ~ 51.53%

%26.53
%21.94
%51.53

CMYK color model

#342B65 color CMYK value is (49,57,0,60).

  • cyan value is 48.51%
  • magenta value is 57.43%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(49,57,0,60)
C49M57Y0K60 
(49%,57%,0%,60%)
(0.49/0.57/0.00/0.60)	

CMYK percentages

%48.51
%57.43
%0
%60.39

Codes

Color #342B65 in popluar color models

342B65
RGB5243101
HSL249°40.28%28.24%
HSB/HSV249°57.43%39.61%
CMYK48.51%57.43%0.00%
60.39%

Color #342B65 in popluar number systems.

HEX342B65
Decimal5243101
Binary1101001010111100101
Octal6453145

Shades and tints

Shades of #342B65

#342B65
(52,43,101)
#30285C
(48,40,92)
#2C2553
(44,37,83)
#28224A
(40,34,74)
#241F41
(36,31,65)
#201C38
(32,28,56)
#1C192F
(28,25,47)
#181626
(24,22,38)
#14131D
(20,19,29)
#101014
(16,16,20)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #342B65

#342B65
(52,43,101)
#463E73
(70,62,115)
#585181
(88,81,129)
#6A648F
(106,100,143)
#7C779D
(124,119,157)
#8E8AAB
(142,138,171)
#A09DB9
(160,157,185)
#B2B0C7
(178,176,199)
#C4C3D5
(196,195,213)
#D6D6E3
(214,214,227)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342B65; }

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

This text font color is #342B65.


Background Color

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

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

This div background color is #342B65.


Border color

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

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

This div border color is #342B65.


Opacity

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

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

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

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

This text has shadow with #342B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342B65 on black background.


Color preview on white background

This text has color #342B65 on white background.



Black color preview on #342B65 background

This text has black color on #342B65 background.


White color preview on #342B65 background

This text has white color on #342B65 background.