COLOR #3A38AA

HEX: #3A38AA
RGB: (58,56,170)

Color info

#3A38AA contains mainly blue color. Web safe color of #3A38AA is #333399 (or #339).

RGB color model

#3A38AA color RGB value is (58,56,170).

  • red value is 58;
  • green value is 56;
  • blue value is 170.
RGB:
(58,56,170)
(23%,22%,67%)

RGB channels and saturation

R 58 of 255 = 23%
G 56 of 255 = 22%
B 170 of 255 = 67%

58
56
170

R + G + B ~ 37%. #3A38AA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 56 + 170 = 284 (100%)
R 58 of 284 ~ 20.42%
G 56 of 284 ~ 19.72%
B 170 of 284 ~ 59.86%

%20.42
%19.72
%59.86

CMYK color model

#3A38AA color CMYK value is (66,67,0,33).

  • cyan value is 65.88%
  • magenta value is 67.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(66,67,0,33)
C66M67Y0K33 
(66%,67%,0%,33%)
(0.66/0.67/0.00/0.33)	

CMYK percentages

%65.88
%67.06
%0
%33.33

Codes

Color #3A38AA in popluar color models

3A38AA
RGB5856170
HSL241°50.44%44.31%
HSB/HSV241°67.06%66.67%
CMYK65.88%67.06%0.00%
33.33%

Color #3A38AA in popluar number systems.

HEX3A38AA
Decimal5856170
Binary11101011100010101010
Octal7270252

Shades and tints

Shades of #3A38AA

#3A38AA
(58,56,170)
#35339B
(53,51,155)
#302E8C
(48,46,140)
#2B297D
(43,41,125)
#26246E
(38,36,110)
#211F5F
(33,31,95)
#1C1A50
(28,26,80)
#171541
(23,21,65)
#121032
(18,16,50)
#0D0B23
(13,11,35)
#080614
(8,6,20)
#000000
(0,0,0)

Tints of #3A38AA

#3A38AA
(58,56,170)
#4B4AB1
(75,74,177)
#5C5CB8
(92,92,184)
#6D6EBF
(109,110,191)
#7E80C6
(126,128,198)
#8F92CD
(143,146,205)
#A0A4D4
(160,164,212)
#B1B6DB
(177,182,219)
#C2C8E2
(194,200,226)
#D3DAE9
(211,218,233)
#E4ECF0
(228,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A38AA color. Also use rgb(58,56,170) instead hex code.

Text Font Color

.myTextColor { color: #3A38AA; }

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

This text font color is #3A38AA.


Background Color

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

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

This div background color is #3A38AA.


Border color

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

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

This div border color is #3A38AA.


Opacity

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

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

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

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

This text has shadow with #3A38AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A38AA on black background.


Color preview on white background

This text has color #3A38AA on white background.



Black color preview on #3A38AA background

This text has black color on #3A38AA background.


White color preview on #3A38AA background

This text has white color on #3A38AA background.