COLOR #34348C

HEX: #34348C
RGB: (52,52,140)

Color info

#34348C contains mainly blue color. Web safe color of #34348C is #333399 (or #339).

RGB color model

#34348C color RGB value is (52,52,140).

  • red value is 52;
  • green value is 52;
  • blue value is 140.
RGB:
(52,52,140)
(20%,20%,55%)

RGB channels and saturation

R 52 of 255 = 20%
G 52 of 255 = 20%
B 140 of 255 = 55%

52
52
140

R + G + B ~ 32%. #34348C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 52 + 140 = 244 (100%)
R 52 of 244 ~ 21.31%
G 52 of 244 ~ 21.31%
B 140 of 244 ~ 57.38%

%21.31
%21.31
%57.38

CMYK color model

#34348C color CMYK value is (63,63,0,45).

  • cyan value is 62.86%
  • magenta value is 62.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(63,63,0,45)
C63M63Y0K45 
(63%,63%,0%,45%)
(0.63/0.63/0.00/0.45)	

CMYK percentages

%62.86
%62.86
%0
%45.1

Codes

Color #34348C in popluar color models

34348C
RGB5252140
HSL240°45.83%37.65%
HSB/HSV240°62.86%54.90%
CMYK62.86%62.86%0.00%
45.10%

Color #34348C in popluar number systems.

HEX34348C
Decimal5252140
Binary11010011010010001100
Octal6464214

Shades and tints

Shades of #34348C

#34348C
(52,52,140)
#303080
(48,48,128)
#2C2C74
(44,44,116)
#282868
(40,40,104)
#24245C
(36,36,92)
#202050
(32,32,80)
#1C1C44
(28,28,68)
#181838
(24,24,56)
#14142C
(20,20,44)
#101020
(16,16,32)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #34348C

#34348C
(52,52,140)
#464696
(70,70,150)
#5858A0
(88,88,160)
#6A6AAA
(106,106,170)
#7C7CB4
(124,124,180)
#8E8EBE
(142,142,190)
#A0A0C8
(160,160,200)
#B2B2D2
(178,178,210)
#C4C4DC
(196,196,220)
#D6D6E6
(214,214,230)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34348C color. Also use rgb(52,52,140) instead hex code.

Text Font Color

.myTextColor { color: #34348C; }

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

This text font color is #34348C.


Background Color

.myBgColor { background-color: #34348C; }

<div style="background-color:#34348C">Inner text</div>

This div background color is #34348C.


Border color

.myBorderColor { border: 1px solid #34348C; }

<div style="border:3px solid #34348C">Div</div>

This div border color is #34348C.


Opacity

.myOpacity80 { color: #34348C; opacity: 0.8; }

<p style="color:#34348C;opacity:0.8;">80%</p>

Text with #34348C 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 #34348C;}

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

This text has shadow with #34348C color.

.textShadow {text-shadow: 3px 3px 1px #34348C, 3px 3px 1px red;}

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

This text has shadow with #34348C primary color and red secondary color.


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

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

This text has shadow with #34348C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34348C on black background.


Color preview on white background

This text has color #34348C on white background.



Black color preview on #34348C background

This text has black color on #34348C background.


White color preview on #34348C background

This text has white color on #34348C background.