COLOR #3A6188

HEX: #3A6188 RGB: (58,97,136)

Color info

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

RGB color model

#3A6188 color RGB value is (58,97,136).

RGB: (58,97,136) (23%, 38%, 53%)

RGB channels and saturation

R 58 of 255 = 23%
G 97 of 255 = 38%
B 136 of 255 = 53%

58
97
136

R + G + B ~ 38%. #3A6188 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 97 + 136 = 291 (100%)
R 58 of 291 ~ 19.93%
G 97 of 291 ~ 33.33%
B 136 of 291 ~ 46.74'%

%19.93
%33.33
%46.74

CMYK color model

#3A6188 color CMYK value is (57,29,0,47).

  • cyan value is 57.35%
  • magenta value is 28.68%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (57,29,0,47)
C57M29Y0K47 (57%, 29%, 0%, 47%)
(0.57 / 0.29 / 0.00 / 0.47)

CMYK percentages

%57.35
%28.68
%0
%46.67

Codes

Color #3A6188 in popluar color models

3A 61 88
RGB 58 97 136
HSL 210° 40.21% 38.04%
HSB/HSV 210° 57.35% 53.33%
CMYK 57.35% 28.68% 0.00%
46.67%

Color #3A6188 in popluar number systems.

HEX 3A 61 88
Decimal 58 97 136
Binary 111010 1100001 10001000
Octal 72 141 210

Shades and tints

Shades of #3A6188

#3A6188
(58,97,136)
#35597C
(53,89,124)
#305170
(48,81,112)
#2B4964
(43,73,100)
#264158
(38,65,88)
#21394C
(33,57,76)
#1C3140
(28,49,64)
#172934
(23,41,52)
#122128
(18,33,40)
#0D191C
(13,25,28)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #3A6188

#3A6188
(58,97,136)
#4B6F92
(75,111,146)
#5C7D9C
(92,125,156)
#6D8BA6
(109,139,166)
#7E99B0
(126,153,176)
#8FA7BA
(143,167,186)
#A0B5C4
(160,181,196)
#B1C3CE
(177,195,206)
#C2D1D8
(194,209,216)
#D3DFE2
(211,223,226)
#E4EDEC
(228,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6188 color. Also use rgb(58,97,136) instead hex code.

Text Font Color

.myTextColor { color: #3A6188; }

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

This text font color is #3A6188.

Background Color

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

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

This div background color is #3A6188.

Border color

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

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

This div border color is #3A6188.

Opacity

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

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

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

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

This text has shadow with #3A6188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6188.

Preview

Color preview on black background

This text has color #3A6188 on black background.


Color preview on white background

This text has color #3A6188 on white background.


Black color preview on #3A6188 background

This text has black color on #3A6188 background.


White color preview on #3A6188 background

This text has white color on #3A6188 background.


Related colors

Complementary color

Complementary color for #hex is #C59E77.


I love getcolorcode.com

Triadic colors

1 #883A61 and #61883A with #3A6188 are triadic colors.

2 #88613A and #613A88 with #3A6188 are triadic colors.