COLOR #353B71

HEX: #353B71
RGB: (53,59,113)

Color info

#353B71 contains mainly green and blue colors. Web safe color of #353B71 is #333366 (or #336).

RGB color model

#353B71 color RGB value is (53,59,113).

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

RGB channels and saturation

R 53 of 255 = 21%
G 59 of 255 = 23%
B 113 of 255 = 44%

53
59
113

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

Portions of RGB colors in percentages

R + G + B =
53 + 59 + 113 = 225 (100%)
R 53 of 225 ~ 23.56%
G 59 of 225 ~ 26.22%
B 113 of 225 ~ 50.22%

%23.56
%26.22
%50.22

CMYK color model

#353B71 color CMYK value is (53,48,0,56).

  • cyan value is 53.10%
  • magenta value is 47.79%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(53,48,0,56)
C53M48Y0K56 
(53%,48%,0%,56%)
(0.53/0.48/0.00/0.56)	

CMYK percentages

%53.1
%47.79
%0
%55.69

Codes

Color #353B71 in popluar color models

353B71
RGB5359113
HSL234°36.14%32.55%
HSB/HSV234°53.10%44.31%
CMYK53.10%47.79%0.00%
55.69%

Color #353B71 in popluar number systems.

HEX353B71
Decimal5359113
Binary1101011110111110001
Octal6573161

Shades and tints

Shades of #353B71

#353B71
(53,59,113)
#313667
(49,54,103)
#2D315D
(45,49,93)
#292C53
(41,44,83)
#252749
(37,39,73)
#21223F
(33,34,63)
#1D1D35
(29,29,53)
#19182B
(25,24,43)
#151321
(21,19,33)
#110E17
(17,14,23)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #353B71

#353B71
(53,59,113)
#474C7D
(71,76,125)
#595D89
(89,93,137)
#6B6E95
(107,110,149)
#7D7FA1
(125,127,161)
#8F90AD
(143,144,173)
#A1A1B9
(161,161,185)
#B3B2C5
(179,178,197)
#C5C3D1
(197,195,209)
#D7D4DD
(215,212,221)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353B71; }

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

This text font color is #353B71.


Background Color

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

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

This div background color is #353B71.


Border color

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

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

This div border color is #353B71.


Opacity

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

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

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

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

This text has shadow with #353B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353B71 on black background.


Color preview on white background

This text has color #353B71 on white background.



Black color preview on #353B71 background

This text has black color on #353B71 background.


White color preview on #353B71 background

This text has white color on #353B71 background.