COLOR #353C6A

HEX: #353C6A
RGB: (53,60,106)

Color info

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

RGB color model

#353C6A color RGB value is (53,60,106).

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

RGB channels and saturation

R 53 of 255 = 21%
G 60 of 255 = 24%
B 106 of 255 = 42%

53
60
106

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

Portions of RGB colors in percentages

R + G + B =
53 + 60 + 106 = 219 (100%)
R 53 of 219 ~ 24.2%
G 60 of 219 ~ 27.4%
B 106 of 219 ~ 48.4%

%24.2
%27.4
%48.4

CMYK color model

#353C6A color CMYK value is (50,43,0,58).

  • cyan value is 50.00%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(50,43,0,58)
C50M43Y0K58 
(50%,43%,0%,58%)
(0.50/0.43/0.00/0.58)	

CMYK percentages

%50
%43.4
%0
%58.43

Codes

Color #353C6A in popluar color models

353C6A
RGB5360106
HSL232°33.33%31.18%
HSB/HSV232°50.00%41.57%
CMYK50.00%43.40%0.00%
58.43%

Color #353C6A in popluar number systems.

HEX353C6A
Decimal5360106
Binary1101011111001101010
Octal6574152

Shades and tints

Shades of #353C6A

#353C6A
(53,60,106)
#313761
(49,55,97)
#2D3258
(45,50,88)
#292D4F
(41,45,79)
#252846
(37,40,70)
#21233D
(33,35,61)
#1D1E34
(29,30,52)
#19192B
(25,25,43)
#151422
(21,20,34)
#110F19
(17,15,25)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #353C6A

#353C6A
(53,60,106)
#474D77
(71,77,119)
#595E84
(89,94,132)
#6B6F91
(107,111,145)
#7D809E
(125,128,158)
#8F91AB
(143,145,171)
#A1A2B8
(161,162,184)
#B3B3C5
(179,179,197)
#C5C4D2
(197,196,210)
#D7D5DF
(215,213,223)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353C6A; }

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

This text font color is #353C6A.


Background Color

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

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

This div background color is #353C6A.


Border color

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

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

This div border color is #353C6A.


Opacity

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

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

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

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

This text has shadow with #353C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353C6A on black background.


Color preview on white background

This text has color #353C6A on white background.



Black color preview on #353C6A background

This text has black color on #353C6A background.


White color preview on #353C6A background

This text has white color on #353C6A background.