COLOR #3A337B

HEX: #3A337B
RGB: (58,51,123)

Color info

#3A337B contains mainly blue color. Web safe color of #3A337B is #333366 (or #336).

RGB color model

#3A337B color RGB value is (58,51,123).

  • red value is 58;
  • green value is 51;
  • blue value is 123.
RGB:
(58,51,123)
(23%,20%,48%)

RGB channels and saturation

R 58 of 255 = 23%
G 51 of 255 = 20%
B 123 of 255 = 48%

58
51
123

R + G + B ~ 30%. #3A337B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 51 + 123 = 232 (100%)
R 58 of 232 ~ 25%
G 51 of 232 ~ 21.98%
B 123 of 232 ~ 53.02%

%25
%21.98
%53.02

CMYK color model

#3A337B color CMYK value is (53,59,0,52).

  • cyan value is 52.85%
  • magenta value is 58.54%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(53,59,0,52)
C53M59Y0K52 
(53%,59%,0%,52%)
(0.53/0.59/0.00/0.52)	

CMYK percentages

%52.85
%58.54
%0
%51.76

Codes

Color #3A337B in popluar color models

3A337B
RGB5851123
HSL246°41.38%34.12%
HSB/HSV246°58.54%48.24%
CMYK52.85%58.54%0.00%
51.76%

Color #3A337B in popluar number systems.

HEX3A337B
Decimal5851123
Binary1110101100111111011
Octal7263173

Shades and tints

Shades of #3A337B

#3A337B
(58,51,123)
#352F70
(53,47,112)
#302B65
(48,43,101)
#2B275A
(43,39,90)
#26234F
(38,35,79)
#211F44
(33,31,68)
#1C1B39
(28,27,57)
#17172E
(23,23,46)
#121323
(18,19,35)
#0D0F18
(13,15,24)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #3A337B

#3A337B
(58,51,123)
#4B4587
(75,69,135)
#5C5793
(92,87,147)
#6D699F
(109,105,159)
#7E7BAB
(126,123,171)
#8F8DB7
(143,141,183)
#A09FC3
(160,159,195)
#B1B1CF
(177,177,207)
#C2C3DB
(194,195,219)
#D3D5E7
(211,213,231)
#E4E7F3
(228,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A337B color. Also use rgb(58,51,123) instead hex code.

Text Font Color

.myTextColor { color: #3A337B; }

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

This text font color is #3A337B.


Background Color

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

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

This div background color is #3A337B.


Border color

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

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

This div border color is #3A337B.


Opacity

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

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

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

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

This text has shadow with #3A337B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A337B on black background.


Color preview on white background

This text has color #3A337B on white background.



Black color preview on #3A337B background

This text has black color on #3A337B background.


White color preview on #3A337B background

This text has white color on #3A337B background.