COLOR #3A509A

HEX: #3A509A
RGB: (58,80,154)

Color info

#3A509A contains mainly blue color. Web safe color of #3A509A is #336699 (or #369).

RGB color model

#3A509A color RGB value is (58,80,154).

  • red value is 58;
  • green value is 80;
  • blue value is 154.
RGB:
(58,80,154)
(23%,31%,60%)

RGB channels and saturation

R 58 of 255 = 23%
G 80 of 255 = 31%
B 154 of 255 = 60%

58
80
154

R + G + B ~ 38%. #3A509A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 80 + 154 = 292 (100%)
R 58 of 292 ~ 19.86%
G 80 of 292 ~ 27.4%
B 154 of 292 ~ 52.74%

%19.86
%27.4
%52.74

CMYK color model

#3A509A color CMYK value is (62,48,0,40).

  • cyan value is 62.34%
  • magenta value is 48.05%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(62,48,0,40)
C62M48Y0K40 
(62%,48%,0%,40%)
(0.62/0.48/0.00/0.40)	

CMYK percentages

%62.34
%48.05
%0
%39.61

Codes

Color #3A509A in popluar color models

3A509A
RGB5880154
HSL226°45.28%41.57%
HSB/HSV226°62.34%60.39%
CMYK62.34%48.05%0.00%
39.61%

Color #3A509A in popluar number systems.

HEX3A509A
Decimal5880154
Binary111010101000010011010
Octal72120232

Shades and tints

Shades of #3A509A

#3A509A
(58,80,154)
#35498C
(53,73,140)
#30427E
(48,66,126)
#2B3B70
(43,59,112)
#263462
(38,52,98)
#212D54
(33,45,84)
#1C2646
(28,38,70)
#171F38
(23,31,56)
#12182A
(18,24,42)
#0D111C
(13,17,28)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #3A509A

#3A509A
(58,80,154)
#4B5FA3
(75,95,163)
#5C6EAC
(92,110,172)
#6D7DB5
(109,125,181)
#7E8CBE
(126,140,190)
#8F9BC7
(143,155,199)
#A0AAD0
(160,170,208)
#B1B9D9
(177,185,217)
#C2C8E2
(194,200,226)
#D3D7EB
(211,215,235)
#E4E6F4
(228,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A509A color. Also use rgb(58,80,154) instead hex code.

Text Font Color

.myTextColor { color: #3A509A; }

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

This text font color is #3A509A.


Background Color

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

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

This div background color is #3A509A.


Border color

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

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

This div border color is #3A509A.


Opacity

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

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

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

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

This text has shadow with #3A509A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A509A on black background.


Color preview on white background

This text has color #3A509A on white background.



Black color preview on #3A509A background

This text has black color on #3A509A background.


White color preview on #3A509A background

This text has white color on #3A509A background.