COLOR #3AAFDF

HEX: #3AAFDF
RGB: (58,175,223)

Color info

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

RGB color model

#3AAFDF color RGB value is (58,175,223).

  • red value is 58;
  • green value is 175;
  • blue value is 223.
RGB:
(58,175,223)
(23%,69%,87%)

RGB channels and saturation

R 58 of 255 = 23%
G 175 of 255 = 69%
B 223 of 255 = 87%

58
175
223

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

Portions of RGB colors in percentages

R + G + B =
58 + 175 + 223 = 456 (100%)
R 58 of 456 ~ 12.72%
G 175 of 456 ~ 38.38%
B 223 of 456 ~ 48.9%

%12.72
%38.38
%48.9

CMYK color model

#3AAFDF color CMYK value is (74,22,0,13).

  • cyan value is 73.99%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(74,22,0,13)
C74M22Y0K13 
(74%,22%,0%,13%)
(0.74/0.22/0.00/0.13)	

CMYK percentages

%73.99
%21.52
%0
%12.55

Codes

Color #3AAFDF in popluar color models

3AAFDF
RGB58175223
HSL197°72.05%55.10%
HSB/HSV197°73.99%87.45%
CMYK73.99%21.52%0.00%
12.55%

Color #3AAFDF in popluar number systems.

HEX3AAFDF
Decimal58175223
Binary1110101010111111011111
Octal72257337

Shades and tints

Shades of #3AAFDF

#3AAFDF
(58,175,223)
#35A0CB
(53,160,203)
#3091B7
(48,145,183)
#2B82A3
(43,130,163)
#26738F
(38,115,143)
#21647B
(33,100,123)
#1C5567
(28,85,103)
#174653
(23,70,83)
#12373F
(18,55,63)
#0D282B
(13,40,43)
#081917
(8,25,23)
#000000
(0,0,0)

Tints of #3AAFDF

#3AAFDF
(58,175,223)
#4BB6E1
(75,182,225)
#5CBDE3
(92,189,227)
#6DC4E5
(109,196,229)
#7ECBE7
(126,203,231)
#8FD2E9
(143,210,233)
#A0D9EB
(160,217,235)
#B1E0ED
(177,224,237)
#C2E7EF
(194,231,239)
#D3EEF1
(211,238,241)
#E4F5F3
(228,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AAFDF color. Also use rgb(58,175,223) instead hex code.

Text Font Color

.myTextColor { color: #3AAFDF; }

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

This text font color is #3AAFDF.


Background Color

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

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

This div background color is #3AAFDF.


Border color

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

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

This div border color is #3AAFDF.


Opacity

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

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

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

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

This text has shadow with #3AAFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AAFDF on black background.


Color preview on white background

This text has color #3AAFDF on white background.



Black color preview on #3AAFDF background

This text has black color on #3AAFDF background.


White color preview on #3AAFDF background

This text has white color on #3AAFDF background.