COLOR #3A7CF9

HEX: #3A7CF9
RGB: (58,124,249)

Color info

#3A7CF9 contains mainly blue color. Web safe color of #3A7CF9 is #3366FF (or #36F).

RGB color model

#3A7CF9 color RGB value is (58,124,249).

  • red value is 58;
  • green value is 124;
  • blue value is 249.
RGB:
(58,124,249)
(23%,49%,98%)

RGB channels and saturation

R 58 of 255 = 23%
G 124 of 255 = 49%
B 249 of 255 = 98%

58
124
249

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

Portions of RGB colors in percentages

R + G + B =
58 + 124 + 249 = 431 (100%)
R 58 of 431 ~ 13.46%
G 124 of 431 ~ 28.77%
B 249 of 431 ~ 57.77%

%13.46
%28.77
%57.77

CMYK color model

#3A7CF9 color CMYK value is (77,50,0,2).

  • cyan value is 76.71%
  • magenta value is 50.20%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(77,50,0,2)
C77M50Y0K2 
(77%,50%,0%,2%)
(0.77/0.50/0.00/0.02)	

CMYK percentages

%76.71
%50.2
%0
%2.35

Codes

Color #3A7CF9 in popluar color models

3A7CF9
RGB58124249
HSL219°94.09%60.20%
HSB/HSV219°76.71%97.65%
CMYK76.71%50.20%0.00%
2.35%

Color #3A7CF9 in popluar number systems.

HEX3A7CF9
Decimal58124249
Binary111010111110011111001
Octal72174371

Shades and tints

Shades of #3A7CF9

#3A7CF9
(58,124,249)
#3571E3
(53,113,227)
#3066CD
(48,102,205)
#2B5BB7
(43,91,183)
#2650A1
(38,80,161)
#21458B
(33,69,139)
#1C3A75
(28,58,117)
#172F5F
(23,47,95)
#122449
(18,36,73)
#0D1933
(13,25,51)
#080E1D
(8,14,29)
#000000
(0,0,0)

Tints of #3A7CF9

#3A7CF9
(58,124,249)
#4B87F9
(75,135,249)
#5C92F9
(92,146,249)
#6D9DF9
(109,157,249)
#7EA8F9
(126,168,249)
#8FB3F9
(143,179,249)
#A0BEF9
(160,190,249)
#B1C9F9
(177,201,249)
#C2D4F9
(194,212,249)
#D3DFF9
(211,223,249)
#E4EAF9
(228,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7CF9 color. Also use rgb(58,124,249) instead hex code.

Text Font Color

.myTextColor { color: #3A7CF9; }

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

This text font color is #3A7CF9.


Background Color

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

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

This div background color is #3A7CF9.


Border color

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

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

This div border color is #3A7CF9.


Opacity

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

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

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

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

This text has shadow with #3A7CF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7CF9 on black background.


Color preview on white background

This text has color #3A7CF9 on white background.



Black color preview on #3A7CF9 background

This text has black color on #3A7CF9 background.


White color preview on #3A7CF9 background

This text has white color on #3A7CF9 background.