COLOR #3A4274

HEX: #3A4274
RGB: (58,66,116)

Color info

#3A4274 contains red, green and blue colors in about the same proportion. Web safe color of #3A4274 is #333366 (or #336).

RGB color model

#3A4274 color RGB value is (58,66,116).

  • red value is 58;
  • green value is 66;
  • blue value is 116.
RGB:
(58,66,116)
(23%,26%,45%)

RGB channels and saturation

R 58 of 255 = 23%
G 66 of 255 = 26%
B 116 of 255 = 45%

58
66
116

R + G + B ~ 31%. #3A4274 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 66 + 116 = 240 (100%)
R 58 of 240 ~ 24.17%
G 66 of 240 ~ 27.5%
B 116 of 240 ~ 48.33%

%24.17
%27.5
%48.33

CMYK color model

#3A4274 color CMYK value is (50,43,0,55).

  • cyan value is 50.00%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(50,43,0,55)
C50M43Y0K55 
(50%,43%,0%,55%)
(0.50/0.43/0.00/0.55)	

CMYK percentages

%50
%43.1
%0
%54.51

Codes

Color #3A4274 in popluar color models

3A4274
RGB5866116
HSL232°33.33%34.12%
HSB/HSV232°50.00%45.49%
CMYK50.00%43.10%0.00%
54.51%

Color #3A4274 in popluar number systems.

HEX3A4274
Decimal5866116
Binary11101010000101110100
Octal72102164

Shades and tints

Shades of #3A4274

#3A4274
(58,66,116)
#353C6A
(53,60,106)
#303660
(48,54,96)
#2B3056
(43,48,86)
#262A4C
(38,42,76)
#212442
(33,36,66)
#1C1E38
(28,30,56)
#17182E
(23,24,46)
#121224
(18,18,36)
#0D0C1A
(13,12,26)
#080610
(8,6,16)
#000000
(0,0,0)

Tints of #3A4274

#3A4274
(58,66,116)
#4B5380
(75,83,128)
#5C648C
(92,100,140)
#6D7598
(109,117,152)
#7E86A4
(126,134,164)
#8F97B0
(143,151,176)
#A0A8BC
(160,168,188)
#B1B9C8
(177,185,200)
#C2CAD4
(194,202,212)
#D3DBE0
(211,219,224)
#E4ECEC
(228,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4274 color. Also use rgb(58,66,116) instead hex code.

Text Font Color

.myTextColor { color: #3A4274; }

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

This text font color is #3A4274.


Background Color

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

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

This div background color is #3A4274.


Border color

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

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

This div border color is #3A4274.


Opacity

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

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

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

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

This text has shadow with #3A4274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4274 on black background.


Color preview on white background

This text has color #3A4274 on white background.



Black color preview on #3A4274 background

This text has black color on #3A4274 background.


White color preview on #3A4274 background

This text has white color on #3A4274 background.