COLOR #355B68

HEX: #355B68 RGB: (53,91,104)

Color info

#355B68 contains red, green and blue colors in about the same proportion. Web safe color of #355B68 is #336666 (or #366).

RGB color model

#355B68 color RGB value is (53,91,104).

RGB: (53,91,104) (21%, 36%, 41%)

RGB channels and saturation

R 53 of 255 = 21%
G 91 of 255 = 36%
B 104 of 255 = 41%

53
91
104

R + G + B ~ 33%. #355B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 91 + 104 = 248 (100%)
R 53 of 248 ~ 21.37%
G 91 of 248 ~ 36.69%
B 104 of 248 ~ 41.94'%

%21.37
%36.69
%41.94

CMYK color model

#355B68 color CMYK value is (49,13,0,59).

  • cyan value is 49.04%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (49,13,0,59)
C49M13Y0K59 (49%, 13%, 0%, 59%)
(0.49 / 0.13 / 0.00 / 0.59)

CMYK percentages

%49.04
%12.5
%0
%59.22

Codes

Color #355B68 in popluar color models

35 5B 68
RGB 53 91 104
HSL 195° 32.48% 30.78%
HSB/HSV 195° 49.04% 40.78%
CMYK 49.04% 12.50% 0.00%
59.22%

Color #355B68 in popluar number systems.

HEX 35 5B 68
Decimal 53 91 104
Binary 110101 1011011 1101000
Octal 65 133 150

Shades and tints

Shades of #355B68

#355B68
(53,91,104)
#31535F
(49,83,95)
#2D4B56
(45,75,86)
#29434D
(41,67,77)
#253B44
(37,59,68)
#21333B
(33,51,59)
#1D2B32
(29,43,50)
#192329
(25,35,41)
#151B20
(21,27,32)
#111317
(17,19,23)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #355B68

#355B68
(53,91,104)
#476975
(71,105,117)
#597782
(89,119,130)
#6B858F
(107,133,143)
#7D939C
(125,147,156)
#8FA1A9
(143,161,169)
#A1AFB6
(161,175,182)
#B3BDC3
(179,189,195)
#C5CBD0
(197,203,208)
#D7D9DD
(215,217,221)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355B68 color. Also use rgb(53,91,104) instead hex code.

Text Font Color

.myTextColor { color: #355B68; }

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

This text font color is #355B68.

Background Color

.myBgColor { background-color: #355B68; }

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

This div background color is #355B68.

Border color

.myBorderColor { border: 1px solid #355B68; }

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

This div border color is #355B68.

Opacity

.myOpacity80 { color: #355B68; opacity: 0.8; }

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

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

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

This text has shadow with #355B68 color.


.textShadow {text-shadow: 3px 3px 1px #355B68', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #355B68; -webkit-box-shadow: 1px 1px 3px 2px #355B68; box-shadow:1px 1px 3px 2px #355B68;">
Div content here
</div>

This div box has shadow with color #355B68.

Preview

Color preview on black background

This text has color #355B68 on black background.


Color preview on white background

This text has color #355B68 on white background.


Black color preview on #355B68 background

This text has black color on #355B68 background.


White color preview on #355B68 background

This text has white color on #355B68 background.


Related colors

Complementary color

Complementary color for #hex is #CAA497.


I love getcolorcode.com

Triadic colors

1 #68355B and #5B6835 with #355B68 are triadic colors.

2 #685B35 and #5B3568 with #355B68 are triadic colors.