COLOR #3A7392

HEX: #3A7392
RGB: (58,115,146)

Color info

#3A7392 contains mainly green and blue colors. Web safe color of #3A7392 is #336699 (or #369).

RGB color model

#3A7392 color RGB value is (58,115,146).

  • red value is 58;
  • green value is 115;
  • blue value is 146.
RGB:
(58,115,146)
(23%,45%,57%)

RGB channels and saturation

R 58 of 255 = 23%
G 115 of 255 = 45%
B 146 of 255 = 57%

58
115
146

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

Portions of RGB colors in percentages

R + G + B =
58 + 115 + 146 = 319 (100%)
R 58 of 319 ~ 18.18%
G 115 of 319 ~ 36.05%
B 146 of 319 ~ 45.77%

%18.18
%36.05
%45.77

CMYK color model

#3A7392 color CMYK value is (60,21,0,43).

  • cyan value is 60.27%
  • magenta value is 21.23%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(60,21,0,43)
C60M21Y0K43 
(60%,21%,0%,43%)
(0.60/0.21/0.00/0.43)	

CMYK percentages

%60.27
%21.23
%0
%42.75

Codes

Color #3A7392 in popluar color models

3A7392
RGB58115146
HSL201°43.14%40.00%
HSB/HSV201°60.27%57.25%
CMYK60.27%21.23%0.00%
42.75%

Color #3A7392 in popluar number systems.

HEX3A7392
Decimal58115146
Binary111010111001110010010
Octal72163222

Shades and tints

Shades of #3A7392

#3A7392
(58,115,146)
#356985
(53,105,133)
#305F78
(48,95,120)
#2B556B
(43,85,107)
#264B5E
(38,75,94)
#214151
(33,65,81)
#1C3744
(28,55,68)
#172D37
(23,45,55)
#12232A
(18,35,42)
#0D191D
(13,25,29)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #3A7392

#3A7392
(58,115,146)
#4B7F9B
(75,127,155)
#5C8BA4
(92,139,164)
#6D97AD
(109,151,173)
#7EA3B6
(126,163,182)
#8FAFBF
(143,175,191)
#A0BBC8
(160,187,200)
#B1C7D1
(177,199,209)
#C2D3DA
(194,211,218)
#D3DFE3
(211,223,227)
#E4EBEC
(228,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7392 color. Also use rgb(58,115,146) instead hex code.

Text Font Color

.myTextColor { color: #3A7392; }

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

This text font color is #3A7392.


Background Color

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

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

This div background color is #3A7392.


Border color

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

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

This div border color is #3A7392.


Opacity

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

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

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

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

This text has shadow with #3A7392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7392 on black background.


Color preview on white background

This text has color #3A7392 on white background.



Black color preview on #3A7392 background

This text has black color on #3A7392 background.


White color preview on #3A7392 background

This text has white color on #3A7392 background.