COLOR #3A7ECF

HEX: #3A7ECF RGB: (58,126,207)

Color info

#3A7ECF contains mainly blue color. Web safe color of #3A7ECF is #3366CC (or #36C).

RGB color model

#3A7ECF color RGB value is (58,126,207).

RGB: (58,126,207) (23%, 49%, 81%)

RGB channels and saturation

R 58 of 255 = 23%
G 126 of 255 = 49%
B 207 of 255 = 81%

58
126
207

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

Portions of RGB colors in percentages

R + G + B = 58 + 126 + 207 = 391 (100%)
R 58 of 391 ~ 14.83%
G 126 of 391 ~ 32.23%
B 207 of 391 ~ 52.94'%

%14.83
%32.23
%52.94

CMYK color model

#3A7ECF color CMYK value is (72,39,0,19).

  • cyan value is 71.98%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (72,39,0,19)
C72M39Y0K19 (72%, 39%, 0%, 19%)
(0.72 / 0.39 / 0.00 / 0.19)

CMYK percentages

%71.98
%39.13
%0
%18.82

Codes

Color #3A7ECF in popluar color models

3A 7E CF
RGB 58 126 207
HSL 213° 60.82% 51.96%
HSB/HSV 213° 71.98% 81.18%
CMYK 71.98% 39.13% 0.00%
18.82%

Color #3A7ECF in popluar number systems.

HEX 3A 7E CF
Decimal 58 126 207
Binary 111010 1111110 11001111
Octal 72 176 317

Shades and tints

Shades of #3A7ECF

#3A7ECF
(58,126,207)
#3573BD
(53,115,189)
#3068AB
(48,104,171)
#2B5D99
(43,93,153)
#265287
(38,82,135)
#214775
(33,71,117)
#1C3C63
(28,60,99)
#173151
(23,49,81)
#12263F
(18,38,63)
#0D1B2D
(13,27,45)
#08101B
(8,16,27)
#000000
(0,0,0)

Tints of #3A7ECF

#3A7ECF
(58,126,207)
#4B89D3
(75,137,211)
#5C94D7
(92,148,215)
#6D9FDB
(109,159,219)
#7EAADF
(126,170,223)
#8FB5E3
(143,181,227)
#A0C0E7
(160,192,231)
#B1CBEB
(177,203,235)
#C2D6EF
(194,214,239)
#D3E1F3
(211,225,243)
#E4ECF7
(228,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7ECF color. Also use rgb(58,126,207) instead hex code.

Text Font Color

.myTextColor { color: #3A7ECF; }

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

This text font color is #3A7ECF.

Background Color

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

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

This div background color is #3A7ECF.

Border color

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

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

This div border color is #3A7ECF.

Opacity

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

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

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

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

This text has shadow with #3A7ECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A7ECF.

Preview

Color preview on black background

This text has color #3A7ECF on black background.


Color preview on white background

This text has color #3A7ECF on white background.


Black color preview on #3A7ECF background

This text has black color on #3A7ECF background.


White color preview on #3A7ECF background

This text has white color on #3A7ECF background.


Related colors

Complementary color

Complementary color for #hex is #C58130.


I love getcolorcode.com

Triadic colors

1 #CF3A7E and #7ECF3A with #3A7ECF are triadic colors.

2 #CF7E3A and #7E3ACF with #3A7ECF are triadic colors.