COLOR #359AE1

HEX: #359AE1
RGB: (53,154,225)

Color info

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

RGB color model

#359AE1 color RGB value is (53,154,225).

  • red value is 53;
  • green value is 154;
  • blue value is 225.
RGB:
(53,154,225)
(21%,60%,88%)

RGB channels and saturation

R 53 of 255 = 21%
G 154 of 255 = 60%
B 225 of 255 = 88%

53
154
225

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

Portions of RGB colors in percentages

R + G + B =
53 + 154 + 225 = 432 (100%)
R 53 of 432 ~ 12.27%
G 154 of 432 ~ 35.65%
B 225 of 432 ~ 52.08%

%12.27
%35.65
%52.08

CMYK color model

#359AE1 color CMYK value is (76,32,0,12).

  • cyan value is 76.44%
  • magenta value is 31.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(76,32,0,12)
C76M32Y0K12 
(76%,32%,0%,12%)
(0.76/0.32/0.00/0.12)	

CMYK percentages

%76.44
%31.56
%0
%11.76

Codes

Color #359AE1 in popluar color models

359AE1
RGB53154225
HSL205°74.14%54.51%
HSB/HSV205°76.44%88.24%
CMYK76.44%31.56%0.00%
11.76%

Color #359AE1 in popluar number systems.

HEX359AE1
Decimal53154225
Binary1101011001101011100001
Octal65232341

Shades and tints

Shades of #359AE1

#359AE1
(53,154,225)
#318CCD
(49,140,205)
#2D7EB9
(45,126,185)
#2970A5
(41,112,165)
#256291
(37,98,145)
#21547D
(33,84,125)
#1D4669
(29,70,105)
#193855
(25,56,85)
#152A41
(21,42,65)
#111C2D
(17,28,45)
#0D0E19
(13,14,25)
#000000
(0,0,0)

Tints of #359AE1

#359AE1
(53,154,225)
#47A3E3
(71,163,227)
#59ACE5
(89,172,229)
#6BB5E7
(107,181,231)
#7DBEE9
(125,190,233)
#8FC7EB
(143,199,235)
#A1D0ED
(161,208,237)
#B3D9EF
(179,217,239)
#C5E2F1
(197,226,241)
#D7EBF3
(215,235,243)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #359AE1 color. Also use rgb(53,154,225) instead hex code.

Text Font Color

.myTextColor { color: #359AE1; }

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

This text font color is #359AE1.


Background Color

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

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

This div background color is #359AE1.


Border color

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

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

This div border color is #359AE1.


Opacity

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

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

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

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

This text has shadow with #359AE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #359AE1 on black background.


Color preview on white background

This text has color #359AE1 on white background.



Black color preview on #359AE1 background

This text has black color on #359AE1 background.


White color preview on #359AE1 background

This text has white color on #359AE1 background.