COLOR #358EBA

HEX: #358EBA RGB: (53,142,186)

Color info

#358EBA contains mainly green and blue colors. Web safe color of #358EBA is #3399CC (or #39C).

RGB color model

#358EBA color RGB value is (53,142,186).

RGB: (53,142,186) (21%, 56%, 73%)

RGB channels and saturation

R 53 of 255 = 21%
G 142 of 255 = 56%
B 186 of 255 = 73%

53
142
186

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

Portions of RGB colors in percentages

R + G + B = 53 + 142 + 186 = 381 (100%)
R 53 of 381 ~ 13.91%
G 142 of 381 ~ 37.27%
B 186 of 381 ~ 48.82'%

%13.91
%37.27
%48.82

CMYK color model

#358EBA color CMYK value is (72,24,0,27).

  • cyan value is 71.51%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (72,24,0,27) C72M24Y0K27 (72%,24%,0%,27%) (0.72/0.24/0.00/0.27) 

CMYK percentages

%71.51
%23.66
%0
%27.06

Codes

Color #358EBA in popluar color models

35 8E BA
RGB 53 142 186
HSL 200° 55.65% 46.86%
HSB/HSV 200° 71.51% 72.94%
CMYK 71.51% 23.66% 0.00%
27.06%

Color #358EBA in popluar number systems.

HEX 35 8E BA
Decimal 53 142 186
Binary 110101 10001110 10111010
Octal 65 216 272

Shades and tints

Shades of #358EBA

#358EBA
(53,142,186)
#3182AA
(49,130,170)
#2D769A
(45,118,154)
#296A8A
(41,106,138)
#255E7A
(37,94,122)
#21526A
(33,82,106)
#1D465A
(29,70,90)
#193A4A
(25,58,74)
#152E3A
(21,46,58)
#11222A
(17,34,42)
#0D161A
(13,22,26)
#000000
(0,0,0)

Tints of #358EBA

#358EBA
(53,142,186)
#4798C0
(71,152,192)
#59A2C6
(89,162,198)
#6BACCC
(107,172,204)
#7DB6D2
(125,182,210)
#8FC0D8
(143,192,216)
#A1CADE
(161,202,222)
#B3D4E4
(179,212,228)
#C5DEEA
(197,222,234)
#D7E8F0
(215,232,240)
#E9F2F6
(233,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #358EBA; }

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

This text font color is #358EBA.

Background Color

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

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

This div background color is #358EBA.

Border color

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

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

This div border color is #358EBA.

Opacity

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

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

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

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

This text has shadow with #358EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #358EBA.

Preview

Color preview on black background

This text has color #358EBA on black background.


Color preview on white background

This text has color #358EBA on white background.


Black color preview on #358EBA background

This text has black color on #358EBA background.


White color preview on #358EBA background

This text has white color on #358EBA background.


Related colors

Complementary color

Complementary color for #hex is #CA7145.


I love getcolorcode.com

Triadic colors

1 #BA358E and #8EBA35 with #358EBA are triadic colors.

2 #BA8E35 and #8E35BA with #358EBA are triadic colors.