COLOR #3A468C

HEX: #3A468C
RGB: (58,70,140)

Color info

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

RGB color model

#3A468C color RGB value is (58,70,140).

  • red value is 58;
  • green value is 70;
  • blue value is 140.
RGB:
(58,70,140)
(23%,27%,55%)

RGB channels and saturation

R 58 of 255 = 23%
G 70 of 255 = 27%
B 140 of 255 = 55%

58
70
140

R + G + B ~ 35%. #3A468C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 70 + 140 = 268 (100%)
R 58 of 268 ~ 21.64%
G 70 of 268 ~ 26.12%
B 140 of 268 ~ 52.24%

%21.64
%26.12
%52.24

CMYK color model

#3A468C color CMYK value is (59,50,0,45).

  • cyan value is 58.57%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(59,50,0,45)
C59M50Y0K45 
(59%,50%,0%,45%)
(0.59/0.50/0.00/0.45)	

CMYK percentages

%58.57
%50
%0
%45.1

Codes

Color #3A468C in popluar color models

3A468C
RGB5870140
HSL231°41.41%38.82%
HSB/HSV231°58.57%54.90%
CMYK58.57%50.00%0.00%
45.10%

Color #3A468C in popluar number systems.

HEX3A468C
Decimal5870140
Binary111010100011010001100
Octal72106214

Shades and tints

Shades of #3A468C

#3A468C
(58,70,140)
#354080
(53,64,128)
#303A74
(48,58,116)
#2B3468
(43,52,104)
#262E5C
(38,46,92)
#212850
(33,40,80)
#1C2244
(28,34,68)
#171C38
(23,28,56)
#12162C
(18,22,44)
#0D1020
(13,16,32)
#080A14
(8,10,20)
#000000
(0,0,0)

Tints of #3A468C

#3A468C
(58,70,140)
#4B5696
(75,86,150)
#5C66A0
(92,102,160)
#6D76AA
(109,118,170)
#7E86B4
(126,134,180)
#8F96BE
(143,150,190)
#A0A6C8
(160,166,200)
#B1B6D2
(177,182,210)
#C2C6DC
(194,198,220)
#D3D6E6
(211,214,230)
#E4E6F0
(228,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A468C color. Also use rgb(58,70,140) instead hex code.

Text Font Color

.myTextColor { color: #3A468C; }

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

This text font color is #3A468C.


Background Color

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

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

This div background color is #3A468C.


Border color

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

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

This div border color is #3A468C.


Opacity

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

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

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

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

This text has shadow with #3A468C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A468C on black background.


Color preview on white background

This text has color #3A468C on white background.



Black color preview on #3A468C background

This text has black color on #3A468C background.


White color preview on #3A468C background

This text has white color on #3A468C background.