COLOR #3A6678

HEX: #3A6678 RGB: (58,102,120)

Color info

#3A6678 contains mainly green and blue colors. Web safe color of #3A6678 is #336666 (or #366).

RGB color model

#3A6678 color RGB value is (58,102,120).

RGB: (58,102,120) (23%, 40%, 47%)

RGB channels and saturation

R 58 of 255 = 23%
G 102 of 255 = 40%
B 120 of 255 = 47%

58
102
120

R + G + B ~ 37%. #3A6678 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 102 + 120 = 280 (100%)
R 58 of 280 ~ 20.71%
G 102 of 280 ~ 36.43%
B 120 of 280 ~ 42.86'%

%20.71
%36.43
%42.86

CMYK color model

#3A6678 color CMYK value is (52,15,0,53).

  • cyan value is 51.67%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (52,15,0,53)
C52M15Y0K53 (52%, 15%, 0%, 53%)
(0.52 / 0.15 / 0.00 / 0.53)

CMYK percentages

%51.67
%15
%0
%52.94

Codes

Color #3A6678 in popluar color models

3A 66 78
RGB 58 102 120
HSL 197° 34.83% 34.90%
HSB/HSV 197° 51.67% 47.06%
CMYK 51.67% 15.00% 0.00%
52.94%

Color #3A6678 in popluar number systems.

HEX 3A 66 78
Decimal 58 102 120
Binary 111010 1100110 1111000
Octal 72 146 170

Shades and tints

Shades of #3A6678

#3A6678
(58,102,120)
#355D6E
(53,93,110)
#305464
(48,84,100)
#2B4B5A
(43,75,90)
#264250
(38,66,80)
#213946
(33,57,70)
#1C303C
(28,48,60)
#172732
(23,39,50)
#121E28
(18,30,40)
#0D151E
(13,21,30)
#080C14
(8,12,20)
#000000
(0,0,0)

Tints of #3A6678

#3A6678
(58,102,120)
#4B7384
(75,115,132)
#5C8090
(92,128,144)
#6D8D9C
(109,141,156)
#7E9AA8
(126,154,168)
#8FA7B4
(143,167,180)
#A0B4C0
(160,180,192)
#B1C1CC
(177,193,204)
#C2CED8
(194,206,216)
#D3DBE4
(211,219,228)
#E4E8F0
(228,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6678 color. Also use rgb(58,102,120) instead hex code.

Text Font Color

.myTextColor { color: #3A6678; }

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

This text font color is #3A6678.

Background Color

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

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

This div background color is #3A6678.

Border color

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

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

This div border color is #3A6678.

Opacity

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

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

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

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

This text has shadow with #3A6678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6678.

Preview

Color preview on black background

This text has color #3A6678 on black background.


Color preview on white background

This text has color #3A6678 on white background.


Black color preview on #3A6678 background

This text has black color on #3A6678 background.


White color preview on #3A6678 background

This text has white color on #3A6678 background.


Related colors

Complementary color

Complementary color for #hex is #C59987.


I love getcolorcode.com

Triadic colors

1 #783A66 and #66783A with #3A6678 are triadic colors.

2 #78663A and #663A78 with #3A6678 are triadic colors.