COLOR #357B93

HEX: #357B93
RGB: (53,123,147)

Color info

#357B93 contains mainly green and blue colors. Web safe color of #357B93 is #336699 (or #369).

RGB color model

#357B93 color RGB value is (53,123,147).

  • red value is 53;
  • green value is 123;
  • blue value is 147.
RGB:
(53,123,147)
(21%,48%,58%)

RGB channels and saturation

R 53 of 255 = 21%
G 123 of 255 = 48%
B 147 of 255 = 58%

53
123
147

R + G + B ~ 42%. #357B93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 123 + 147 = 323 (100%)
R 53 of 323 ~ 16.41%
G 123 of 323 ~ 38.08%
B 147 of 323 ~ 45.51%

%16.41
%38.08
%45.51

CMYK color model

#357B93 color CMYK value is (64,16,0,42).

  • cyan value is 63.95%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(64,16,0,42)
C64M16Y0K42 
(64%,16%,0%,42%)
(0.64/0.16/0.00/0.42)	

CMYK percentages

%63.95
%16.33
%0
%42.35

Codes

Color #357B93 in popluar color models

357B93
RGB53123147
HSL195°47.00%39.22%
HSB/HSV195°63.95%57.65%
CMYK63.95%16.33%0.00%
42.35%

Color #357B93 in popluar number systems.

HEX357B93
Decimal53123147
Binary110101111101110010011
Octal65173223

Shades and tints

Shades of #357B93

#357B93
(53,123,147)
#317086
(49,112,134)
#2D6579
(45,101,121)
#295A6C
(41,90,108)
#254F5F
(37,79,95)
#214452
(33,68,82)
#1D3945
(29,57,69)
#192E38
(25,46,56)
#15232B
(21,35,43)
#11181E
(17,24,30)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #357B93

#357B93
(53,123,147)
#47879C
(71,135,156)
#5993A5
(89,147,165)
#6B9FAE
(107,159,174)
#7DABB7
(125,171,183)
#8FB7C0
(143,183,192)
#A1C3C9
(161,195,201)
#B3CFD2
(179,207,210)
#C5DBDB
(197,219,219)
#D7E7E4
(215,231,228)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357B93 color. Also use rgb(53,123,147) instead hex code.

Text Font Color

.myTextColor { color: #357B93; }

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

This text font color is #357B93.


Background Color

.myBgColor { background-color: #357B93; }

<div style="background-color:#357B93">Inner text</div>

This div background color is #357B93.


Border color

.myBorderColor { border: 1px solid #357B93; }

<div style="border:3px solid #357B93">Div</div>

This div border color is #357B93.


Opacity

.myOpacity80 { color: #357B93; opacity: 0.8; }

<p style="color:#357B93;opacity:0.8;">80%</p>

Text with #357B93 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 #357B93;}

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

This text has shadow with #357B93 color.

.textShadow {text-shadow: 3px 3px 1px #357B93, 3px 3px 1px red;}

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

This text has shadow with #357B93 primary color and red secondary color.


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

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

This text has shadow with #357B93 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357B93 on black background.


Color preview on white background

This text has color #357B93 on white background.



Black color preview on #357B93 background

This text has black color on #357B93 background.


White color preview on #357B93 background

This text has white color on #357B93 background.