COLOR #34346A

HEX: #34346A
RGB: (52,52,106)

Color info

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

RGB color model

#34346A color RGB value is (52,52,106).

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

RGB channels and saturation

R 52 of 255 = 20%
G 52 of 255 = 20%
B 106 of 255 = 42%

52
52
106

R + G + B ~ 27%. #34346A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 52 + 106 = 210 (100%)
R 52 of 210 ~ 24.76%
G 52 of 210 ~ 24.76%
B 106 of 210 ~ 50.48%

%24.76
%24.76
%50.48

CMYK color model

#34346A color CMYK value is (51,51,0,58).

  • cyan value is 50.94%
  • magenta value is 50.94%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(51,51,0,58)
C51M51Y0K58 
(51%,51%,0%,58%)
(0.51/0.51/0.00/0.58)	

CMYK percentages

%50.94
%50.94
%0
%58.43

Codes

Color #34346A in popluar color models

34346A
RGB5252106
HSL240°34.18%30.98%
HSB/HSV240°50.94%41.57%
CMYK50.94%50.94%0.00%
58.43%

Color #34346A in popluar number systems.

HEX34346A
Decimal5252106
Binary1101001101001101010
Octal6464152

Shades and tints

Shades of #34346A

#34346A
(52,52,106)
#303061
(48,48,97)
#2C2C58
(44,44,88)
#28284F
(40,40,79)
#242446
(36,36,70)
#20203D
(32,32,61)
#1C1C34
(28,28,52)
#18182B
(24,24,43)
#141422
(20,20,34)
#101019
(16,16,25)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #34346A

#34346A
(52,52,106)
#464677
(70,70,119)
#585884
(88,88,132)
#6A6A91
(106,106,145)
#7C7C9E
(124,124,158)
#8E8EAB
(142,142,171)
#A0A0B8
(160,160,184)
#B2B2C5
(178,178,197)
#C4C4D2
(196,196,210)
#D6D6DF
(214,214,223)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34346A color. Also use rgb(52,52,106) instead hex code.

Text Font Color

.myTextColor { color: #34346A; }

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

This text font color is #34346A.


Background Color

.myBgColor { background-color: #34346A; }

<div style="background-color:#34346A">Inner text</div>

This div background color is #34346A.


Border color

.myBorderColor { border: 1px solid #34346A; }

<div style="border:3px solid #34346A">Div</div>

This div border color is #34346A.


Opacity

.myOpacity80 { color: #34346A; opacity: 0.8; }

<p style="color:#34346A;opacity:0.8;">80%</p>

Text with #34346A 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 #34346A;}

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

This text has shadow with #34346A color.

.textShadow {text-shadow: 3px 3px 1px #34346A, 3px 3px 1px red;}

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

This text has shadow with #34346A primary color and red secondary color.


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

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

This text has shadow with #34346A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34346A on black background.


Color preview on white background

This text has color #34346A on white background.



Black color preview on #34346A background

This text has black color on #34346A background.


White color preview on #34346A background

This text has white color on #34346A background.