COLOR #355F7D

HEX: #355F7D
RGB: (53,95,125)

Color info

#355F7D contains mainly green and blue colors. Web safe color of #355F7D is #336666 (or #366).

RGB color model

#355F7D color RGB value is (53,95,125).

  • red value is 53;
  • green value is 95;
  • blue value is 125.
RGB:
(53,95,125)
(21%,37%,49%)

RGB channels and saturation

R 53 of 255 = 21%
G 95 of 255 = 37%
B 125 of 255 = 49%

53
95
125

R + G + B ~ 36%. #355F7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 95 + 125 = 273 (100%)
R 53 of 273 ~ 19.41%
G 95 of 273 ~ 34.8%
B 125 of 273 ~ 45.79%

%19.41
%34.8
%45.79

CMYK color model

#355F7D color CMYK value is (58,24,0,51).

  • cyan value is 57.60%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(58,24,0,51)
C58M24Y0K51 
(58%,24%,0%,51%)
(0.58/0.24/0.00/0.51)	

CMYK percentages

%57.6
%24
%0
%50.98

Codes

Color #355F7D in popluar color models

355F7D
RGB5395125
HSL205°40.45%34.90%
HSB/HSV205°57.60%49.02%
CMYK57.60%24.00%0.00%
50.98%

Color #355F7D in popluar number systems.

HEX355F7D
Decimal5395125
Binary11010110111111111101
Octal65137175

Shades and tints

Shades of #355F7D

#355F7D
(53,95,125)
#315772
(49,87,114)
#2D4F67
(45,79,103)
#29475C
(41,71,92)
#253F51
(37,63,81)
#213746
(33,55,70)
#1D2F3B
(29,47,59)
#192730
(25,39,48)
#151F25
(21,31,37)
#11171A
(17,23,26)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #355F7D

#355F7D
(53,95,125)
#476D88
(71,109,136)
#597B93
(89,123,147)
#6B899E
(107,137,158)
#7D97A9
(125,151,169)
#8FA5B4
(143,165,180)
#A1B3BF
(161,179,191)
#B3C1CA
(179,193,202)
#C5CFD5
(197,207,213)
#D7DDE0
(215,221,224)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355F7D color. Also use rgb(53,95,125) instead hex code.

Text Font Color

.myTextColor { color: #355F7D; }

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

This text font color is #355F7D.


Background Color

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

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

This div background color is #355F7D.


Border color

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

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

This div border color is #355F7D.


Opacity

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

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

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

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

This text has shadow with #355F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355F7D on black background.


Color preview on white background

This text has color #355F7D on white background.



Black color preview on #355F7D background

This text has black color on #355F7D background.


White color preview on #355F7D background

This text has white color on #355F7D background.