COLOR #3A52B9

HEX: #3A52B9
RGB: (58,82,185)

Color info

#3A52B9 contains mainly blue color. Web safe color of #3A52B9 is #3366CC (or #36C).

RGB color model

#3A52B9 color RGB value is (58,82,185).

  • red value is 58;
  • green value is 82;
  • blue value is 185.
RGB:
(58,82,185)
(23%,32%,73%)

RGB channels and saturation

R 58 of 255 = 23%
G 82 of 255 = 32%
B 185 of 255 = 73%

58
82
185

R + G + B ~ 43%. #3A52B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 82 + 185 = 325 (100%)
R 58 of 325 ~ 17.85%
G 82 of 325 ~ 25.23%
B 185 of 325 ~ 56.92%

%17.85
%25.23
%56.92

CMYK color model

#3A52B9 color CMYK value is (69,56,0,27).

  • cyan value is 68.65%
  • magenta value is 55.68%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(69,56,0,27)
C69M56Y0K27 
(69%,56%,0%,27%)
(0.69/0.56/0.00/0.27)	

CMYK percentages

%68.65
%55.68
%0
%27.45

Codes

Color #3A52B9 in popluar color models

3A52B9
RGB5882185
HSL229°52.26%47.65%
HSB/HSV229°68.65%72.55%
CMYK68.65%55.68%0.00%
27.45%

Color #3A52B9 in popluar number systems.

HEX3A52B9
Decimal5882185
Binary111010101001010111001
Octal72122271

Shades and tints

Shades of #3A52B9

#3A52B9
(58,82,185)
#354BA9
(53,75,169)
#304499
(48,68,153)
#2B3D89
(43,61,137)
#263679
(38,54,121)
#212F69
(33,47,105)
#1C2859
(28,40,89)
#172149
(23,33,73)
#121A39
(18,26,57)
#0D1329
(13,19,41)
#080C19
(8,12,25)
#000000
(0,0,0)

Tints of #3A52B9

#3A52B9
(58,82,185)
#4B61BF
(75,97,191)
#5C70C5
(92,112,197)
#6D7FCB
(109,127,203)
#7E8ED1
(126,142,209)
#8F9DD7
(143,157,215)
#A0ACDD
(160,172,221)
#B1BBE3
(177,187,227)
#C2CAE9
(194,202,233)
#D3D9EF
(211,217,239)
#E4E8F5
(228,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A52B9 color. Also use rgb(58,82,185) instead hex code.

Text Font Color

.myTextColor { color: #3A52B9; }

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

This text font color is #3A52B9.


Background Color

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

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

This div background color is #3A52B9.


Border color

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

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

This div border color is #3A52B9.


Opacity

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

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

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

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

This text has shadow with #3A52B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A52B9 on black background.


Color preview on white background

This text has color #3A52B9 on white background.



Black color preview on #3A52B9 background

This text has black color on #3A52B9 background.


White color preview on #3A52B9 background

This text has white color on #3A52B9 background.