COLOR #353B61

HEX: #353B61
RGB: (53,59,97)

Color info

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

RGB color model

#353B61 color RGB value is (53,59,97).

  • red value is 53;
  • green value is 59;
  • blue value is 97.
RGB:
(53,59,97)
(21%,23%,38%)

RGB channels and saturation

R 53 of 255 = 21%
G 59 of 255 = 23%
B 97 of 255 = 38%

53
59
97

R + G + B ~ 27%. #353B61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 59 + 97 = 209 (100%)
R 53 of 209 ~ 25.36%
G 59 of 209 ~ 28.23%
B 97 of 209 ~ 46.41%

%25.36
%28.23
%46.41

CMYK color model

#353B61 color CMYK value is (45,39,0,62).

  • cyan value is 45.36%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(45,39,0,62)
C45M39Y0K62 
(45%,39%,0%,62%)
(0.45/0.39/0.00/0.62)	

CMYK percentages

%45.36
%39.18
%0
%61.96

Codes

Color #353B61 in popluar color models

353B61
RGB535997
HSL232°29.33%29.41%
HSB/HSV232°45.36%38.04%
CMYK45.36%39.18%0.00%
61.96%

Color #353B61 in popluar number systems.

HEX353B61
Decimal535997
Binary1101011110111100001
Octal6573141

Shades and tints

Shades of #353B61

#353B61
(53,59,97)
#313659
(49,54,89)
#2D3151
(45,49,81)
#292C49
(41,44,73)
#252741
(37,39,65)
#212239
(33,34,57)
#1D1D31
(29,29,49)
#191829
(25,24,41)
#151321
(21,19,33)
#110E19
(17,14,25)
#0D0911
(13,9,17)
#000000
(0,0,0)

Tints of #353B61

#353B61
(53,59,97)
#474C6F
(71,76,111)
#595D7D
(89,93,125)
#6B6E8B
(107,110,139)
#7D7F99
(125,127,153)
#8F90A7
(143,144,167)
#A1A1B5
(161,161,181)
#B3B2C3
(179,178,195)
#C5C3D1
(197,195,209)
#D7D4DF
(215,212,223)
#E9E5ED
(233,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353B61 color. Also use rgb(53,59,97) instead hex code.

Text Font Color

.myTextColor { color: #353B61; }

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

This text font color is #353B61.


Background Color

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

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

This div background color is #353B61.


Border color

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

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

This div border color is #353B61.


Opacity

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

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

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

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

This text has shadow with #353B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353B61 on black background.


Color preview on white background

This text has color #353B61 on white background.



Black color preview on #353B61 background

This text has black color on #353B61 background.


White color preview on #353B61 background

This text has white color on #353B61 background.