COLOR #3A6C94

HEX: #3A6C94
RGB: (58,108,148)

Color info

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

RGB color model

#3A6C94 color RGB value is (58,108,148).

  • red value is 58;
  • green value is 108;
  • blue value is 148.
RGB:
(58,108,148)
(23%,42%,58%)

RGB channels and saturation

R 58 of 255 = 23%
G 108 of 255 = 42%
B 148 of 255 = 58%

58
108
148

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

Portions of RGB colors in percentages

R + G + B =
58 + 108 + 148 = 314 (100%)
R 58 of 314 ~ 18.47%
G 108 of 314 ~ 34.39%
B 148 of 314 ~ 47.13%

%18.47
%34.39
%47.13

CMYK color model

#3A6C94 color CMYK value is (61,27,0,42).

  • cyan value is 60.81%
  • magenta value is 27.03%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(61,27,0,42)
C61M27Y0K42 
(61%,27%,0%,42%)
(0.61/0.27/0.00/0.42)	

CMYK percentages

%60.81
%27.03
%0
%41.96

Codes

Color #3A6C94 in popluar color models

3A6C94
RGB58108148
HSL207°43.69%40.39%
HSB/HSV207°60.81%58.04%
CMYK60.81%27.03%0.00%
41.96%

Color #3A6C94 in popluar number systems.

HEX3A6C94
Decimal58108148
Binary111010110110010010100
Octal72154224

Shades and tints

Shades of #3A6C94

#3A6C94
(58,108,148)
#356387
(53,99,135)
#305A7A
(48,90,122)
#2B516D
(43,81,109)
#264860
(38,72,96)
#213F53
(33,63,83)
#1C3646
(28,54,70)
#172D39
(23,45,57)
#12242C
(18,36,44)
#0D1B1F
(13,27,31)
#081212
(8,18,18)
#000000
(0,0,0)

Tints of #3A6C94

#3A6C94
(58,108,148)
#4B799D
(75,121,157)
#5C86A6
(92,134,166)
#6D93AF
(109,147,175)
#7EA0B8
(126,160,184)
#8FADC1
(143,173,193)
#A0BACA
(160,186,202)
#B1C7D3
(177,199,211)
#C2D4DC
(194,212,220)
#D3E1E5
(211,225,229)
#E4EEEE
(228,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6C94 color. Also use rgb(58,108,148) instead hex code.

Text Font Color

.myTextColor { color: #3A6C94; }

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

This text font color is #3A6C94.


Background Color

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

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

This div background color is #3A6C94.


Border color

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

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

This div border color is #3A6C94.


Opacity

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

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

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

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

This text has shadow with #3A6C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6C94 on black background.


Color preview on white background

This text has color #3A6C94 on white background.



Black color preview on #3A6C94 background

This text has black color on #3A6C94 background.


White color preview on #3A6C94 background

This text has white color on #3A6C94 background.