COLOR #3A63C4

HEX: #3A63C4
RGB: (58,99,196)

Color info

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

RGB color model

#3A63C4 color RGB value is (58,99,196).

  • red value is 58;
  • green value is 99;
  • blue value is 196.
RGB:
(58,99,196)
(23%,39%,77%)

RGB channels and saturation

R 58 of 255 = 23%
G 99 of 255 = 39%
B 196 of 255 = 77%

58
99
196

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

Portions of RGB colors in percentages

R + G + B =
58 + 99 + 196 = 353 (100%)
R 58 of 353 ~ 16.43%
G 99 of 353 ~ 28.05%
B 196 of 353 ~ 55.52%

%16.43
%28.05
%55.52

CMYK color model

#3A63C4 color CMYK value is (70,49,0,23).

  • cyan value is 70.41%
  • magenta value is 49.49%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(70,49,0,23)
C70M49Y0K23 
(70%,49%,0%,23%)
(0.70/0.49/0.00/0.23)	

CMYK percentages

%70.41
%49.49
%0
%23.14

Codes

Color #3A63C4 in popluar color models

3A63C4
RGB5899196
HSL222°54.33%49.80%
HSB/HSV222°70.41%76.86%
CMYK70.41%49.49%0.00%
23.14%

Color #3A63C4 in popluar number systems.

HEX3A63C4
Decimal5899196
Binary111010110001111000100
Octal72143304

Shades and tints

Shades of #3A63C4

#3A63C4
(58,99,196)
#355AB3
(53,90,179)
#3051A2
(48,81,162)
#2B4891
(43,72,145)
#263F80
(38,63,128)
#21366F
(33,54,111)
#1C2D5E
(28,45,94)
#17244D
(23,36,77)
#121B3C
(18,27,60)
#0D122B
(13,18,43)
#08091A
(8,9,26)
#000000
(0,0,0)

Tints of #3A63C4

#3A63C4
(58,99,196)
#4B71C9
(75,113,201)
#5C7FCE
(92,127,206)
#6D8DD3
(109,141,211)
#7E9BD8
(126,155,216)
#8FA9DD
(143,169,221)
#A0B7E2
(160,183,226)
#B1C5E7
(177,197,231)
#C2D3EC
(194,211,236)
#D3E1F1
(211,225,241)
#E4EFF6
(228,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A63C4 color. Also use rgb(58,99,196) instead hex code.

Text Font Color

.myTextColor { color: #3A63C4; }

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

This text font color is #3A63C4.


Background Color

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

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

This div background color is #3A63C4.


Border color

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

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

This div border color is #3A63C4.


Opacity

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

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

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

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

This text has shadow with #3A63C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A63C4 on black background.


Color preview on white background

This text has color #3A63C4 on white background.



Black color preview on #3A63C4 background

This text has black color on #3A63C4 background.


White color preview on #3A63C4 background

This text has white color on #3A63C4 background.