COLOR #3A9AB2

HEX: #3A9AB2
RGB: (58,154,178)

Color info

#3A9AB2 contains mainly green and blue colors. Web safe color of #3A9AB2 is #339999 (or #399).

RGB color model

#3A9AB2 color RGB value is (58,154,178).

  • red value is 58;
  • green value is 154;
  • blue value is 178.
RGB:
(58,154,178)
(23%,60%,70%)

RGB channels and saturation

R 58 of 255 = 23%
G 154 of 255 = 60%
B 178 of 255 = 70%

58
154
178

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

Portions of RGB colors in percentages

R + G + B =
58 + 154 + 178 = 390 (100%)
R 58 of 390 ~ 14.87%
G 154 of 390 ~ 39.49%
B 178 of 390 ~ 45.64%

%14.87
%39.49
%45.64

CMYK color model

#3A9AB2 color CMYK value is (67,13,0,30).

  • cyan value is 67.42%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(67,13,0,30)
C67M13Y0K30 
(67%,13%,0%,30%)
(0.67/0.13/0.00/0.30)	

CMYK percentages

%67.42
%13.48
%0
%30.2

Codes

Color #3A9AB2 in popluar color models

3A9AB2
RGB58154178
HSL192°50.85%46.27%
HSB/HSV192°67.42%69.80%
CMYK67.42%13.48%0.00%
30.20%

Color #3A9AB2 in popluar number systems.

HEX3A9AB2
Decimal58154178
Binary1110101001101010110010
Octal72232262

Shades and tints

Shades of #3A9AB2

#3A9AB2
(58,154,178)
#358CA2
(53,140,162)
#307E92
(48,126,146)
#2B7082
(43,112,130)
#266272
(38,98,114)
#215462
(33,84,98)
#1C4652
(28,70,82)
#173842
(23,56,66)
#122A32
(18,42,50)
#0D1C22
(13,28,34)
#080E12
(8,14,18)
#000000
(0,0,0)

Tints of #3A9AB2

#3A9AB2
(58,154,178)
#4BA3B9
(75,163,185)
#5CACC0
(92,172,192)
#6DB5C7
(109,181,199)
#7EBECE
(126,190,206)
#8FC7D5
(143,199,213)
#A0D0DC
(160,208,220)
#B1D9E3
(177,217,227)
#C2E2EA
(194,226,234)
#D3EBF1
(211,235,241)
#E4F4F8
(228,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A9AB2 color. Also use rgb(58,154,178) instead hex code.

Text Font Color

.myTextColor { color: #3A9AB2; }

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

This text font color is #3A9AB2.


Background Color

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

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

This div background color is #3A9AB2.


Border color

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

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

This div border color is #3A9AB2.


Opacity

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

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

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

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

This text has shadow with #3A9AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A9AB2 on black background.


Color preview on white background

This text has color #3A9AB2 on white background.



Black color preview on #3A9AB2 background

This text has black color on #3A9AB2 background.


White color preview on #3A9AB2 background

This text has white color on #3A9AB2 background.