COLOR #343472

HEX: #343472
RGB: (52,52,114)

Color info

#343472 contains mainly blue color. Web safe color of #343472 is #333366 (or #336).

RGB color model

#343472 color RGB value is (52,52,114).

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

RGB channels and saturation

R 52 of 255 = 20%
G 52 of 255 = 20%
B 114 of 255 = 45%

52
52
114

R + G + B ~ 28%. #343472 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 52 + 114 = 218 (100%)
R 52 of 218 ~ 23.85%
G 52 of 218 ~ 23.85%
B 114 of 218 ~ 52.29%

%23.85
%23.85
%52.29

CMYK color model

#343472 color CMYK value is (54,54,0,55).

  • cyan value is 54.39%
  • magenta value is 54.39%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(54,54,0,55)
C54M54Y0K55 
(54%,54%,0%,55%)
(0.54/0.54/0.00/0.55)	

CMYK percentages

%54.39
%54.39
%0
%55.29

Codes

Color #343472 in popluar color models

343472
RGB5252114
HSL240°37.35%32.55%
HSB/HSV240°54.39%44.71%
CMYK54.39%54.39%0.00%
55.29%

Color #343472 in popluar number systems.

HEX343472
Decimal5252114
Binary1101001101001110010
Octal6464162

Shades and tints

Shades of #343472

#343472
(52,52,114)
#303068
(48,48,104)
#2C2C5E
(44,44,94)
#282854
(40,40,84)
#24244A
(36,36,74)
#202040
(32,32,64)
#1C1C36
(28,28,54)
#18182C
(24,24,44)
#141422
(20,20,34)
#101018
(16,16,24)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #343472

#343472
(52,52,114)
#46467E
(70,70,126)
#58588A
(88,88,138)
#6A6A96
(106,106,150)
#7C7CA2
(124,124,162)
#8E8EAE
(142,142,174)
#A0A0BA
(160,160,186)
#B2B2C6
(178,178,198)
#C4C4D2
(196,196,210)
#D6D6DE
(214,214,222)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343472; }

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

This text font color is #343472.


Background Color

.myBgColor { background-color: #343472; }

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

This div background color is #343472.


Border color

.myBorderColor { border: 1px solid #343472; }

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

This div border color is #343472.


Opacity

.myOpacity80 { color: #343472; opacity: 0.8; }

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

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

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

This text has shadow with #343472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343472 on black background.


Color preview on white background

This text has color #343472 on white background.



Black color preview on #343472 background

This text has black color on #343472 background.


White color preview on #343472 background

This text has white color on #343472 background.