COLOR #3A4C96

HEX: #3A4C96
RGB: (58,76,150)

Color info

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

RGB color model

#3A4C96 color RGB value is (58,76,150).

  • red value is 58;
  • green value is 76;
  • blue value is 150.
RGB:
(58,76,150)
(23%,30%,59%)

RGB channels and saturation

R 58 of 255 = 23%
G 76 of 255 = 30%
B 150 of 255 = 59%

58
76
150

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

Portions of RGB colors in percentages

R + G + B =
58 + 76 + 150 = 284 (100%)
R 58 of 284 ~ 20.42%
G 76 of 284 ~ 26.76%
B 150 of 284 ~ 52.82%

%20.42
%26.76
%52.82

CMYK color model

#3A4C96 color CMYK value is (61,49,0,41).

  • cyan value is 61.33%
  • magenta value is 49.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(61,49,0,41)
C61M49Y0K41 
(61%,49%,0%,41%)
(0.61/0.49/0.00/0.41)	

CMYK percentages

%61.33
%49.33
%0
%41.18

Codes

Color #3A4C96 in popluar color models

3A4C96
RGB5876150
HSL228°44.23%40.78%
HSB/HSV228°61.33%58.82%
CMYK61.33%49.33%0.00%
41.18%

Color #3A4C96 in popluar number systems.

HEX3A4C96
Decimal5876150
Binary111010100110010010110
Octal72114226

Shades and tints

Shades of #3A4C96

#3A4C96
(58,76,150)
#354689
(53,70,137)
#30407C
(48,64,124)
#2B3A6F
(43,58,111)
#263462
(38,52,98)
#212E55
(33,46,85)
#1C2848
(28,40,72)
#17223B
(23,34,59)
#121C2E
(18,28,46)
#0D1621
(13,22,33)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #3A4C96

#3A4C96
(58,76,150)
#4B5C9F
(75,92,159)
#5C6CA8
(92,108,168)
#6D7CB1
(109,124,177)
#7E8CBA
(126,140,186)
#8F9CC3
(143,156,195)
#A0ACCC
(160,172,204)
#B1BCD5
(177,188,213)
#C2CCDE
(194,204,222)
#D3DCE7
(211,220,231)
#E4ECF0
(228,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4C96 color. Also use rgb(58,76,150) instead hex code.

Text Font Color

.myTextColor { color: #3A4C96; }

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

This text font color is #3A4C96.


Background Color

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

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

This div background color is #3A4C96.


Border color

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

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

This div border color is #3A4C96.


Opacity

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

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

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

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

This text has shadow with #3A4C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4C96 on black background.


Color preview on white background

This text has color #3A4C96 on white background.



Black color preview on #3A4C96 background

This text has black color on #3A4C96 background.


White color preview on #3A4C96 background

This text has white color on #3A4C96 background.