COLOR #359BD8

HEX: #359BD8
RGB: (53,155,216)

Color info

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

RGB color model

#359BD8 color RGB value is (53,155,216).

  • red value is 53;
  • green value is 155;
  • blue value is 216.
RGB:
(53,155,216)
(21%,61%,85%)

RGB channels and saturation

R 53 of 255 = 21%
G 155 of 255 = 61%
B 216 of 255 = 85%

53
155
216

R + G + B ~ 56%. #359BD8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 155 + 216 = 424 (100%)
R 53 of 424 ~ 12.5%
G 155 of 424 ~ 36.56%
B 216 of 424 ~ 50.94%

%12.5
%36.56
%50.94

CMYK color model

#359BD8 color CMYK value is (75,28,0,15).

  • cyan value is 75.46%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(75,28,0,15)
C75M28Y0K15 
(75%,28%,0%,15%)
(0.75/0.28/0.00/0.15)	

CMYK percentages

%75.46
%28.24
%0
%15.29

Codes

Color #359BD8 in popluar color models

359BD8
RGB53155216
HSL202°67.63%52.75%
HSB/HSV202°75.46%84.71%
CMYK75.46%28.24%0.00%
15.29%

Color #359BD8 in popluar number systems.

HEX359BD8
Decimal53155216
Binary1101011001101111011000
Octal65233330

Shades and tints

Shades of #359BD8

#359BD8
(53,155,216)
#318DC5
(49,141,197)
#2D7FB2
(45,127,178)
#29719F
(41,113,159)
#25638C
(37,99,140)
#215579
(33,85,121)
#1D4766
(29,71,102)
#193953
(25,57,83)
#152B40
(21,43,64)
#111D2D
(17,29,45)
#0D0F1A
(13,15,26)
#000000
(0,0,0)

Tints of #359BD8

#359BD8
(53,155,216)
#47A4DB
(71,164,219)
#59ADDE
(89,173,222)
#6BB6E1
(107,182,225)
#7DBFE4
(125,191,228)
#8FC8E7
(143,200,231)
#A1D1EA
(161,209,234)
#B3DAED
(179,218,237)
#C5E3F0
(197,227,240)
#D7ECF3
(215,236,243)
#E9F5F6
(233,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #359BD8 color. Also use rgb(53,155,216) instead hex code.

Text Font Color

.myTextColor { color: #359BD8; }

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

This text font color is #359BD8.


Background Color

.myBgColor { background-color: #359BD8; }

<div style="background-color:#359BD8">Inner text</div>

This div background color is #359BD8.


Border color

.myBorderColor { border: 1px solid #359BD8; }

<div style="border:3px solid #359BD8">Div</div>

This div border color is #359BD8.


Opacity

.myOpacity80 { color: #359BD8; opacity: 0.8; }

<p style="color:#359BD8;opacity:0.8;">80%</p>

Text with #359BD8 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 #359BD8;}

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

This text has shadow with #359BD8 color.

.textShadow {text-shadow: 3px 3px 1px #359BD8, 3px 3px 1px red;}

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

This text has shadow with #359BD8 primary color and red secondary color.


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

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

This text has shadow with #359BD8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #359BD8 on black background.


Color preview on white background

This text has color #359BD8 on white background.



Black color preview on #359BD8 background

This text has black color on #359BD8 background.


White color preview on #359BD8 background

This text has white color on #359BD8 background.