COLOR #358EA7

HEX: #358EA7 RGB: (53,142,167)

Color info

#358EA7 contains mainly green and blue colors. Web safe color of #358EA7 is #339999 (or #399).

RGB color model

#358EA7 color RGB value is (53,142,167).

RGB: (53,142,167) (21%, 56%, 65%)

RGB channels and saturation

R 53 of 255 = 21%
G 142 of 255 = 56%
B 167 of 255 = 65%

53
142
167

R + G + B ~ 47%. #358EA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 53 + 142 + 167 = 362 (100%)
R 53 of 362 ~ 14.64%
G 142 of 362 ~ 39.23%
B 167 of 362 ~ 46.13'%

%14.64
%39.23
%46.13

CMYK color model

#358EA7 color CMYK value is (68,15,0,35).

  • cyan value is 68.26%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (68,15,0,35)
C68M15Y0K35 (68%, 15%, 0%, 35%)
(0.68 / 0.15 / 0.00 / 0.35)

CMYK percentages

%68.26
%14.97
%0
%34.51

Codes

Color #358EA7 in popluar color models

35 8E A7
RGB 53 142 167
HSL 193° 51.82% 43.14%
HSB/HSV 193° 68.26% 65.49%
CMYK 68.26% 14.97% 0.00%
34.51%

Color #358EA7 in popluar number systems.

HEX 35 8E A7
Decimal 53 142 167
Binary 110101 10001110 10100111
Octal 65 216 247

Shades and tints

Shades of #358EA7

#358EA7
(53,142,167)
#318298
(49,130,152)
#2D7689
(45,118,137)
#296A7A
(41,106,122)
#255E6B
(37,94,107)
#21525C
(33,82,92)
#1D464D
(29,70,77)
#193A3E
(25,58,62)
#152E2F
(21,46,47)
#112220
(17,34,32)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #358EA7

#358EA7
(53,142,167)
#4798AF
(71,152,175)
#59A2B7
(89,162,183)
#6BACBF
(107,172,191)
#7DB6C7
(125,182,199)
#8FC0CF
(143,192,207)
#A1CAD7
(161,202,215)
#B3D4DF
(179,212,223)
#C5DEE7
(197,222,231)
#D7E8EF
(215,232,239)
#E9F2F7
(233,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #358EA7 color. Also use rgb(53,142,167) instead hex code.

Text Font Color

.myTextColor { color: #358EA7; }

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

This text font color is #358EA7.

Background Color

.myBgColor { background-color: #358EA7; }

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

This div background color is #358EA7.

Border color

.myBorderColor { border: 1px solid #358EA7; }

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

This div border color is #358EA7.

Opacity

.myOpacity80 { color: #358EA7; opacity: 0.8; }

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

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

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

This text has shadow with #358EA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #358EA7.

Preview

Color preview on black background

This text has color #358EA7 on black background.


Color preview on white background

This text has color #358EA7 on white background.


Black color preview on #358EA7 background

This text has black color on #358EA7 background.


White color preview on #358EA7 background

This text has white color on #358EA7 background.


Related colors

Complementary color

Complementary color for #hex is #CA7158.


I love getcolorcode.com

Triadic colors

1 #A7358E and #8EA735 with #358EA7 are triadic colors.

2 #A78E35 and #8E35A7 with #358EA7 are triadic colors.