COLOR #3A4866

HEX: #3A4866
RGB: (58,72,102)

Color info

#3A4866 contains red, green and blue colors in about the same proportion. Web safe color of #3A4866 is #333366 (or #336).

RGB color model

#3A4866 color RGB value is (58,72,102).

  • red value is 58;
  • green value is 72;
  • blue value is 102.
RGB:
(58,72,102)
(23%,28%,40%)

RGB channels and saturation

R 58 of 255 = 23%
G 72 of 255 = 28%
B 102 of 255 = 40%

58
72
102

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

Portions of RGB colors in percentages

R + G + B =
58 + 72 + 102 = 232 (100%)
R 58 of 232 ~ 25%
G 72 of 232 ~ 31.03%
B 102 of 232 ~ 43.97%

%25
%31.03
%43.97

CMYK color model

#3A4866 color CMYK value is (43,29,0,60).

  • cyan value is 43.14%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(43,29,0,60)
C43M29Y0K60 
(43%,29%,0%,60%)
(0.43/0.29/0.00/0.60)	

CMYK percentages

%43.14
%29.41
%0
%60

Codes

Color #3A4866 in popluar color models

3A4866
RGB5872102
HSL221°27.50%31.37%
HSB/HSV221°43.14%40.00%
CMYK43.14%29.41%0.00%
60.00%

Color #3A4866 in popluar number systems.

HEX3A4866
Decimal5872102
Binary11101010010001100110
Octal72110146

Shades and tints

Shades of #3A4866

#3A4866
(58,72,102)
#35425D
(53,66,93)
#303C54
(48,60,84)
#2B364B
(43,54,75)
#263042
(38,48,66)
#212A39
(33,42,57)
#1C2430
(28,36,48)
#171E27
(23,30,39)
#12181E
(18,24,30)
#0D1215
(13,18,21)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #3A4866

#3A4866
(58,72,102)
#4B5873
(75,88,115)
#5C6880
(92,104,128)
#6D788D
(109,120,141)
#7E889A
(126,136,154)
#8F98A7
(143,152,167)
#A0A8B4
(160,168,180)
#B1B8C1
(177,184,193)
#C2C8CE
(194,200,206)
#D3D8DB
(211,216,219)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4866 color. Also use rgb(58,72,102) instead hex code.

Text Font Color

.myTextColor { color: #3A4866; }

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

This text font color is #3A4866.


Background Color

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

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

This div background color is #3A4866.


Border color

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

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

This div border color is #3A4866.


Opacity

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

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

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

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

This text has shadow with #3A4866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4866 on black background.


Color preview on white background

This text has color #3A4866 on white background.



Black color preview on #3A4866 background

This text has black color on #3A4866 background.


White color preview on #3A4866 background

This text has white color on #3A4866 background.