COLOR #35409D

HEX: #35409D
RGB: (53,64,157)

Color info

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

RGB color model

#35409D color RGB value is (53,64,157).

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

RGB channels and saturation

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

53
64
157

R + G + B ~ 36%. #35409D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 64 + 157 = 274 (100%)
R 53 of 274 ~ 19.34%
G 64 of 274 ~ 23.36%
B 157 of 274 ~ 57.3%

%19.34
%23.36
%57.3

CMYK color model

#35409D color CMYK value is (66,59,0,38).

  • cyan value is 66.24%
  • magenta value is 59.24%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(66,59,0,38)
C66M59Y0K38 
(66%,59%,0%,38%)
(0.66/0.59/0.00/0.38)	

CMYK percentages

%66.24
%59.24
%0
%38.43

Codes

Color #35409D in popluar color models

35409D
RGB5364157
HSL234°49.52%41.18%
HSB/HSV234°66.24%61.57%
CMYK66.24%59.24%0.00%
38.43%

Color #35409D in popluar number systems.

HEX35409D
Decimal5364157
Binary110101100000010011101
Octal65100235

Shades and tints

Shades of #35409D

#35409D
(53,64,157)
#313B8F
(49,59,143)
#2D3681
(45,54,129)
#293173
(41,49,115)
#252C65
(37,44,101)
#212757
(33,39,87)
#1D2249
(29,34,73)
#191D3B
(25,29,59)
#15182D
(21,24,45)
#11131F
(17,19,31)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #35409D

#35409D
(53,64,157)
#4751A5
(71,81,165)
#5962AD
(89,98,173)
#6B73B5
(107,115,181)
#7D84BD
(125,132,189)
#8F95C5
(143,149,197)
#A1A6CD
(161,166,205)
#B3B7D5
(179,183,213)
#C5C8DD
(197,200,221)
#D7D9E5
(215,217,229)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35409D color. Also use rgb(53,64,157) instead hex code.

Text Font Color

.myTextColor { color: #35409D; }

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

This text font color is #35409D.


Background Color

.myBgColor { background-color: #35409D; }

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

This div background color is #35409D.


Border color

.myBorderColor { border: 1px solid #35409D; }

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

This div border color is #35409D.


Opacity

.myOpacity80 { color: #35409D; opacity: 0.8; }

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

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

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

This text has shadow with #35409D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35409D on black background.


Color preview on white background

This text has color #35409D on white background.



Black color preview on #35409D background

This text has black color on #35409D background.


White color preview on #35409D background

This text has white color on #35409D background.