COLOR #3A96B4

HEX: #3A96B4
RGB: (58,150,180)

Color info

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

RGB color model

#3A96B4 color RGB value is (58,150,180).

  • red value is 58;
  • green value is 150;
  • blue value is 180.
RGB:
(58,150,180)
(23%,59%,71%)

RGB channels and saturation

R 58 of 255 = 23%
G 150 of 255 = 59%
B 180 of 255 = 71%

58
150
180

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

Portions of RGB colors in percentages

R + G + B =
58 + 150 + 180 = 388 (100%)
R 58 of 388 ~ 14.95%
G 150 of 388 ~ 38.66%
B 180 of 388 ~ 46.39%

%14.95
%38.66
%46.39

CMYK color model

#3A96B4 color CMYK value is (68,17,0,29).

  • cyan value is 67.78%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(68,17,0,29)
C68M17Y0K29 
(68%,17%,0%,29%)
(0.68/0.17/0.00/0.29)	

CMYK percentages

%67.78
%16.67
%0
%29.41

Codes

Color #3A96B4 in popluar color models

3A96B4
RGB58150180
HSL195°51.26%46.67%
HSB/HSV195°67.78%70.59%
CMYK67.78%16.67%0.00%
29.41%

Color #3A96B4 in popluar number systems.

HEX3A96B4
Decimal58150180
Binary1110101001011010110100
Octal72226264

Shades and tints

Shades of #3A96B4

#3A96B4
(58,150,180)
#3589A4
(53,137,164)
#307C94
(48,124,148)
#2B6F84
(43,111,132)
#266274
(38,98,116)
#215564
(33,85,100)
#1C4854
(28,72,84)
#173B44
(23,59,68)
#122E34
(18,46,52)
#0D2124
(13,33,36)
#081414
(8,20,20)
#000000
(0,0,0)

Tints of #3A96B4

#3A96B4
(58,150,180)
#4B9FBA
(75,159,186)
#5CA8C0
(92,168,192)
#6DB1C6
(109,177,198)
#7EBACC
(126,186,204)
#8FC3D2
(143,195,210)
#A0CCD8
(160,204,216)
#B1D5DE
(177,213,222)
#C2DEE4
(194,222,228)
#D3E7EA
(211,231,234)
#E4F0F0
(228,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A96B4 color. Also use rgb(58,150,180) instead hex code.

Text Font Color

.myTextColor { color: #3A96B4; }

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

This text font color is #3A96B4.


Background Color

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

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

This div background color is #3A96B4.


Border color

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

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

This div border color is #3A96B4.


Opacity

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

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

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

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

This text has shadow with #3A96B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A96B4 on black background.


Color preview on white background

This text has color #3A96B4 on white background.



Black color preview on #3A96B4 background

This text has black color on #3A96B4 background.


White color preview on #3A96B4 background

This text has white color on #3A96B4 background.