COLOR #357598

HEX: #357598
RGB: (53,117,152)

Color info

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

RGB color model

#357598 color RGB value is (53,117,152).

  • red value is 53;
  • green value is 117;
  • blue value is 152.
RGB:
(53,117,152)
(21%,46%,60%)

RGB channels and saturation

R 53 of 255 = 21%
G 117 of 255 = 46%
B 152 of 255 = 60%

53
117
152

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

Portions of RGB colors in percentages

R + G + B =
53 + 117 + 152 = 322 (100%)
R 53 of 322 ~ 16.46%
G 117 of 322 ~ 36.34%
B 152 of 322 ~ 47.2%

%16.46
%36.34
%47.2

CMYK color model

#357598 color CMYK value is (65,23,0,40).

  • cyan value is 65.13%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(65,23,0,40)
C65M23Y0K40 
(65%,23%,0%,40%)
(0.65/0.23/0.00/0.40)	

CMYK percentages

%65.13
%23.03
%0
%40.39

Codes

Color #357598 in popluar color models

357598
RGB53117152
HSL201°48.29%40.20%
HSB/HSV201°65.13%59.61%
CMYK65.13%23.03%0.00%
40.39%

Color #357598 in popluar number systems.

HEX357598
Decimal53117152
Binary110101111010110011000
Octal65165230

Shades and tints

Shades of #357598

#357598
(53,117,152)
#316B8B
(49,107,139)
#2D617E
(45,97,126)
#295771
(41,87,113)
#254D64
(37,77,100)
#214357
(33,67,87)
#1D394A
(29,57,74)
#192F3D
(25,47,61)
#152530
(21,37,48)
#111B23
(17,27,35)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #357598

#357598
(53,117,152)
#4781A1
(71,129,161)
#598DAA
(89,141,170)
#6B99B3
(107,153,179)
#7DA5BC
(125,165,188)
#8FB1C5
(143,177,197)
#A1BDCE
(161,189,206)
#B3C9D7
(179,201,215)
#C5D5E0
(197,213,224)
#D7E1E9
(215,225,233)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357598 color. Also use rgb(53,117,152) instead hex code.

Text Font Color

.myTextColor { color: #357598; }

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

This text font color is #357598.


Background Color

.myBgColor { background-color: #357598; }

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

This div background color is #357598.


Border color

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

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

This div border color is #357598.


Opacity

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

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

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

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

This text has shadow with #357598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357598 on black background.


Color preview on white background

This text has color #357598 on white background.



Black color preview on #357598 background

This text has black color on #357598 background.


White color preview on #357598 background

This text has white color on #357598 background.