COLOR #357391

HEX: #357391
RGB: (53,115,145)

Color info

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

RGB color model

#357391 color RGB value is (53,115,145).

  • red value is 53;
  • green value is 115;
  • blue value is 145.
RGB:
(53,115,145)
(21%,45%,57%)

RGB channels and saturation

R 53 of 255 = 21%
G 115 of 255 = 45%
B 145 of 255 = 57%

53
115
145

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

Portions of RGB colors in percentages

R + G + B =
53 + 115 + 145 = 313 (100%)
R 53 of 313 ~ 16.93%
G 115 of 313 ~ 36.74%
B 145 of 313 ~ 46.33%

%16.93
%36.74
%46.33

CMYK color model

#357391 color CMYK value is (63,21,0,43).

  • cyan value is 63.45%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(63,21,0,43)
C63M21Y0K43 
(63%,21%,0%,43%)
(0.63/0.21/0.00/0.43)	

CMYK percentages

%63.45
%20.69
%0
%43.14

Codes

Color #357391 in popluar color models

357391
RGB53115145
HSL200°46.46%38.82%
HSB/HSV200°63.45%56.86%
CMYK63.45%20.69%0.00%
43.14%

Color #357391 in popluar number systems.

HEX357391
Decimal53115145
Binary110101111001110010001
Octal65163221

Shades and tints

Shades of #357391

#357391
(53,115,145)
#316984
(49,105,132)
#2D5F77
(45,95,119)
#29556A
(41,85,106)
#254B5D
(37,75,93)
#214150
(33,65,80)
#1D3743
(29,55,67)
#192D36
(25,45,54)
#152329
(21,35,41)
#11191C
(17,25,28)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #357391

#357391
(53,115,145)
#477F9B
(71,127,155)
#598BA5
(89,139,165)
#6B97AF
(107,151,175)
#7DA3B9
(125,163,185)
#8FAFC3
(143,175,195)
#A1BBCD
(161,187,205)
#B3C7D7
(179,199,215)
#C5D3E1
(197,211,225)
#D7DFEB
(215,223,235)
#E9EBF5
(233,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357391 color. Also use rgb(53,115,145) instead hex code.

Text Font Color

.myTextColor { color: #357391; }

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

This text font color is #357391.


Background Color

.myBgColor { background-color: #357391; }

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

This div background color is #357391.


Border color

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

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

This div border color is #357391.


Opacity

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

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

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

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

This text has shadow with #357391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357391 on black background.


Color preview on white background

This text has color #357391 on white background.



Black color preview on #357391 background

This text has black color on #357391 background.


White color preview on #357391 background

This text has white color on #357391 background.