COLOR #3A4B90

HEX: #3A4B90
RGB: (58,75,144)

Color info

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

RGB color model

#3A4B90 color RGB value is (58,75,144).

  • red value is 58;
  • green value is 75;
  • blue value is 144.
RGB:
(58,75,144)
(23%,29%,56%)

RGB channels and saturation

R 58 of 255 = 23%
G 75 of 255 = 29%
B 144 of 255 = 56%

58
75
144

R + G + B ~ 36%. #3A4B90 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 75 + 144 = 277 (100%)
R 58 of 277 ~ 20.94%
G 75 of 277 ~ 27.08%
B 144 of 277 ~ 51.99%

%20.94
%27.08
%51.99

CMYK color model

#3A4B90 color CMYK value is (60,48,0,44).

  • cyan value is 59.72%
  • magenta value is 47.92%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(60,48,0,44)
C60M48Y0K44 
(60%,48%,0%,44%)
(0.60/0.48/0.00/0.44)	

CMYK percentages

%59.72
%47.92
%0
%43.53

Codes

Color #3A4B90 in popluar color models

3A4B90
RGB5875144
HSL228°42.57%39.61%
HSB/HSV228°59.72%56.47%
CMYK59.72%47.92%0.00%
43.53%

Color #3A4B90 in popluar number systems.

HEX3A4B90
Decimal5875144
Binary111010100101110010000
Octal72113220

Shades and tints

Shades of #3A4B90

#3A4B90
(58,75,144)
#354583
(53,69,131)
#303F76
(48,63,118)
#2B3969
(43,57,105)
#26335C
(38,51,92)
#212D4F
(33,45,79)
#1C2742
(28,39,66)
#172135
(23,33,53)
#121B28
(18,27,40)
#0D151B
(13,21,27)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #3A4B90

#3A4B90
(58,75,144)
#4B5B9A
(75,91,154)
#5C6BA4
(92,107,164)
#6D7BAE
(109,123,174)
#7E8BB8
(126,139,184)
#8F9BC2
(143,155,194)
#A0ABCC
(160,171,204)
#B1BBD6
(177,187,214)
#C2CBE0
(194,203,224)
#D3DBEA
(211,219,234)
#E4EBF4
(228,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4B90 color. Also use rgb(58,75,144) instead hex code.

Text Font Color

.myTextColor { color: #3A4B90; }

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

This text font color is #3A4B90.


Background Color

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

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

This div background color is #3A4B90.


Border color

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

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

This div border color is #3A4B90.


Opacity

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

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

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

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

This text has shadow with #3A4B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4B90 on black background.


Color preview on white background

This text has color #3A4B90 on white background.



Black color preview on #3A4B90 background

This text has black color on #3A4B90 background.


White color preview on #3A4B90 background

This text has white color on #3A4B90 background.