COLOR #3A488D

HEX: #3A488D
RGB: (58,72,141)

Color info

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

RGB color model

#3A488D color RGB value is (58,72,141).

  • red value is 58;
  • green value is 72;
  • blue value is 141.
RGB:
(58,72,141)
(23%,28%,55%)

RGB channels and saturation

R 58 of 255 = 23%
G 72 of 255 = 28%
B 141 of 255 = 55%

58
72
141

R + G + B ~ 35%. #3A488D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 72 + 141 = 271 (100%)
R 58 of 271 ~ 21.4%
G 72 of 271 ~ 26.57%
B 141 of 271 ~ 52.03%

%21.4
%26.57
%52.03

CMYK color model

#3A488D color CMYK value is (59,49,0,45).

  • cyan value is 58.87%
  • magenta value is 48.94%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(59,49,0,45)
C59M49Y0K45 
(59%,49%,0%,45%)
(0.59/0.49/0.00/0.45)	

CMYK percentages

%58.87
%48.94
%0
%44.71

Codes

Color #3A488D in popluar color models

3A488D
RGB5872141
HSL230°41.71%39.02%
HSB/HSV230°58.87%55.29%
CMYK58.87%48.94%0.00%
44.71%

Color #3A488D in popluar number systems.

HEX3A488D
Decimal5872141
Binary111010100100010001101
Octal72110215

Shades and tints

Shades of #3A488D

#3A488D
(58,72,141)
#354281
(53,66,129)
#303C75
(48,60,117)
#2B3669
(43,54,105)
#26305D
(38,48,93)
#212A51
(33,42,81)
#1C2445
(28,36,69)
#171E39
(23,30,57)
#12182D
(18,24,45)
#0D1221
(13,18,33)
#080C15
(8,12,21)
#000000
(0,0,0)

Tints of #3A488D

#3A488D
(58,72,141)
#4B5897
(75,88,151)
#5C68A1
(92,104,161)
#6D78AB
(109,120,171)
#7E88B5
(126,136,181)
#8F98BF
(143,152,191)
#A0A8C9
(160,168,201)
#B1B8D3
(177,184,211)
#C2C8DD
(194,200,221)
#D3D8E7
(211,216,231)
#E4E8F1
(228,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A488D color. Also use rgb(58,72,141) instead hex code.

Text Font Color

.myTextColor { color: #3A488D; }

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

This text font color is #3A488D.


Background Color

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

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

This div background color is #3A488D.


Border color

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

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

This div border color is #3A488D.


Opacity

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

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

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

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

This text has shadow with #3A488D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A488D on black background.


Color preview on white background

This text has color #3A488D on white background.



Black color preview on #3A488D background

This text has black color on #3A488D background.


White color preview on #3A488D background

This text has white color on #3A488D background.