COLOR #3A2598

HEX: #3A2598
RGB: (58,37,152)

Color info

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

RGB color model

#3A2598 color RGB value is (58,37,152).

  • red value is 58;
  • green value is 37;
  • blue value is 152.
RGB:
(58,37,152)
(23%,15%,60%)

RGB channels and saturation

R 58 of 255 = 23%
G 37 of 255 = 15%
B 152 of 255 = 60%

58
37
152

R + G + B ~ 33%. #3A2598 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 37 + 152 = 247 (100%)
R 58 of 247 ~ 23.48%
G 37 of 247 ~ 14.98%
B 152 of 247 ~ 61.54%

%23.48
%14.98
%61.54

CMYK color model

#3A2598 color CMYK value is (62,76,0,40).

  • cyan value is 61.84%
  • magenta value is 75.66%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(62,76,0,40)
C62M76Y0K40 
(62%,76%,0%,40%)
(0.62/0.76/0.00/0.40)	

CMYK percentages

%61.84
%75.66
%0
%40.39

Codes

Color #3A2598 in popluar color models

3A2598
RGB5837152
HSL251°60.85%37.06%
HSB/HSV251°75.66%59.61%
CMYK61.84%75.66%0.00%
40.39%

Color #3A2598 in popluar number systems.

HEX3A2598
Decimal5837152
Binary11101010010110011000
Octal7245230

Shades and tints

Shades of #3A2598

#3A2598
(58,37,152)
#35228B
(53,34,139)
#301F7E
(48,31,126)
#2B1C71
(43,28,113)
#261964
(38,25,100)
#211657
(33,22,87)
#1C134A
(28,19,74)
#17103D
(23,16,61)
#120D30
(18,13,48)
#0D0A23
(13,10,35)
#080716
(8,7,22)
#000000
(0,0,0)

Tints of #3A2598

#3A2598
(58,37,152)
#4B38A1
(75,56,161)
#5C4BAA
(92,75,170)
#6D5EB3
(109,94,179)
#7E71BC
(126,113,188)
#8F84C5
(143,132,197)
#A097CE
(160,151,206)
#B1AAD7
(177,170,215)
#C2BDE0
(194,189,224)
#D3D0E9
(211,208,233)
#E4E3F2
(228,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A2598 color. Also use rgb(58,37,152) instead hex code.

Text Font Color

.myTextColor { color: #3A2598; }

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

This text font color is #3A2598.


Background Color

.myBgColor { background-color: #3A2598; }

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

This div background color is #3A2598.


Border color

.myBorderColor { border: 1px solid #3A2598; }

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

This div border color is #3A2598.


Opacity

.myOpacity80 { color: #3A2598; opacity: 0.8; }

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

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

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

This text has shadow with #3A2598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A2598 on black background.


Color preview on white background

This text has color #3A2598 on white background.



Black color preview on #3A2598 background

This text has black color on #3A2598 background.


White color preview on #3A2598 background

This text has white color on #3A2598 background.