COLOR #35A5EA

HEX: #35A5EA
RGB: (53,165,234)

Color info

#35A5EA contains mainly blue color. Web safe color of #35A5EA is #3399FF (or #39F).

RGB color model

#35A5EA color RGB value is (53,165,234).

  • red value is 53;
  • green value is 165;
  • blue value is 234.
RGB:
(53,165,234)
(21%,65%,92%)

RGB channels and saturation

R 53 of 255 = 21%
G 165 of 255 = 65%
B 234 of 255 = 92%

53
165
234

R + G + B ~ 59%. #35A5EA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 165 + 234 = 452 (100%)
R 53 of 452 ~ 11.73%
G 165 of 452 ~ 36.5%
B 234 of 452 ~ 51.77%

%11.73
%36.5
%51.77

CMYK color model

#35A5EA color CMYK value is (77,29,0,8).

  • cyan value is 77.35%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(77,29,0,8)
C77M29Y0K8 
(77%,29%,0%,8%)
(0.77/0.29/0.00/0.08)	

CMYK percentages

%77.35
%29.49
%0
%8.24

Codes

Color #35A5EA in popluar color models

35A5EA
RGB53165234
HSL203°81.17%56.27%
HSB/HSV203°77.35%91.76%
CMYK77.35%29.49%0.00%
8.24%

Color #35A5EA in popluar number systems.

HEX35A5EA
Decimal53165234
Binary1101011010010111101010
Octal65245352

Shades and tints

Shades of #35A5EA

#35A5EA
(53,165,234)
#3196D5
(49,150,213)
#2D87C0
(45,135,192)
#2978AB
(41,120,171)
#256996
(37,105,150)
#215A81
(33,90,129)
#1D4B6C
(29,75,108)
#193C57
(25,60,87)
#152D42
(21,45,66)
#111E2D
(17,30,45)
#0D0F18
(13,15,24)
#000000
(0,0,0)

Tints of #35A5EA

#35A5EA
(53,165,234)
#47ADEB
(71,173,235)
#59B5EC
(89,181,236)
#6BBDED
(107,189,237)
#7DC5EE
(125,197,238)
#8FCDEF
(143,205,239)
#A1D5F0
(161,213,240)
#B3DDF1
(179,221,241)
#C5E5F2
(197,229,242)
#D7EDF3
(215,237,243)
#E9F5F4
(233,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A5EA color. Also use rgb(53,165,234) instead hex code.

Text Font Color

.myTextColor { color: #35A5EA; }

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

This text font color is #35A5EA.


Background Color

.myBgColor { background-color: #35A5EA; }

<div style="background-color:#35A5EA">Inner text</div>

This div background color is #35A5EA.


Border color

.myBorderColor { border: 1px solid #35A5EA; }

<div style="border:3px solid #35A5EA">Div</div>

This div border color is #35A5EA.


Opacity

.myOpacity80 { color: #35A5EA; opacity: 0.8; }

<p style="color:#35A5EA;opacity:0.8;">80%</p>

Text with #35A5EA 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 #35A5EA;}

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

This text has shadow with #35A5EA color.

.textShadow {text-shadow: 3px 3px 1px #35A5EA, 3px 3px 1px red;}

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

This text has shadow with #35A5EA primary color and red secondary color.


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

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

This text has shadow with #35A5EA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A5EA on black background.


Color preview on white background

This text has color #35A5EA on white background.



Black color preview on #35A5EA background

This text has black color on #35A5EA background.


White color preview on #35A5EA background

This text has white color on #35A5EA background.