COLOR #3DA5F2

HEX: #3DA5F2
RGB: (61,165,242)

Color info

#3DA5F2 contains mainly blue color. Web safe color of #3DA5F2 is #3399FF (or #39F).

RGB color model

#3DA5F2 color RGB value is (61,165,242).

  • red value is 61;
  • green value is 165;
  • blue value is 242.
RGB:
(61,165,242)
(24%,65%,95%)

RGB channels and saturation

R 61 of 255 = 24%
G 165 of 255 = 65%
B 242 of 255 = 95%

61
165
242

R + G + B ~ 61%. #3DA5F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
61 + 165 + 242 = 468 (100%)
R 61 of 468 ~ 13.03%
G 165 of 468 ~ 35.26%
B 242 of 468 ~ 51.71%

%13.03
%35.26
%51.71

CMYK color model

#3DA5F2 color CMYK value is (75,32,0,5).

  • cyan value is 74.79%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(75,32,0,5)
C75M32Y0K5 
(75%,32%,0%,5%)
(0.75/0.32/0.00/0.05)	

CMYK percentages

%74.79
%31.82
%0
%5.1

Codes

Color #3DA5F2 in popluar color models

3DA5F2
RGB61165242
HSL206°87.44%59.41%
HSB/HSV206°74.79%94.90%
CMYK74.79%31.82%0.00%
5.10%

Color #3DA5F2 in popluar number systems.

HEX3DA5F2
Decimal61165242
Binary1111011010010111110010
Octal75245362

Shades and tints

Shades of #3DA5F2

#3DA5F2
(61,165,242)
#3896DC
(56,150,220)
#3387C6
(51,135,198)
#2E78B0
(46,120,176)
#29699A
(41,105,154)
#245A84
(36,90,132)
#1F4B6E
(31,75,110)
#1A3C58
(26,60,88)
#152D42
(21,45,66)
#101E2C
(16,30,44)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #3DA5F2

#3DA5F2
(61,165,242)
#4EADF3
(78,173,243)
#5FB5F4
(95,181,244)
#70BDF5
(112,189,245)
#81C5F6
(129,197,246)
#92CDF7
(146,205,247)
#A3D5F8
(163,213,248)
#B4DDF9
(180,221,249)
#C5E5FA
(197,229,250)
#D6EDFB
(214,237,251)
#E7F5FC
(231,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3DA5F2 color. Also use rgb(61,165,242) instead hex code.

Text Font Color

.myTextColor { color: #3DA5F2; }

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

This text font color is #3DA5F2.


Background Color

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

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

This div background color is #3DA5F2.


Border color

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

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

This div border color is #3DA5F2.


Opacity

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

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

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

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

This text has shadow with #3DA5F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3DA5F2 on black background.


Color preview on white background

This text has color #3DA5F2 on white background.



Black color preview on #3DA5F2 background

This text has black color on #3DA5F2 background.


White color preview on #3DA5F2 background

This text has white color on #3DA5F2 background.