COLOR #353680

HEX: #353680
RGB: (53,54,128)

Color info

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

RGB color model

#353680 color RGB value is (53,54,128).

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

RGB channels and saturation

R 53 of 255 = 21%
G 54 of 255 = 21%
B 128 of 255 = 50%

53
54
128

R + G + B ~ 31%. #353680 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 54 + 128 = 235 (100%)
R 53 of 235 ~ 22.55%
G 54 of 235 ~ 22.98%
B 128 of 235 ~ 54.47%

%22.55
%22.98
%54.47

CMYK color model

#353680 color CMYK value is (59,58,0,50).

  • cyan value is 58.59%
  • magenta value is 57.81%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(59,58,0,50)
C59M58Y0K50 
(59%,58%,0%,50%)
(0.59/0.58/0.00/0.50)	

CMYK percentages

%58.59
%57.81
%0
%49.8

Codes

Color #353680 in popluar color models

353680
RGB5354128
HSL239°41.44%35.49%
HSB/HSV239°58.59%50.20%
CMYK58.59%57.81%0.00%
49.80%

Color #353680 in popluar number systems.

HEX353680
Decimal5354128
Binary11010111011010000000
Octal6566200

Shades and tints

Shades of #353680

#353680
(53,54,128)
#313275
(49,50,117)
#2D2E6A
(45,46,106)
#292A5F
(41,42,95)
#252654
(37,38,84)
#212249
(33,34,73)
#1D1E3E
(29,30,62)
#191A33
(25,26,51)
#151628
(21,22,40)
#11121D
(17,18,29)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #353680

#353680
(53,54,128)
#47488B
(71,72,139)
#595A96
(89,90,150)
#6B6CA1
(107,108,161)
#7D7EAC
(125,126,172)
#8F90B7
(143,144,183)
#A1A2C2
(161,162,194)
#B3B4CD
(179,180,205)
#C5C6D8
(197,198,216)
#D7D8E3
(215,216,227)
#E9EAEE
(233,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353680 color. Also use rgb(53,54,128) instead hex code.

Text Font Color

.myTextColor { color: #353680; }

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

This text font color is #353680.


Background Color

.myBgColor { background-color: #353680; }

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

This div background color is #353680.


Border color

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

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

This div border color is #353680.


Opacity

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

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

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

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

This text has shadow with #353680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353680 on black background.


Color preview on white background

This text has color #353680 on white background.



Black color preview on #353680 background

This text has black color on #353680 background.


White color preview on #353680 background

This text has white color on #353680 background.