COLOR #342F74

HEX: #342F74
RGB: (52,47,116)

Color info

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

RGB color model

#342F74 color RGB value is (52,47,116).

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

RGB channels and saturation

R 52 of 255 = 20%
G 47 of 255 = 18%
B 116 of 255 = 45%

52
47
116

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

Portions of RGB colors in percentages

R + G + B =
52 + 47 + 116 = 215 (100%)
R 52 of 215 ~ 24.19%
G 47 of 215 ~ 21.86%
B 116 of 215 ~ 53.95%

%24.19
%21.86
%53.95

CMYK color model

#342F74 color CMYK value is (55,59,0,55).

  • cyan value is 55.17%
  • magenta value is 59.48%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(55,59,0,55)
C55M59Y0K55 
(55%,59%,0%,55%)
(0.55/0.59/0.00/0.55)	

CMYK percentages

%55.17
%59.48
%0
%54.51

Codes

Color #342F74 in popluar color models

342F74
RGB5247116
HSL244°42.33%31.96%
HSB/HSV244°59.48%45.49%
CMYK55.17%59.48%0.00%
54.51%

Color #342F74 in popluar number systems.

HEX342F74
Decimal5247116
Binary1101001011111110100
Octal6457164

Shades and tints

Shades of #342F74

#342F74
(52,47,116)
#302B6A
(48,43,106)
#2C2760
(44,39,96)
#282356
(40,35,86)
#241F4C
(36,31,76)
#201B42
(32,27,66)
#1C1738
(28,23,56)
#18132E
(24,19,46)
#140F24
(20,15,36)
#100B1A
(16,11,26)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #342F74

#342F74
(52,47,116)
#464180
(70,65,128)
#58538C
(88,83,140)
#6A6598
(106,101,152)
#7C77A4
(124,119,164)
#8E89B0
(142,137,176)
#A09BBC
(160,155,188)
#B2ADC8
(178,173,200)
#C4BFD4
(196,191,212)
#D6D1E0
(214,209,224)
#E8E3EC
(232,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #342F74 color. Also use rgb(52,47,116) instead hex code.

Text Font Color

.myTextColor { color: #342F74; }

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

This text font color is #342F74.


Background Color

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

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

This div background color is #342F74.


Border color

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

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

This div border color is #342F74.


Opacity

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

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

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

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

This text has shadow with #342F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342F74 on black background.


Color preview on white background

This text has color #342F74 on white background.



Black color preview on #342F74 background

This text has black color on #342F74 background.


White color preview on #342F74 background

This text has white color on #342F74 background.