COLOR #3A429B

HEX: #3A429B
RGB: (58,66,155)

Color info

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

RGB color model

#3A429B color RGB value is (58,66,155).

  • red value is 58;
  • green value is 66;
  • blue value is 155.
RGB:
(58,66,155)
(23%,26%,61%)

RGB channels and saturation

R 58 of 255 = 23%
G 66 of 255 = 26%
B 155 of 255 = 61%

58
66
155

R + G + B ~ 37%. #3A429B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 66 + 155 = 279 (100%)
R 58 of 279 ~ 20.79%
G 66 of 279 ~ 23.66%
B 155 of 279 ~ 55.56%

%20.79
%23.66
%55.56

CMYK color model

#3A429B color CMYK value is (63,57,0,39).

  • cyan value is 62.58%
  • magenta value is 57.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(63,57,0,39)
C63M57Y0K39 
(63%,57%,0%,39%)
(0.63/0.57/0.00/0.39)	

CMYK percentages

%62.58
%57.42
%0
%39.22

Codes

Color #3A429B in popluar color models

3A429B
RGB5866155
HSL235°45.54%41.76%
HSB/HSV235°62.58%60.78%
CMYK62.58%57.42%0.00%
39.22%

Color #3A429B in popluar number systems.

HEX3A429B
Decimal5866155
Binary111010100001010011011
Octal72102233

Shades and tints

Shades of #3A429B

#3A429B
(58,66,155)
#353C8D
(53,60,141)
#30367F
(48,54,127)
#2B3071
(43,48,113)
#262A63
(38,42,99)
#212455
(33,36,85)
#1C1E47
(28,30,71)
#171839
(23,24,57)
#12122B
(18,18,43)
#0D0C1D
(13,12,29)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #3A429B

#3A429B
(58,66,155)
#4B53A4
(75,83,164)
#5C64AD
(92,100,173)
#6D75B6
(109,117,182)
#7E86BF
(126,134,191)
#8F97C8
(143,151,200)
#A0A8D1
(160,168,209)
#B1B9DA
(177,185,218)
#C2CAE3
(194,202,227)
#D3DBEC
(211,219,236)
#E4ECF5
(228,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A429B color. Also use rgb(58,66,155) instead hex code.

Text Font Color

.myTextColor { color: #3A429B; }

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

This text font color is #3A429B.


Background Color

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

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

This div background color is #3A429B.


Border color

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

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

This div border color is #3A429B.


Opacity

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

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

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

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

This text has shadow with #3A429B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A429B on black background.


Color preview on white background

This text has color #3A429B on white background.



Black color preview on #3A429B background

This text has black color on #3A429B background.


White color preview on #3A429B background

This text has white color on #3A429B background.