COLOR #3A628B

HEX: #3A628B
RGB: (58,98,139)

Color info

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

RGB color model

#3A628B color RGB value is (58,98,139).

  • red value is 58;
  • green value is 98;
  • blue value is 139.
RGB:
(58,98,139)
(23%,38%,55%)

RGB channels and saturation

R 58 of 255 = 23%
G 98 of 255 = 38%
B 139 of 255 = 55%

58
98
139

R + G + B ~ 39%. #3A628B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 98 + 139 = 295 (100%)
R 58 of 295 ~ 19.66%
G 98 of 295 ~ 33.22%
B 139 of 295 ~ 47.12%

%19.66
%33.22
%47.12

CMYK color model

#3A628B color CMYK value is (58,29,0,45).

  • cyan value is 58.27%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(58,29,0,45)
C58M29Y0K45 
(58%,29%,0%,45%)
(0.58/0.29/0.00/0.45)	

CMYK percentages

%58.27
%29.5
%0
%45.49

Codes

Color #3A628B in popluar color models

3A628B
RGB5898139
HSL210°41.12%38.63%
HSB/HSV210°58.27%54.51%
CMYK58.27%29.50%0.00%
45.49%

Color #3A628B in popluar number systems.

HEX3A628B
Decimal5898139
Binary111010110001010001011
Octal72142213

Shades and tints

Shades of #3A628B

#3A628B
(58,98,139)
#355A7F
(53,90,127)
#305273
(48,82,115)
#2B4A67
(43,74,103)
#26425B
(38,66,91)
#213A4F
(33,58,79)
#1C3243
(28,50,67)
#172A37
(23,42,55)
#12222B
(18,34,43)
#0D1A1F
(13,26,31)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #3A628B

#3A628B
(58,98,139)
#4B7095
(75,112,149)
#5C7E9F
(92,126,159)
#6D8CA9
(109,140,169)
#7E9AB3
(126,154,179)
#8FA8BD
(143,168,189)
#A0B6C7
(160,182,199)
#B1C4D1
(177,196,209)
#C2D2DB
(194,210,219)
#D3E0E5
(211,224,229)
#E4EEEF
(228,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A628B color. Also use rgb(58,98,139) instead hex code.

Text Font Color

.myTextColor { color: #3A628B; }

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

This text font color is #3A628B.


Background Color

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

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

This div background color is #3A628B.


Border color

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

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

This div border color is #3A628B.


Opacity

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

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

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

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

This text has shadow with #3A628B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A628B on black background.


Color preview on white background

This text has color #3A628B on white background.



Black color preview on #3A628B background

This text has black color on #3A628B background.


White color preview on #3A628B background

This text has white color on #3A628B background.