COLOR #352F9B

HEX: #352F9B
RGB: (53,47,155)

Color info

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

RGB color model

#352F9B color RGB value is (53,47,155).

  • red value is 53;
  • green value is 47;
  • blue value is 155.
RGB:
(53,47,155)
(21%,18%,61%)

RGB channels and saturation

R 53 of 255 = 21%
G 47 of 255 = 18%
B 155 of 255 = 61%

53
47
155

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

Portions of RGB colors in percentages

R + G + B =
53 + 47 + 155 = 255 (100%)
R 53 of 255 ~ 20.78%
G 47 of 255 ~ 18.43%
B 155 of 255 ~ 60.78%

%20.78
%18.43
%60.78

CMYK color model

#352F9B color CMYK value is (66,70,0,39).

  • cyan value is 65.81%
  • magenta value is 69.68%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(66,70,0,39)
C66M70Y0K39 
(66%,70%,0%,39%)
(0.66/0.70/0.00/0.39)	

CMYK percentages

%65.81
%69.68
%0
%39.22

Codes

Color #352F9B in popluar color models

352F9B
RGB5347155
HSL243°53.47%39.61%
HSB/HSV243°69.68%60.78%
CMYK65.81%69.68%0.00%
39.22%

Color #352F9B in popluar number systems.

HEX352F9B
Decimal5347155
Binary11010110111110011011
Octal6557233

Shades and tints

Shades of #352F9B

#352F9B
(53,47,155)
#312B8D
(49,43,141)
#2D277F
(45,39,127)
#292371
(41,35,113)
#251F63
(37,31,99)
#211B55
(33,27,85)
#1D1747
(29,23,71)
#191339
(25,19,57)
#150F2B
(21,15,43)
#110B1D
(17,11,29)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #352F9B

#352F9B
(53,47,155)
#4741A4
(71,65,164)
#5953AD
(89,83,173)
#6B65B6
(107,101,182)
#7D77BF
(125,119,191)
#8F89C8
(143,137,200)
#A19BD1
(161,155,209)
#B3ADDA
(179,173,218)
#C5BFE3
(197,191,227)
#D7D1EC
(215,209,236)
#E9E3F5
(233,227,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352F9B color. Also use rgb(53,47,155) instead hex code.

Text Font Color

.myTextColor { color: #352F9B; }

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

This text font color is #352F9B.


Background Color

.myBgColor { background-color: #352F9B; }

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

This div background color is #352F9B.


Border color

.myBorderColor { border: 1px solid #352F9B; }

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

This div border color is #352F9B.


Opacity

.myOpacity80 { color: #352F9B; opacity: 0.8; }

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

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

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

This text has shadow with #352F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352F9B on black background.


Color preview on white background

This text has color #352F9B on white background.



Black color preview on #352F9B background

This text has black color on #352F9B background.


White color preview on #352F9B background

This text has white color on #352F9B background.