COLOR #357E90

HEX: #357E90
RGB: (53,126,144)

Color info

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

RGB color model

#357E90 color RGB value is (53,126,144).

  • red value is 53;
  • green value is 126;
  • blue value is 144.
RGB:
(53,126,144)
(21%,49%,56%)

RGB channels and saturation

R 53 of 255 = 21%
G 126 of 255 = 49%
B 144 of 255 = 56%

53
126
144

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

Portions of RGB colors in percentages

R + G + B =
53 + 126 + 144 = 323 (100%)
R 53 of 323 ~ 16.41%
G 126 of 323 ~ 39.01%
B 144 of 323 ~ 44.58%

%16.41
%39.01
%44.58

CMYK color model

#357E90 color CMYK value is (63,13,0,44).

  • cyan value is 63.19%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(63,13,0,44)
C63M13Y0K44 
(63%,13%,0%,44%)
(0.63/0.13/0.00/0.44)	

CMYK percentages

%63.19
%12.5
%0
%43.53

Codes

Color #357E90 in popluar color models

357E90
RGB53126144
HSL192°46.19%38.63%
HSB/HSV192°63.19%56.47%
CMYK63.19%12.50%0.00%
43.53%

Color #357E90 in popluar number systems.

HEX357E90
Decimal53126144
Binary110101111111010010000
Octal65176220

Shades and tints

Shades of #357E90

#357E90
(53,126,144)
#317383
(49,115,131)
#2D6876
(45,104,118)
#295D69
(41,93,105)
#25525C
(37,82,92)
#21474F
(33,71,79)
#1D3C42
(29,60,66)
#193135
(25,49,53)
#152628
(21,38,40)
#111B1B
(17,27,27)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #357E90

#357E90
(53,126,144)
#47899A
(71,137,154)
#5994A4
(89,148,164)
#6B9FAE
(107,159,174)
#7DAAB8
(125,170,184)
#8FB5C2
(143,181,194)
#A1C0CC
(161,192,204)
#B3CBD6
(179,203,214)
#C5D6E0
(197,214,224)
#D7E1EA
(215,225,234)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357E90 color. Also use rgb(53,126,144) instead hex code.

Text Font Color

.myTextColor { color: #357E90; }

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

This text font color is #357E90.


Background Color

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

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

This div background color is #357E90.


Border color

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

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

This div border color is #357E90.


Opacity

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

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

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

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

This text has shadow with #357E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357E90 on black background.


Color preview on white background

This text has color #357E90 on white background.



Black color preview on #357E90 background

This text has black color on #357E90 background.


White color preview on #357E90 background

This text has white color on #357E90 background.