COLOR #353F9D

HEX: #353F9D
RGB: (53,63,157)

Color info

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

RGB color model

#353F9D color RGB value is (53,63,157).

  • red value is 53;
  • green value is 63;
  • blue value is 157.
RGB:
(53,63,157)
(21%,25%,62%)

RGB channels and saturation

R 53 of 255 = 21%
G 63 of 255 = 25%
B 157 of 255 = 62%

53
63
157

R + G + B ~ 36%. #353F9D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 63 + 157 = 273 (100%)
R 53 of 273 ~ 19.41%
G 63 of 273 ~ 23.08%
B 157 of 273 ~ 57.51%

%19.41
%23.08
%57.51

CMYK color model

#353F9D color CMYK value is (66,60,0,38).

  • cyan value is 66.24%
  • magenta value is 59.87%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(66,60,0,38)
C66M60Y0K38 
(66%,60%,0%,38%)
(0.66/0.60/0.00/0.38)	

CMYK percentages

%66.24
%59.87
%0
%38.43

Codes

Color #353F9D in popluar color models

353F9D
RGB5363157
HSL234°49.52%41.18%
HSB/HSV234°66.24%61.57%
CMYK66.24%59.87%0.00%
38.43%

Color #353F9D in popluar number systems.

HEX353F9D
Decimal5363157
Binary11010111111110011101
Octal6577235

Shades and tints

Shades of #353F9D

#353F9D
(53,63,157)
#313A8F
(49,58,143)
#2D3581
(45,53,129)
#293073
(41,48,115)
#252B65
(37,43,101)
#212657
(33,38,87)
#1D2149
(29,33,73)
#191C3B
(25,28,59)
#15172D
(21,23,45)
#11121F
(17,18,31)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #353F9D

#353F9D
(53,63,157)
#4750A5
(71,80,165)
#5961AD
(89,97,173)
#6B72B5
(107,114,181)
#7D83BD
(125,131,189)
#8F94C5
(143,148,197)
#A1A5CD
(161,165,205)
#B3B6D5
(179,182,213)
#C5C7DD
(197,199,221)
#D7D8E5
(215,216,229)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353F9D color. Also use rgb(53,63,157) instead hex code.

Text Font Color

.myTextColor { color: #353F9D; }

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

This text font color is #353F9D.


Background Color

.myBgColor { background-color: #353F9D; }

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

This div background color is #353F9D.


Border color

.myBorderColor { border: 1px solid #353F9D; }

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

This div border color is #353F9D.


Opacity

.myOpacity80 { color: #353F9D; opacity: 0.8; }

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

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

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

This text has shadow with #353F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353F9D on black background.


Color preview on white background

This text has color #353F9D on white background.



Black color preview on #353F9D background

This text has black color on #353F9D background.


White color preview on #353F9D background

This text has white color on #353F9D background.