COLOR #3A99C6

HEX: #3A99C6
RGB: (58,153,198)

Color info

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

RGB color model

#3A99C6 color RGB value is (58,153,198).

  • red value is 58;
  • green value is 153;
  • blue value is 198.
RGB:
(58,153,198)
(23%,60%,78%)

RGB channels and saturation

R 58 of 255 = 23%
G 153 of 255 = 60%
B 198 of 255 = 78%

58
153
198

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

Portions of RGB colors in percentages

R + G + B =
58 + 153 + 198 = 409 (100%)
R 58 of 409 ~ 14.18%
G 153 of 409 ~ 37.41%
B 198 of 409 ~ 48.41%

%14.18
%37.41
%48.41

CMYK color model

#3A99C6 color CMYK value is (71,23,0,22).

  • cyan value is 70.71%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(71,23,0,22)
C71M23Y0K22 
(71%,23%,0%,22%)
(0.71/0.23/0.00/0.22)	

CMYK percentages

%70.71
%22.73
%0
%22.35

Codes

Color #3A99C6 in popluar color models

3A99C6
RGB58153198
HSL199°55.12%50.20%
HSB/HSV199°70.71%77.65%
CMYK70.71%22.73%0.00%
22.35%

Color #3A99C6 in popluar number systems.

HEX3A99C6
Decimal58153198
Binary1110101001100111000110
Octal72231306

Shades and tints

Shades of #3A99C6

#3A99C6
(58,153,198)
#358CB4
(53,140,180)
#307FA2
(48,127,162)
#2B7290
(43,114,144)
#26657E
(38,101,126)
#21586C
(33,88,108)
#1C4B5A
(28,75,90)
#173E48
(23,62,72)
#123136
(18,49,54)
#0D2424
(13,36,36)
#081712
(8,23,18)
#000000
(0,0,0)

Tints of #3A99C6

#3A99C6
(58,153,198)
#4BA2CB
(75,162,203)
#5CABD0
(92,171,208)
#6DB4D5
(109,180,213)
#7EBDDA
(126,189,218)
#8FC6DF
(143,198,223)
#A0CFE4
(160,207,228)
#B1D8E9
(177,216,233)
#C2E1EE
(194,225,238)
#D3EAF3
(211,234,243)
#E4F3F8
(228,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A99C6 color. Also use rgb(58,153,198) instead hex code.

Text Font Color

.myTextColor { color: #3A99C6; }

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

This text font color is #3A99C6.


Background Color

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

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

This div background color is #3A99C6.


Border color

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

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

This div border color is #3A99C6.


Opacity

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

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

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

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

This text has shadow with #3A99C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A99C6 on black background.


Color preview on white background

This text has color #3A99C6 on white background.



Black color preview on #3A99C6 background

This text has black color on #3A99C6 background.


White color preview on #3A99C6 background

This text has white color on #3A99C6 background.