COLOR #3A64A1

HEX: #3A64A1 RGB: (58,100,161)

Color info

#3A64A1 contains mainly blue color. Web safe color of #3A64A1 is #336699 (or #369).

RGB color model

#3A64A1 color RGB value is (58,100,161).

RGB: (58,100,161) (23%, 39%, 63%)

RGB channels and saturation

R 58 of 255 = 23%
G 100 of 255 = 39%
B 161 of 255 = 63%

58
100
161

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

Portions of RGB colors in percentages

R + G + B = 58 + 100 + 161 = 319 (100%)
R 58 of 319 ~ 18.18%
G 100 of 319 ~ 31.35%
B 161 of 319 ~ 50.47'%

%18.18
%31.35
%50.47

CMYK color model

#3A64A1 color CMYK value is (64,38,0,37).

  • cyan value is 63.98%
  • magenta value is 37.89%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (64,38,0,37)
C64M38Y0K37 (64%, 38%, 0%, 37%)
(0.64 / 0.38 / 0.00 / 0.37)

CMYK percentages

%63.98
%37.89
%0
%36.86

Codes

Color #3A64A1 in popluar color models

3A 64 A1
RGB 58 100 161
HSL 216° 47.03% 42.94%
HSB/HSV 216° 63.98% 63.14%
CMYK 63.98% 37.89% 0.00%
36.86%

Color #3A64A1 in popluar number systems.

HEX 3A 64 A1
Decimal 58 100 161
Binary 111010 1100100 10100001
Octal 72 144 241

Shades and tints

Shades of #3A64A1

#3A64A1
(58,100,161)
#355B93
(53,91,147)
#305285
(48,82,133)
#2B4977
(43,73,119)
#264069
(38,64,105)
#21375B
(33,55,91)
#1C2E4D
(28,46,77)
#17253F
(23,37,63)
#121C31
(18,28,49)
#0D1323
(13,19,35)
#080A15
(8,10,21)
#000000
(0,0,0)

Tints of #3A64A1

#3A64A1
(58,100,161)
#4B72A9
(75,114,169)
#5C80B1
(92,128,177)
#6D8EB9
(109,142,185)
#7E9CC1
(126,156,193)
#8FAAC9
(143,170,201)
#A0B8D1
(160,184,209)
#B1C6D9
(177,198,217)
#C2D4E1
(194,212,225)
#D3E2E9
(211,226,233)
#E4F0F1
(228,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A64A1 color. Also use rgb(58,100,161) instead hex code.

Text Font Color

.myTextColor { color: #3A64A1; }

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

This text font color is #3A64A1.

Background Color

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

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

This div background color is #3A64A1.

Border color

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

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

This div border color is #3A64A1.

Opacity

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

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

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

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

This text has shadow with #3A64A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A64A1.

Preview

Color preview on black background

This text has color #3A64A1 on black background.


Color preview on white background

This text has color #3A64A1 on white background.


Black color preview on #3A64A1 background

This text has black color on #3A64A1 background.


White color preview on #3A64A1 background

This text has white color on #3A64A1 background.


Related colors

Complementary color

Complementary color for #hex is #C59B5E.


I love getcolorcode.com

Triadic colors

1 #A13A64 and #64A13A with #3A64A1 are triadic colors.

2 #A1643A and #643AA1 with #3A64A1 are triadic colors.