COLOR #35398F

HEX: #35398F
RGB: (53,57,143)

Color info

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

RGB color model

#35398F color RGB value is (53,57,143).

  • red value is 53;
  • green value is 57;
  • blue value is 143.
RGB:
(53,57,143)
(21%,22%,56%)

RGB channels and saturation

R 53 of 255 = 21%
G 57 of 255 = 22%
B 143 of 255 = 56%

53
57
143

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

Portions of RGB colors in percentages

R + G + B =
53 + 57 + 143 = 253 (100%)
R 53 of 253 ~ 20.95%
G 57 of 253 ~ 22.53%
B 143 of 253 ~ 56.52%

%20.95
%22.53
%56.52

CMYK color model

#35398F color CMYK value is (63,60,0,44).

  • cyan value is 62.94%
  • magenta value is 60.14%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(63,60,0,44)
C63M60Y0K44 
(63%,60%,0%,44%)
(0.63/0.60/0.00/0.44)	

CMYK percentages

%62.94
%60.14
%0
%43.92

Codes

Color #35398F in popluar color models

35398F
RGB5357143
HSL237°45.92%38.43%
HSB/HSV237°62.94%56.08%
CMYK62.94%60.14%0.00%
43.92%

Color #35398F in popluar number systems.

HEX35398F
Decimal5357143
Binary11010111100110001111
Octal6571217

Shades and tints

Shades of #35398F

#35398F
(53,57,143)
#313482
(49,52,130)
#2D2F75
(45,47,117)
#292A68
(41,42,104)
#25255B
(37,37,91)
#21204E
(33,32,78)
#1D1B41
(29,27,65)
#191634
(25,22,52)
#151127
(21,17,39)
#110C1A
(17,12,26)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #35398F

#35398F
(53,57,143)
#474B99
(71,75,153)
#595DA3
(89,93,163)
#6B6FAD
(107,111,173)
#7D81B7
(125,129,183)
#8F93C1
(143,147,193)
#A1A5CB
(161,165,203)
#B3B7D5
(179,183,213)
#C5C9DF
(197,201,223)
#D7DBE9
(215,219,233)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35398F color. Also use rgb(53,57,143) instead hex code.

Text Font Color

.myTextColor { color: #35398F; }

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

This text font color is #35398F.


Background Color

.myBgColor { background-color: #35398F; }

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

This div background color is #35398F.


Border color

.myBorderColor { border: 1px solid #35398F; }

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

This div border color is #35398F.


Opacity

.myOpacity80 { color: #35398F; opacity: 0.8; }

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

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

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

This text has shadow with #35398F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35398F on black background.


Color preview on white background

This text has color #35398F on white background.



Black color preview on #35398F background

This text has black color on #35398F background.


White color preview on #35398F background

This text has white color on #35398F background.