COLOR #3552A0

HEX: #3552A0 RGB: (53,82,160)

Color info

#3552A0 contains mainly blue color. Web safe color of #3552A0 is #336699 (or #369).

RGB color model

#3552A0 color RGB value is (53,82,160).

RGB: (53,82,160) (21%, 32%, 63%)

RGB channels and saturation

R 53 of 255 = 21%
G 82 of 255 = 32%
B 160 of 255 = 63%

53
82
160

R + G + B ~ 39%. #3552A0 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 82 + 160 = 295 (100%)
R 53 of 295 ~ 17.97%
G 82 of 295 ~ 27.8%
B 160 of 295 ~ 54.24'%

%17.97
%27.8
%54.24

CMYK color model

#3552A0 color CMYK value is (67,49,0,37).

  • cyan value is 66.88%
  • magenta value is 48.75%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (67,49,0,37)
C67M49Y0K37 (67%, 49%, 0%, 37%)
(0.67 / 0.49 / 0.00 / 0.37)

CMYK percentages

%66.88
%48.75
%0
%37.25

Codes

Color #3552A0 in popluar color models

35 52 A0
RGB 53 82 160
HSL 224° 50.23% 41.76%
HSB/HSV 224° 66.88% 62.75%
CMYK 66.88% 48.75% 0.00%
37.25%

Color #3552A0 in popluar number systems.

HEX 35 52 A0
Decimal 53 82 160
Binary 110101 1010010 10100000
Octal 65 122 240

Shades and tints

Shades of #3552A0

#3552A0
(53,82,160)
#314B92
(49,75,146)
#2D4484
(45,68,132)
#293D76
(41,61,118)
#253668
(37,54,104)
#212F5A
(33,47,90)
#1D284C
(29,40,76)
#19213E
(25,33,62)
#151A30
(21,26,48)
#111322
(17,19,34)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #3552A0

#3552A0
(53,82,160)
#4761A8
(71,97,168)
#5970B0
(89,112,176)
#6B7FB8
(107,127,184)
#7D8EC0
(125,142,192)
#8F9DC8
(143,157,200)
#A1ACD0
(161,172,208)
#B3BBD8
(179,187,216)
#C5CAE0
(197,202,224)
#D7D9E8
(215,217,232)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3552A0 color. Also use rgb(53,82,160) instead hex code.

Text Font Color

.myTextColor { color: #3552A0; }

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

This text font color is #3552A0.

Background Color

.myBgColor { background-color: #3552A0; }

<div style="background-color:#3552A0">Inner text</div>

This div background color is #3552A0.

Border color

.myBorderColor { border: 1px solid #3552A0; }

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

This div border color is #3552A0.

Opacity

.myOpacity80 { color: #3552A0; opacity: 0.8; }

<p style="color:#3552A0;opacity:0.8;">80%</p>

Text with #3552A0 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 #3552A0;}

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

This text has shadow with #3552A0 color.


.textShadow {text-shadow: 3px 3px 1px #3552A0', 3px 3px 1px red;}

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

This text has shadow with #3552A0 primary color and red secondary color.


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

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

This text has shadow with #3552A0 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3552A0; -webkit-box-shadow: 1px 1px 3px 2px #3552A0; box-shadow:1px 1px 3px 2px #3552A0;">
Div content here
</div>

This div box has shadow with color #3552A0.

Preview

Color preview on black background

This text has color #3552A0 on black background.


Color preview on white background

This text has color #3552A0 on white background.


Black color preview on #3552A0 background

This text has black color on #3552A0 background.


White color preview on #3552A0 background

This text has white color on #3552A0 background.


Related colors

Complementary color

Complementary color for #hex is #CAAD5F.


I love getcolorcode.com

Triadic colors

1 #A03552 and #52A035 with #3552A0 are triadic colors.

2 #A05235 and #5235A0 with #3552A0 are triadic colors.