COLOR #358AD9

HEX: #358AD9 RGB: (53,138,217)

Color info

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

RGB color model

#358AD9 color RGB value is (53,138,217).

RGB: (53,138,217) (21%, 54%, 85%)

RGB channels and saturation

R 53 of 255 = 21%
G 138 of 255 = 54%
B 217 of 255 = 85%

53
138
217

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

Portions of RGB colors in percentages

R + G + B = 53 + 138 + 217 = 408 (100%)
R 53 of 408 ~ 12.99%
G 138 of 408 ~ 33.82%
B 217 of 408 ~ 53.19'%

%12.99
%33.82
%53.19

CMYK color model

#358AD9 color CMYK value is (76,36,0,15).

  • cyan value is 75.58%
  • magenta value is 36.41%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (76,36,0,15)
C76M36Y0K15 (76%, 36%, 0%, 15%)
(0.76 / 0.36 / 0.00 / 0.15)

CMYK percentages

%75.58
%36.41
%0
%14.9

Codes

Color #358AD9 in popluar color models

35 8A D9
RGB 53 138 217
HSL 209° 68.33% 52.94%
HSB/HSV 209° 75.58% 85.10%
CMYK 75.58% 36.41% 0.00%
14.90%

Color #358AD9 in popluar number systems.

HEX 35 8A D9
Decimal 53 138 217
Binary 110101 10001010 11011001
Octal 65 212 331

Shades and tints

Shades of #358AD9

#358AD9
(53,138,217)
#317EC6
(49,126,198)
#2D72B3
(45,114,179)
#2966A0
(41,102,160)
#255A8D
(37,90,141)
#214E7A
(33,78,122)
#1D4267
(29,66,103)
#193654
(25,54,84)
#152A41
(21,42,65)
#111E2E
(17,30,46)
#0D121B
(13,18,27)
#000000
(0,0,0)

Tints of #358AD9

#358AD9
(53,138,217)
#4794DC
(71,148,220)
#599EDF
(89,158,223)
#6BA8E2
(107,168,226)
#7DB2E5
(125,178,229)
#8FBCE8
(143,188,232)
#A1C6EB
(161,198,235)
#B3D0EE
(179,208,238)
#C5DAF1
(197,218,241)
#D7E4F4
(215,228,244)
#E9EEF7
(233,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #358AD9; }

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

This text font color is #358AD9.

Background Color

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

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

This div background color is #358AD9.

Border color

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

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

This div border color is #358AD9.

Opacity

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

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

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

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

This text has shadow with #358AD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #358AD9.

Preview

Color preview on black background

This text has color #358AD9 on black background.


Color preview on white background

This text has color #358AD9 on white background.


Black color preview on #358AD9 background

This text has black color on #358AD9 background.


White color preview on #358AD9 background

This text has white color on #358AD9 background.


Related colors

Complementary color

Complementary color for #hex is #CA7526.


I love getcolorcode.com

Triadic colors

1 #D9358A and #8AD935 with #358AD9 are triadic colors.

2 #D98A35 and #8A35D9 with #358AD9 are triadic colors.