COLOR #34328E

HEX: #34328E
RGB: (52,50,142)

Color info

#34328E contains mainly blue color. Web safe color of #34328E is #333399 (or #339).

RGB color model

#34328E color RGB value is (52,50,142).

  • red value is 52;
  • green value is 50;
  • blue value is 142.
RGB:
(52,50,142)
(20%,20%,56%)

RGB channels and saturation

R 52 of 255 = 20%
G 50 of 255 = 20%
B 142 of 255 = 56%

52
50
142

R + G + B ~ 32%. #34328E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 50 + 142 = 244 (100%)
R 52 of 244 ~ 21.31%
G 50 of 244 ~ 20.49%
B 142 of 244 ~ 58.2%

%21.31
%20.49
%58.2

CMYK color model

#34328E color CMYK value is (63,65,0,44).

  • cyan value is 63.38%
  • magenta value is 64.79%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(63,65,0,44)
C63M65Y0K44 
(63%,65%,0%,44%)
(0.63/0.65/0.00/0.44)	

CMYK percentages

%63.38
%64.79
%0
%44.31

Codes

Color #34328E in popluar color models

34328E
RGB5250142
HSL241°47.92%37.65%
HSB/HSV241°64.79%55.69%
CMYK63.38%64.79%0.00%
44.31%

Color #34328E in popluar number systems.

HEX34328E
Decimal5250142
Binary11010011001010001110
Octal6462216

Shades and tints

Shades of #34328E

#34328E
(52,50,142)
#302E82
(48,46,130)
#2C2A76
(44,42,118)
#28266A
(40,38,106)
#24225E
(36,34,94)
#201E52
(32,30,82)
#1C1A46
(28,26,70)
#18163A
(24,22,58)
#14122E
(20,18,46)
#100E22
(16,14,34)
#0C0A16
(12,10,22)
#000000
(0,0,0)

Tints of #34328E

#34328E
(52,50,142)
#464498
(70,68,152)
#5856A2
(88,86,162)
#6A68AC
(106,104,172)
#7C7AB6
(124,122,182)
#8E8CC0
(142,140,192)
#A09ECA
(160,158,202)
#B2B0D4
(178,176,212)
#C4C2DE
(196,194,222)
#D6D4E8
(214,212,232)
#E8E6F2
(232,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34328E color. Also use rgb(52,50,142) instead hex code.

Text Font Color

.myTextColor { color: #34328E; }

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

This text font color is #34328E.


Background Color

.myBgColor { background-color: #34328E; }

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

This div background color is #34328E.


Border color

.myBorderColor { border: 1px solid #34328E; }

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

This div border color is #34328E.


Opacity

.myOpacity80 { color: #34328E; opacity: 0.8; }

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

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

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

This text has shadow with #34328E color.

.textShadow {text-shadow: 3px 3px 1px #34328E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34328E on black background.


Color preview on white background

This text has color #34328E on white background.



Black color preview on #34328E background

This text has black color on #34328E background.


White color preview on #34328E background

This text has white color on #34328E background.