COLOR #353C69

HEX: #353C69
RGB: (53,60,105)

Color info

#353C69 contains red, green and blue colors in about the same proportion. Web safe color of #353C69 is #333366 (or #336).

RGB color model

#353C69 color RGB value is (53,60,105).

  • red value is 53;
  • green value is 60;
  • blue value is 105.
RGB:
(53,60,105)
(21%,24%,41%)

RGB channels and saturation

R 53 of 255 = 21%
G 60 of 255 = 24%
B 105 of 255 = 41%

53
60
105

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

Portions of RGB colors in percentages

R + G + B =
53 + 60 + 105 = 218 (100%)
R 53 of 218 ~ 24.31%
G 60 of 218 ~ 27.52%
B 105 of 218 ~ 48.17%

%24.31
%27.52
%48.17

CMYK color model

#353C69 color CMYK value is (50,43,0,59).

  • cyan value is 49.52%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(50,43,0,59)
C50M43Y0K59 
(50%,43%,0%,59%)
(0.50/0.43/0.00/0.59)	

CMYK percentages

%49.52
%42.86
%0
%58.82

Codes

Color #353C69 in popluar color models

353C69
RGB5360105
HSL232°32.91%30.98%
HSB/HSV232°49.52%41.18%
CMYK49.52%42.86%0.00%
58.82%

Color #353C69 in popluar number systems.

HEX353C69
Decimal5360105
Binary1101011111001101001
Octal6574151

Shades and tints

Shades of #353C69

#353C69
(53,60,105)
#313760
(49,55,96)
#2D3257
(45,50,87)
#292D4E
(41,45,78)
#252845
(37,40,69)
#21233C
(33,35,60)
#1D1E33
(29,30,51)
#19192A
(25,25,42)
#151421
(21,20,33)
#110F18
(17,15,24)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #353C69

#353C69
(53,60,105)
#474D76
(71,77,118)
#595E83
(89,94,131)
#6B6F90
(107,111,144)
#7D809D
(125,128,157)
#8F91AA
(143,145,170)
#A1A2B7
(161,162,183)
#B3B3C4
(179,179,196)
#C5C4D1
(197,196,209)
#D7D5DE
(215,213,222)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353C69 color. Also use rgb(53,60,105) instead hex code.

Text Font Color

.myTextColor { color: #353C69; }

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

This text font color is #353C69.


Background Color

.myBgColor { background-color: #353C69; }

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

This div background color is #353C69.


Border color

.myBorderColor { border: 1px solid #353C69; }

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

This div border color is #353C69.


Opacity

.myOpacity80 { color: #353C69; opacity: 0.8; }

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

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

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

This text has shadow with #353C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353C69 on black background.


Color preview on white background

This text has color #353C69 on white background.



Black color preview on #353C69 background

This text has black color on #353C69 background.


White color preview on #353C69 background

This text has white color on #353C69 background.