COLOR #358AAF

HEX: #358AAF
RGB: (53,138,175)

Color info

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

RGB color model

#358AAF color RGB value is (53,138,175).

  • red value is 53;
  • green value is 138;
  • blue value is 175.
RGB:
(53,138,175)
(21%,54%,69%)

RGB channels and saturation

R 53 of 255 = 21%
G 138 of 255 = 54%
B 175 of 255 = 69%

53
138
175

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

Portions of RGB colors in percentages

R + G + B =
53 + 138 + 175 = 366 (100%)
R 53 of 366 ~ 14.48%
G 138 of 366 ~ 37.7%
B 175 of 366 ~ 47.81%

%14.48
%37.7
%47.81

CMYK color model

#358AAF color CMYK value is (70,21,0,31).

  • cyan value is 69.71%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(70,21,0,31)
C70M21Y0K31 
(70%,21%,0%,31%)
(0.70/0.21/0.00/0.31)	

CMYK percentages

%69.71
%21.14
%0
%31.37

Codes

Color #358AAF in popluar color models

358AAF
RGB53138175
HSL198°53.51%44.71%
HSB/HSV198°69.71%68.63%
CMYK69.71%21.14%0.00%
31.37%

Color #358AAF in popluar number systems.

HEX358AAF
Decimal53138175
Binary1101011000101010101111
Octal65212257

Shades and tints

Shades of #358AAF

#358AAF
(53,138,175)
#317EA0
(49,126,160)
#2D7291
(45,114,145)
#296682
(41,102,130)
#255A73
(37,90,115)
#214E64
(33,78,100)
#1D4255
(29,66,85)
#193646
(25,54,70)
#152A37
(21,42,55)
#111E28
(17,30,40)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #358AAF

#358AAF
(53,138,175)
#4794B6
(71,148,182)
#599EBD
(89,158,189)
#6BA8C4
(107,168,196)
#7DB2CB
(125,178,203)
#8FBCD2
(143,188,210)
#A1C6D9
(161,198,217)
#B3D0E0
(179,208,224)
#C5DAE7
(197,218,231)
#D7E4EE
(215,228,238)
#E9EEF5
(233,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #358AAF color. Also use rgb(53,138,175) instead hex code.

Text Font Color

.myTextColor { color: #358AAF; }

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

This text font color is #358AAF.


Background Color

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

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

This div background color is #358AAF.


Border color

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

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

This div border color is #358AAF.


Opacity

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

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

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

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

This text has shadow with #358AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358AAF on black background.


Color preview on white background

This text has color #358AAF on white background.



Black color preview on #358AAF background

This text has black color on #358AAF background.


White color preview on #358AAF background

This text has white color on #358AAF background.