COLOR #3A4DC0

HEX: #3A4DC0
RGB: (58,77,192)

Color info

#3A4DC0 contains mainly blue color. Web safe color of #3A4DC0 is #3333CC (or #33C).

RGB color model

#3A4DC0 color RGB value is (58,77,192).

  • red value is 58;
  • green value is 77;
  • blue value is 192.
RGB:
(58,77,192)
(23%,30%,75%)

RGB channels and saturation

R 58 of 255 = 23%
G 77 of 255 = 30%
B 192 of 255 = 75%

58
77
192

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

Portions of RGB colors in percentages

R + G + B =
58 + 77 + 192 = 327 (100%)
R 58 of 327 ~ 17.74%
G 77 of 327 ~ 23.55%
B 192 of 327 ~ 58.72%

%17.74
%23.55
%58.72

CMYK color model

#3A4DC0 color CMYK value is (70,60,0,25).

  • cyan value is 69.79%
  • magenta value is 59.90%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(70,60,0,25)
C70M60Y0K25 
(70%,60%,0%,25%)
(0.70/0.60/0.00/0.25)	

CMYK percentages

%69.79
%59.9
%0
%24.71

Codes

Color #3A4DC0 in popluar color models

3A4DC0
RGB5877192
HSL231°53.60%49.02%
HSB/HSV231°69.79%75.29%
CMYK69.79%59.90%0.00%
24.71%

Color #3A4DC0 in popluar number systems.

HEX3A4DC0
Decimal5877192
Binary111010100110111000000
Octal72115300

Shades and tints

Shades of #3A4DC0

#3A4DC0
(58,77,192)
#3546AF
(53,70,175)
#303F9E
(48,63,158)
#2B388D
(43,56,141)
#26317C
(38,49,124)
#212A6B
(33,42,107)
#1C235A
(28,35,90)
#171C49
(23,28,73)
#121538
(18,21,56)
#0D0E27
(13,14,39)
#080716
(8,7,22)
#000000
(0,0,0)

Tints of #3A4DC0

#3A4DC0
(58,77,192)
#4B5DC5
(75,93,197)
#5C6DCA
(92,109,202)
#6D7DCF
(109,125,207)
#7E8DD4
(126,141,212)
#8F9DD9
(143,157,217)
#A0ADDE
(160,173,222)
#B1BDE3
(177,189,227)
#C2CDE8
(194,205,232)
#D3DDED
(211,221,237)
#E4EDF2
(228,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4DC0 color. Also use rgb(58,77,192) instead hex code.

Text Font Color

.myTextColor { color: #3A4DC0; }

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

This text font color is #3A4DC0.


Background Color

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

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

This div background color is #3A4DC0.


Border color

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

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

This div border color is #3A4DC0.


Opacity

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

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

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

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

This text has shadow with #3A4DC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4DC0 on black background.


Color preview on white background

This text has color #3A4DC0 on white background.



Black color preview on #3A4DC0 background

This text has black color on #3A4DC0 background.


White color preview on #3A4DC0 background

This text has white color on #3A4DC0 background.