COLOR #3A6F94

HEX: #3A6F94
RGB: (58,111,148)

Color info

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

RGB color model

#3A6F94 color RGB value is (58,111,148).

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

RGB channels and saturation

R 58 of 255 = 23%
G 111 of 255 = 44%
B 148 of 255 = 58%

58
111
148

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

Portions of RGB colors in percentages

R + G + B =
58 + 111 + 148 = 317 (100%)
R 58 of 317 ~ 18.3%
G 111 of 317 ~ 35.02%
B 148 of 317 ~ 46.69%

%18.3
%35.02
%46.69

CMYK color model

#3A6F94 color CMYK value is (61,25,0,42).

  • cyan value is 60.81%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(61,25,0,42)
C61M25Y0K42 
(61%,25%,0%,42%)
(0.61/0.25/0.00/0.42)	

CMYK percentages

%60.81
%25
%0
%41.96

Codes

Color #3A6F94 in popluar color models

3A6F94
RGB58111148
HSL205°43.69%40.39%
HSB/HSV205°60.81%58.04%
CMYK60.81%25.00%0.00%
41.96%

Color #3A6F94 in popluar number systems.

HEX3A6F94
Decimal58111148
Binary111010110111110010100
Octal72157224

Shades and tints

Shades of #3A6F94

#3A6F94
(58,111,148)
#356587
(53,101,135)
#305B7A
(48,91,122)
#2B516D
(43,81,109)
#264760
(38,71,96)
#213D53
(33,61,83)
#1C3346
(28,51,70)
#172939
(23,41,57)
#121F2C
(18,31,44)
#0D151F
(13,21,31)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #3A6F94

#3A6F94
(58,111,148)
#4B7C9D
(75,124,157)
#5C89A6
(92,137,166)
#6D96AF
(109,150,175)
#7EA3B8
(126,163,184)
#8FB0C1
(143,176,193)
#A0BDCA
(160,189,202)
#B1CAD3
(177,202,211)
#C2D7DC
(194,215,220)
#D3E4E5
(211,228,229)
#E4F1EE
(228,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6F94; }

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

This text font color is #3A6F94.


Background Color

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

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

This div background color is #3A6F94.


Border color

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

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

This div border color is #3A6F94.


Opacity

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

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

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

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

This text has shadow with #3A6F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6F94 on black background.


Color preview on white background

This text has color #3A6F94 on white background.



Black color preview on #3A6F94 background

This text has black color on #3A6F94 background.


White color preview on #3A6F94 background

This text has white color on #3A6F94 background.