COLOR #3AABD6

HEX: #3AABD6 RGB: (58,171,214)

Color info

#3AABD6 contains mainly green and blue colors. Web safe color of #3AABD6 is #3399CC (or #39C).

RGB color model

#3AABD6 color RGB value is (58,171,214).

RGB: (58,171,214) (23%, 67%, 84%)

RGB channels and saturation

R 58 of 255 = 23%
G 171 of 255 = 67%
B 214 of 255 = 84%

58
171
214

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

Portions of RGB colors in percentages

R + G + B = 58 + 171 + 214 = 443 (100%)
R 58 of 443 ~ 13.09%
G 171 of 443 ~ 38.6%
B 214 of 443 ~ 48.31'%

%13.09
%38.6
%48.31

CMYK color model

#3AABD6 color CMYK value is (73,20,0,16).

  • cyan value is 72.90%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (73,20,0,16)
C73M20Y0K16 (73%, 20%, 0%, 16%)
(0.73 / 0.20 / 0.00 / 0.16)

CMYK percentages

%72.9
%20.09
%0
%16.08

Codes

Color #3AABD6 in popluar color models

3A AB D6
RGB 58 171 214
HSL 197° 65.55% 53.33%
HSB/HSV 197° 72.90% 83.92%
CMYK 72.90% 20.09% 0.00%
16.08%

Color #3AABD6 in popluar number systems.

HEX 3A AB D6
Decimal 58 171 214
Binary 111010 10101011 11010110
Octal 72 253 326

Shades and tints

Shades of #3AABD6

#3AABD6
(58,171,214)
#359CC3
(53,156,195)
#308DB0
(48,141,176)
#2B7E9D
(43,126,157)
#266F8A
(38,111,138)
#216077
(33,96,119)
#1C5164
(28,81,100)
#174251
(23,66,81)
#12333E
(18,51,62)
#0D242B
(13,36,43)
#081518
(8,21,24)
#000000
(0,0,0)

Tints of #3AABD6

#3AABD6
(58,171,214)
#4BB2D9
(75,178,217)
#5CB9DC
(92,185,220)
#6DC0DF
(109,192,223)
#7EC7E2
(126,199,226)
#8FCEE5
(143,206,229)
#A0D5E8
(160,213,232)
#B1DCEB
(177,220,235)
#C2E3EE
(194,227,238)
#D3EAF1
(211,234,241)
#E4F1F4
(228,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AABD6 color. Also use rgb(58,171,214) instead hex code.

Text Font Color

.myTextColor { color: #3AABD6; }

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

This text font color is #3AABD6.

Background Color

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

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

This div background color is #3AABD6.

Border color

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

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

This div border color is #3AABD6.

Opacity

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

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

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

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

This text has shadow with #3AABD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3AABD6.

Preview

Color preview on black background

This text has color #3AABD6 on black background.


Color preview on white background

This text has color #3AABD6 on white background.


Black color preview on #3AABD6 background

This text has black color on #3AABD6 background.


White color preview on #3AABD6 background

This text has white color on #3AABD6 background.


Related colors

Complementary color

Complementary color for #hex is #C55429.


I love getcolorcode.com

Triadic colors

1 #D63AAB and #ABD63A with #3AABD6 are triadic colors.

2 #D6AB3A and #AB3AD6 with #3AABD6 are triadic colors.