COLOR #358ED2

HEX: #358ED2 RGB: (53,142,210)

Color info

#358ED2 contains mainly blue color. Web safe color of #358ED2 is #3399CC (or #39C).

RGB color model

#358ED2 color RGB value is (53,142,210).

RGB: (53,142,210) (21%, 56%, 82%)

RGB channels and saturation

R 53 of 255 = 21%
G 142 of 255 = 56%
B 210 of 255 = 82%

53
142
210

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

Portions of RGB colors in percentages

R + G + B = 53 + 142 + 210 = 405 (100%)
R 53 of 405 ~ 13.09%
G 142 of 405 ~ 35.06%
B 210 of 405 ~ 51.85'%

%13.09
%35.06
%51.85

CMYK color model

#358ED2 color CMYK value is (75,32,0,18).

  • cyan value is 74.76%
  • magenta value is 32.38%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (75,32,0,18)
C75M32Y0K18 (75%, 32%, 0%, 18%)
(0.75 / 0.32 / 0.00 / 0.18)

CMYK percentages

%74.76
%32.38
%0
%17.65

Codes

Color #358ED2 in popluar color models

35 8E D2
RGB 53 142 210
HSL 206° 63.56% 51.57%
HSB/HSV 206° 74.76% 82.35%
CMYK 74.76% 32.38% 0.00%
17.65%

Color #358ED2 in popluar number systems.

HEX 35 8E D2
Decimal 53 142 210
Binary 110101 10001110 11010010
Octal 65 216 322

Shades and tints

Shades of #358ED2

#358ED2
(53,142,210)
#3182BF
(49,130,191)
#2D76AC
(45,118,172)
#296A99
(41,106,153)
#255E86
(37,94,134)
#215273
(33,82,115)
#1D4660
(29,70,96)
#193A4D
(25,58,77)
#152E3A
(21,46,58)
#112227
(17,34,39)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #358ED2

#358ED2
(53,142,210)
#4798D6
(71,152,214)
#59A2DA
(89,162,218)
#6BACDE
(107,172,222)
#7DB6E2
(125,182,226)
#8FC0E6
(143,192,230)
#A1CAEA
(161,202,234)
#B3D4EE
(179,212,238)
#C5DEF2
(197,222,242)
#D7E8F6
(215,232,246)
#E9F2FA
(233,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #358ED2; }

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

This text font color is #358ED2.

Background Color

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

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

This div background color is #358ED2.

Border color

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

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

This div border color is #358ED2.

Opacity

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

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

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

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

This text has shadow with #358ED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #358ED2.

Preview

Color preview on black background

This text has color #358ED2 on black background.


Color preview on white background

This text has color #358ED2 on white background.


Black color preview on #358ED2 background

This text has black color on #358ED2 background.


White color preview on #358ED2 background

This text has white color on #358ED2 background.


Related colors

Complementary color

Complementary color for #hex is #CA712D.


I love getcolorcode.com

Triadic colors

1 #D2358E and #8ED235 with #358ED2 are triadic colors.

2 #D28E35 and #8E35D2 with #358ED2 are triadic colors.