COLOR #357A8E

HEX: #357A8E RGB: (53,122,142)

Color info

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

RGB color model

#357A8E color RGB value is (53,122,142).

RGB: (53,122,142) (21%, 48%, 56%)

RGB channels and saturation

R 53 of 255 = 21%
G 122 of 255 = 48%
B 142 of 255 = 56%

53
122
142

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

Portions of RGB colors in percentages

R + G + B = 53 + 122 + 142 = 317 (100%)
R 53 of 317 ~ 16.72%
G 122 of 317 ~ 38.49%
B 142 of 317 ~ 44.79'%

%16.72
%38.49
%44.79

CMYK color model

#357A8E color CMYK value is (63,14,0,44).

  • cyan value is 62.68%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (63,14,0,44)
C63M14Y0K44 (63%, 14%, 0%, 44%)
(0.63 / 0.14 / 0.00 / 0.44)

CMYK percentages

%62.68
%14.08
%0
%44.31

Codes

Color #357A8E in popluar color models

35 7A 8E
RGB 53 122 142
HSL 193° 45.64% 38.24%
HSB/HSV 193° 62.68% 55.69%
CMYK 62.68% 14.08% 0.00%
44.31%

Color #357A8E in popluar number systems.

HEX 35 7A 8E
Decimal 53 122 142
Binary 110101 1111010 10001110
Octal 65 172 216

Shades and tints

Shades of #357A8E

#357A8E
(53,122,142)
#316F82
(49,111,130)
#2D6476
(45,100,118)
#29596A
(41,89,106)
#254E5E
(37,78,94)
#214352
(33,67,82)
#1D3846
(29,56,70)
#192D3A
(25,45,58)
#15222E
(21,34,46)
#111722
(17,23,34)
#0D0C16
(13,12,22)
#000000
(0,0,0)

Tints of #357A8E

#357A8E
(53,122,142)
#478698
(71,134,152)
#5992A2
(89,146,162)
#6B9EAC
(107,158,172)
#7DAAB6
(125,170,182)
#8FB6C0
(143,182,192)
#A1C2CA
(161,194,202)
#B3CED4
(179,206,212)
#C5DADE
(197,218,222)
#D7E6E8
(215,230,232)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357A8E color. Also use rgb(53,122,142) instead hex code.

Text Font Color

.myTextColor { color: #357A8E; }

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

This text font color is #357A8E.

Background Color

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

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

This div background color is #357A8E.

Border color

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

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

This div border color is #357A8E.

Opacity

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

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

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

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

This text has shadow with #357A8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #357A8E.

Preview

Color preview on black background

This text has color #357A8E on black background.


Color preview on white background

This text has color #357A8E on white background.


Black color preview on #357A8E background

This text has black color on #357A8E background.


White color preview on #357A8E background

This text has white color on #357A8E background.


Related colors

Complementary color

Complementary color for #hex is #CA8571.


I love getcolorcode.com

Triadic colors

1 #8E357A and #7A8E35 with #357A8E are triadic colors.

2 #8E7A35 and #7A358E with #357A8E are triadic colors.