COLOR #3A78F3

HEX: #3A78F3 RGB: (58,120,243)

Color info

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

RGB color model

#3A78F3 color RGB value is (58,120,243).

RGB: (58,120,243) (23%, 47%, 95%)

RGB channels and saturation

R 58 of 255 = 23%
G 120 of 255 = 47%
B 243 of 255 = 95%

58
120
243

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

Portions of RGB colors in percentages

R + G + B = 58 + 120 + 243 = 421 (100%)
R 58 of 421 ~ 13.78%
G 120 of 421 ~ 28.5%
B 243 of 421 ~ 57.72'%

%13.78
%28.5
%57.72

CMYK color model

#3A78F3 color CMYK value is (76,51,0,5).

  • cyan value is 76.13%
  • magenta value is 50.62%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (76,51,0,5)
C76M51Y0K5 (76%, 51%, 0%, 5%)
(0.76 / 0.51 / 0.00 / 0.05)

CMYK percentages

%76.13
%50.62
%0
%4.71

Codes

Color #3A78F3 in popluar color models

3A 78 F3
RGB 58 120 243
HSL 220° 88.52% 59.02%
HSB/HSV 220° 76.13% 95.29%
CMYK 76.13% 50.62% 0.00%
4.71%

Color #3A78F3 in popluar number systems.

HEX 3A 78 F3
Decimal 58 120 243
Binary 111010 1111000 11110011
Octal 72 170 363

Shades and tints

Shades of #3A78F3

#3A78F3
(58,120,243)
#356EDD
(53,110,221)
#3064C7
(48,100,199)
#2B5AB1
(43,90,177)
#26509B
(38,80,155)
#214685
(33,70,133)
#1C3C6F
(28,60,111)
#173259
(23,50,89)
#122843
(18,40,67)
#0D1E2D
(13,30,45)
#081417
(8,20,23)
#000000
(0,0,0)

Tints of #3A78F3

#3A78F3
(58,120,243)
#4B84F4
(75,132,244)
#5C90F5
(92,144,245)
#6D9CF6
(109,156,246)
#7EA8F7
(126,168,247)
#8FB4F8
(143,180,248)
#A0C0F9
(160,192,249)
#B1CCFA
(177,204,250)
#C2D8FB
(194,216,251)
#D3E4FC
(211,228,252)
#E4F0FD
(228,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A78F3 color. Also use rgb(58,120,243) instead hex code.

Text Font Color

.myTextColor { color: #3A78F3; }

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

This text font color is #3A78F3.

Background Color

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

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

This div background color is #3A78F3.

Border color

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

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

This div border color is #3A78F3.

Opacity

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

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

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

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

This text has shadow with #3A78F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A78F3.

Preview

Color preview on black background

This text has color #3A78F3 on black background.


Color preview on white background

This text has color #3A78F3 on white background.


Black color preview on #3A78F3 background

This text has black color on #3A78F3 background.


White color preview on #3A78F3 background

This text has white color on #3A78F3 background.


Related colors

Complementary color

Complementary color for #hex is #C5870C.


I love getcolorcode.com

Triadic colors

1 #F33A78 and #78F33A with #3A78F3 are triadic colors.

2 #F3783A and #783AF3 with #3A78F3 are triadic colors.