COLOR #353478

HEX: #353478
RGB: (53,52,120)

Color info

#353478 contains mainly blue color. Web safe color of #353478 is #333366 (or #336).

RGB color model

#353478 color RGB value is (53,52,120).

  • red value is 53;
  • green value is 52;
  • blue value is 120.
RGB:
(53,52,120)
(21%,20%,47%)

RGB channels and saturation

R 53 of 255 = 21%
G 52 of 255 = 20%
B 120 of 255 = 47%

53
52
120

R + G + B ~ 29%. #353478 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 52 + 120 = 225 (100%)
R 53 of 225 ~ 23.56%
G 52 of 225 ~ 23.11%
B 120 of 225 ~ 53.33%

%23.56
%23.11
%53.33

CMYK color model

#353478 color CMYK value is (56,57,0,53).

  • cyan value is 55.83%
  • magenta value is 56.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(56,57,0,53)
C56M57Y0K53 
(56%,57%,0%,53%)
(0.56/0.57/0.00/0.53)	

CMYK percentages

%55.83
%56.67
%0
%52.94

Codes

Color #353478 in popluar color models

353478
RGB5352120
HSL241°39.53%33.73%
HSB/HSV241°56.67%47.06%
CMYK55.83%56.67%0.00%
52.94%

Color #353478 in popluar number systems.

HEX353478
Decimal5352120
Binary1101011101001111000
Octal6564170

Shades and tints

Shades of #353478

#353478
(53,52,120)
#31306E
(49,48,110)
#2D2C64
(45,44,100)
#29285A
(41,40,90)
#252450
(37,36,80)
#212046
(33,32,70)
#1D1C3C
(29,28,60)
#191832
(25,24,50)
#151428
(21,20,40)
#11101E
(17,16,30)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #353478

#353478
(53,52,120)
#474684
(71,70,132)
#595890
(89,88,144)
#6B6A9C
(107,106,156)
#7D7CA8
(125,124,168)
#8F8EB4
(143,142,180)
#A1A0C0
(161,160,192)
#B3B2CC
(179,178,204)
#C5C4D8
(197,196,216)
#D7D6E4
(215,214,228)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353478 color. Also use rgb(53,52,120) instead hex code.

Text Font Color

.myTextColor { color: #353478; }

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

This text font color is #353478.


Background Color

.myBgColor { background-color: #353478; }

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

This div background color is #353478.


Border color

.myBorderColor { border: 1px solid #353478; }

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

This div border color is #353478.


Opacity

.myOpacity80 { color: #353478; opacity: 0.8; }

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

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

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

This text has shadow with #353478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353478 on black background.


Color preview on white background

This text has color #353478 on white background.



Black color preview on #353478 background

This text has black color on #353478 background.


White color preview on #353478 background

This text has white color on #353478 background.