COLOR #3531AE

HEX: #3531AE RGB: (53,49,174)

Color info

#3531AE contains mainly blue color. Web safe color of #3531AE is #333399 (or #339).

RGB color model

#3531AE color RGB value is (53,49,174).

RGB: (53,49,174) (21%, 19%, 68%)

RGB channels and saturation

R 53 of 255 = 21%
G 49 of 255 = 19%
B 174 of 255 = 68%

53
49
174

R + G + B ~ 36%. #3531AE is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 49 + 174 = 276 (100%)
R 53 of 276 ~ 19.2%
G 49 of 276 ~ 17.75%
B 174 of 276 ~ 63.04'%

%19.2
%17.75
%63.04

CMYK color model

#3531AE color CMYK value is (70,72,0,32).

  • cyan value is 69.54%
  • magenta value is 71.84%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (70,72,0,32)
C70M72Y0K32 (70%, 72%, 0%, 32%)
(0.70 / 0.72 / 0.00 / 0.32)

CMYK percentages

%69.54
%71.84
%0
%31.76

Codes

Color #3531AE in popluar color models

35 31 AE
RGB 53 49 174
HSL 242° 56.05% 43.73%
HSB/HSV 242° 71.84% 68.24%
CMYK 69.54% 71.84% 0.00%
31.76%

Color #3531AE in popluar number systems.

HEX 35 31 AE
Decimal 53 49 174
Binary 110101 110001 10101110
Octal 65 61 256

Shades and tints

Shades of #3531AE

#3531AE
(53,49,174)
#312D9F
(49,45,159)
#2D2990
(45,41,144)
#292581
(41,37,129)
#252172
(37,33,114)
#211D63
(33,29,99)
#1D1954
(29,25,84)
#191545
(25,21,69)
#151136
(21,17,54)
#110D27
(17,13,39)
#0D0918
(13,9,24)
#000000
(0,0,0)

Tints of #3531AE

#3531AE
(53,49,174)
#4743B5
(71,67,181)
#5955BC
(89,85,188)
#6B67C3
(107,103,195)
#7D79CA
(125,121,202)
#8F8BD1
(143,139,209)
#A19DD8
(161,157,216)
#B3AFDF
(179,175,223)
#C5C1E6
(197,193,230)
#D7D3ED
(215,211,237)
#E9E5F4
(233,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3531AE color. Also use rgb(53,49,174) instead hex code.

Text Font Color

.myTextColor { color: #3531AE; }

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

This text font color is #3531AE.

Background Color

.myBgColor { background-color: #3531AE; }

<div style="background-color:#3531AE">Inner text</div>

This div background color is #3531AE.

Border color

.myBorderColor { border: 1px solid #3531AE; }

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

This div border color is #3531AE.

Opacity

.myOpacity80 { color: #3531AE; opacity: 0.8; }

<p style="color:#3531AE;opacity:0.8;">80%</p>

Text with #3531AE 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 #3531AE;}

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

This text has shadow with #3531AE color.


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

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

This text has shadow with #3531AE primary color and red secondary color.


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

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

This text has shadow with #3531AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3531AE.

Preview

Color preview on black background

This text has color #3531AE on black background.


Color preview on white background

This text has color #3531AE on white background.


Black color preview on #3531AE background

This text has black color on #3531AE background.


White color preview on #3531AE background

This text has white color on #3531AE background.


Related colors

Complementary color

Complementary color for #hex is #CACE51.


I love getcolorcode.com

Triadic colors

1 #AE3531 and #31AE35 with #3531AE are triadic colors.

2 #AE3135 and #3135AE with #3531AE are triadic colors.