COLOR #3A5FB0

HEX: #3A5FB0
RGB: (58,95,176)

Color info

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

RGB color model

#3A5FB0 color RGB value is (58,95,176).

  • red value is 58;
  • green value is 95;
  • blue value is 176.
RGB:
(58,95,176)
(23%,37%,69%)

RGB channels and saturation

R 58 of 255 = 23%
G 95 of 255 = 37%
B 176 of 255 = 69%

58
95
176

R + G + B ~ 43%. #3A5FB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 95 + 176 = 329 (100%)
R 58 of 329 ~ 17.63%
G 95 of 329 ~ 28.88%
B 176 of 329 ~ 53.5%

%17.63
%28.88
%53.5

CMYK color model

#3A5FB0 color CMYK value is (67,46,0,31).

  • cyan value is 67.05%
  • magenta value is 46.02%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(67,46,0,31)
C67M46Y0K31 
(67%,46%,0%,31%)
(0.67/0.46/0.00/0.31)	

CMYK percentages

%67.05
%46.02
%0
%30.98

Codes

Color #3A5FB0 in popluar color models

3A5FB0
RGB5895176
HSL221°50.43%45.88%
HSB/HSV221°67.05%69.02%
CMYK67.05%46.02%0.00%
30.98%

Color #3A5FB0 in popluar number systems.

HEX3A5FB0
Decimal5895176
Binary111010101111110110000
Octal72137260

Shades and tints

Shades of #3A5FB0

#3A5FB0
(58,95,176)
#3557A0
(53,87,160)
#304F90
(48,79,144)
#2B4780
(43,71,128)
#263F70
(38,63,112)
#213760
(33,55,96)
#1C2F50
(28,47,80)
#172740
(23,39,64)
#121F30
(18,31,48)
#0D1720
(13,23,32)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #3A5FB0

#3A5FB0
(58,95,176)
#4B6DB7
(75,109,183)
#5C7BBE
(92,123,190)
#6D89C5
(109,137,197)
#7E97CC
(126,151,204)
#8FA5D3
(143,165,211)
#A0B3DA
(160,179,218)
#B1C1E1
(177,193,225)
#C2CFE8
(194,207,232)
#D3DDEF
(211,221,239)
#E4EBF6
(228,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5FB0 color. Also use rgb(58,95,176) instead hex code.

Text Font Color

.myTextColor { color: #3A5FB0; }

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

This text font color is #3A5FB0.


Background Color

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

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

This div background color is #3A5FB0.


Border color

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

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

This div border color is #3A5FB0.


Opacity

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

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

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

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

This text has shadow with #3A5FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5FB0 on black background.


Color preview on white background

This text has color #3A5FB0 on white background.



Black color preview on #3A5FB0 background

This text has black color on #3A5FB0 background.


White color preview on #3A5FB0 background

This text has white color on #3A5FB0 background.