COLOR #353291

HEX: #353291
RGB: (53,50,145)

Color info

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

RGB color model

#353291 color RGB value is (53,50,145).

  • red value is 53;
  • green value is 50;
  • blue value is 145.
RGB:
(53,50,145)
(21%,20%,57%)

RGB channels and saturation

R 53 of 255 = 21%
G 50 of 255 = 20%
B 145 of 255 = 57%

53
50
145

R + G + B ~ 33%. #353291 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 50 + 145 = 248 (100%)
R 53 of 248 ~ 21.37%
G 50 of 248 ~ 20.16%
B 145 of 248 ~ 58.47%

%21.37
%20.16
%58.47

CMYK color model

#353291 color CMYK value is (63,66,0,43).

  • cyan value is 63.45%
  • magenta value is 65.52%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(63,66,0,43)
C63M66Y0K43 
(63%,66%,0%,43%)
(0.63/0.66/0.00/0.43)	

CMYK percentages

%63.45
%65.52
%0
%43.14

Codes

Color #353291 in popluar color models

353291
RGB5350145
HSL242°48.72%38.24%
HSB/HSV242°65.52%56.86%
CMYK63.45%65.52%0.00%
43.14%

Color #353291 in popluar number systems.

HEX353291
Decimal5350145
Binary11010111001010010001
Octal6562221

Shades and tints

Shades of #353291

#353291
(53,50,145)
#312E84
(49,46,132)
#2D2A77
(45,42,119)
#29266A
(41,38,106)
#25225D
(37,34,93)
#211E50
(33,30,80)
#1D1A43
(29,26,67)
#191636
(25,22,54)
#151229
(21,18,41)
#110E1C
(17,14,28)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #353291

#353291
(53,50,145)
#47449B
(71,68,155)
#5956A5
(89,86,165)
#6B68AF
(107,104,175)
#7D7AB9
(125,122,185)
#8F8CC3
(143,140,195)
#A19ECD
(161,158,205)
#B3B0D7
(179,176,215)
#C5C2E1
(197,194,225)
#D7D4EB
(215,212,235)
#E9E6F5
(233,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353291 color. Also use rgb(53,50,145) instead hex code.

Text Font Color

.myTextColor { color: #353291; }

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

This text font color is #353291.


Background Color

.myBgColor { background-color: #353291; }

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

This div background color is #353291.


Border color

.myBorderColor { border: 1px solid #353291; }

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

This div border color is #353291.


Opacity

.myOpacity80 { color: #353291; opacity: 0.8; }

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

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

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

This text has shadow with #353291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353291 on black background.


Color preview on white background

This text has color #353291 on white background.



Black color preview on #353291 background

This text has black color on #353291 background.


White color preview on #353291 background

This text has white color on #353291 background.