COLOR #357089

HEX: #357089
RGB: (53,112,137)

Color info

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

RGB color model

#357089 color RGB value is (53,112,137).

  • red value is 53;
  • green value is 112;
  • blue value is 137.
RGB:
(53,112,137)
(21%,44%,54%)

RGB channels and saturation

R 53 of 255 = 21%
G 112 of 255 = 44%
B 137 of 255 = 54%

53
112
137

R + G + B ~ 40%. #357089 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 112 + 137 = 302 (100%)
R 53 of 302 ~ 17.55%
G 112 of 302 ~ 37.09%
B 137 of 302 ~ 45.36%

%17.55
%37.09
%45.36

CMYK color model

#357089 color CMYK value is (61,18,0,46).

  • cyan value is 61.31%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(61,18,0,46)
C61M18Y0K46 
(61%,18%,0%,46%)
(0.61/0.18/0.00/0.46)	

CMYK percentages

%61.31
%18.25
%0
%46.27

Codes

Color #357089 in popluar color models

357089
RGB53112137
HSL198°44.21%37.25%
HSB/HSV198°61.31%53.73%
CMYK61.31%18.25%0.00%
46.27%

Color #357089 in popluar number systems.

HEX357089
Decimal53112137
Binary110101111000010001001
Octal65160211

Shades and tints

Shades of #357089

#357089
(53,112,137)
#31667D
(49,102,125)
#2D5C71
(45,92,113)
#295265
(41,82,101)
#254859
(37,72,89)
#213E4D
(33,62,77)
#1D3441
(29,52,65)
#192A35
(25,42,53)
#152029
(21,32,41)
#11161D
(17,22,29)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #357089

#357089
(53,112,137)
#477D93
(71,125,147)
#598A9D
(89,138,157)
#6B97A7
(107,151,167)
#7DA4B1
(125,164,177)
#8FB1BB
(143,177,187)
#A1BEC5
(161,190,197)
#B3CBCF
(179,203,207)
#C5D8D9
(197,216,217)
#D7E5E3
(215,229,227)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357089 color. Also use rgb(53,112,137) instead hex code.

Text Font Color

.myTextColor { color: #357089; }

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

This text font color is #357089.


Background Color

.myBgColor { background-color: #357089; }

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

This div background color is #357089.


Border color

.myBorderColor { border: 1px solid #357089; }

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

This div border color is #357089.


Opacity

.myOpacity80 { color: #357089; opacity: 0.8; }

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

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

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

This text has shadow with #357089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357089 on black background.


Color preview on white background

This text has color #357089 on white background.



Black color preview on #357089 background

This text has black color on #357089 background.


White color preview on #357089 background

This text has white color on #357089 background.