COLOR #35328A

HEX: #35328A
RGB: (53,50,138)

Color info

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

RGB color model

#35328A color RGB value is (53,50,138).

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

RGB channels and saturation

R 53 of 255 = 21%
G 50 of 255 = 20%
B 138 of 255 = 54%

53
50
138

R + G + B ~ 32%. #35328A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 50 + 138 = 241 (100%)
R 53 of 241 ~ 21.99%
G 50 of 241 ~ 20.75%
B 138 of 241 ~ 57.26%

%21.99
%20.75
%57.26

CMYK color model

#35328A color CMYK value is (62,64,0,46).

  • cyan value is 61.59%
  • magenta value is 63.77%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(62,64,0,46)
C62M64Y0K46 
(62%,64%,0%,46%)
(0.62/0.64/0.00/0.46)	

CMYK percentages

%61.59
%63.77
%0
%45.88

Codes

Color #35328A in popluar color models

35328A
RGB5350138
HSL242°46.81%36.86%
HSB/HSV242°63.77%54.12%
CMYK61.59%63.77%0.00%
45.88%

Color #35328A in popluar number systems.

HEX35328A
Decimal5350138
Binary11010111001010001010
Octal6562212

Shades and tints

Shades of #35328A

#35328A
(53,50,138)
#312E7E
(49,46,126)
#2D2A72
(45,42,114)
#292666
(41,38,102)
#25225A
(37,34,90)
#211E4E
(33,30,78)
#1D1A42
(29,26,66)
#191636
(25,22,54)
#15122A
(21,18,42)
#110E1E
(17,14,30)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #35328A

#35328A
(53,50,138)
#474494
(71,68,148)
#59569E
(89,86,158)
#6B68A8
(107,104,168)
#7D7AB2
(125,122,178)
#8F8CBC
(143,140,188)
#A19EC6
(161,158,198)
#B3B0D0
(179,176,208)
#C5C2DA
(197,194,218)
#D7D4E4
(215,212,228)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35328A; }

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

This text font color is #35328A.


Background Color

.myBgColor { background-color: #35328A; }

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

This div background color is #35328A.


Border color

.myBorderColor { border: 1px solid #35328A; }

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

This div border color is #35328A.


Opacity

.myOpacity80 { color: #35328A; opacity: 0.8; }

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

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

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

This text has shadow with #35328A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35328A on black background.


Color preview on white background

This text has color #35328A on white background.



Black color preview on #35328A background

This text has black color on #35328A background.


White color preview on #35328A background

This text has white color on #35328A background.