COLOR #342584

HEX: #342584
RGB: (52,37,132)

Color info

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

RGB color model

#342584 color RGB value is (52,37,132).

  • red value is 52;
  • green value is 37;
  • blue value is 132.
RGB:
(52,37,132)
(20%,15%,52%)

RGB channels and saturation

R 52 of 255 = 20%
G 37 of 255 = 15%
B 132 of 255 = 52%

52
37
132

R + G + B ~ 29%. #342584 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 37 + 132 = 221 (100%)
R 52 of 221 ~ 23.53%
G 37 of 221 ~ 16.74%
B 132 of 221 ~ 59.73%

%23.53
%16.74
%59.73

CMYK color model

#342584 color CMYK value is (61,72,0,48).

  • cyan value is 60.61%
  • magenta value is 71.97%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(61,72,0,48)
C61M72Y0K48 
(61%,72%,0%,48%)
(0.61/0.72/0.00/0.48)	

CMYK percentages

%60.61
%71.97
%0
%48.24

Codes

Color #342584 in popluar color models

342584
RGB5237132
HSL249°56.21%33.14%
HSB/HSV249°71.97%51.76%
CMYK60.61%71.97%0.00%
48.24%

Color #342584 in popluar number systems.

HEX342584
Decimal5237132
Binary11010010010110000100
Octal6445204

Shades and tints

Shades of #342584

#342584
(52,37,132)
#302278
(48,34,120)
#2C1F6C
(44,31,108)
#281C60
(40,28,96)
#241954
(36,25,84)
#201648
(32,22,72)
#1C133C
(28,19,60)
#181030
(24,16,48)
#140D24
(20,13,36)
#100A18
(16,10,24)
#0C070C
(12,7,12)
#000000
(0,0,0)

Tints of #342584

#342584
(52,37,132)
#46388F
(70,56,143)
#584B9A
(88,75,154)
#6A5EA5
(106,94,165)
#7C71B0
(124,113,176)
#8E84BB
(142,132,187)
#A097C6
(160,151,198)
#B2AAD1
(178,170,209)
#C4BDDC
(196,189,220)
#D6D0E7
(214,208,231)
#E8E3F2
(232,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342584; }

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

This text font color is #342584.


Background Color

.myBgColor { background-color: #342584; }

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

This div background color is #342584.


Border color

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

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

This div border color is #342584.


Opacity

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

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

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

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

This text has shadow with #342584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342584 on black background.


Color preview on white background

This text has color #342584 on white background.



Black color preview on #342584 background

This text has black color on #342584 background.


White color preview on #342584 background

This text has white color on #342584 background.