COLOR #35A8D0

HEX: #35A8D0
RGB: (53,168,208)

Color info

#35A8D0 contains mainly green and blue colors. Web safe color of #35A8D0 is #3399CC (or #39C).

RGB color model

#35A8D0 color RGB value is (53,168,208).

  • red value is 53;
  • green value is 168;
  • blue value is 208.
RGB:
(53,168,208)
(21%,66%,82%)

RGB channels and saturation

R 53 of 255 = 21%
G 168 of 255 = 66%
B 208 of 255 = 82%

53
168
208

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

Portions of RGB colors in percentages

R + G + B =
53 + 168 + 208 = 429 (100%)
R 53 of 429 ~ 12.35%
G 168 of 429 ~ 39.16%
B 208 of 429 ~ 48.48%

%12.35
%39.16
%48.48

CMYK color model

#35A8D0 color CMYK value is (75,19,0,18).

  • cyan value is 74.52%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(75,19,0,18)
C75M19Y0K18 
(75%,19%,0%,18%)
(0.75/0.19/0.00/0.18)	

CMYK percentages

%74.52
%19.23
%0
%18.43

Codes

Color #35A8D0 in popluar color models

35A8D0
RGB53168208
HSL195°62.25%51.18%
HSB/HSV195°74.52%81.57%
CMYK74.52%19.23%0.00%
18.43%

Color #35A8D0 in popluar number systems.

HEX35A8D0
Decimal53168208
Binary1101011010100011010000
Octal65250320

Shades and tints

Shades of #35A8D0

#35A8D0
(53,168,208)
#3199BE
(49,153,190)
#2D8AAC
(45,138,172)
#297B9A
(41,123,154)
#256C88
(37,108,136)
#215D76
(33,93,118)
#1D4E64
(29,78,100)
#193F52
(25,63,82)
#153040
(21,48,64)
#11212E
(17,33,46)
#0D121C
(13,18,28)
#000000
(0,0,0)

Tints of #35A8D0

#35A8D0
(53,168,208)
#47AFD4
(71,175,212)
#59B6D8
(89,182,216)
#6BBDDC
(107,189,220)
#7DC4E0
(125,196,224)
#8FCBE4
(143,203,228)
#A1D2E8
(161,210,232)
#B3D9EC
(179,217,236)
#C5E0F0
(197,224,240)
#D7E7F4
(215,231,244)
#E9EEF8
(233,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A8D0 color. Also use rgb(53,168,208) instead hex code.

Text Font Color

.myTextColor { color: #35A8D0; }

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

This text font color is #35A8D0.


Background Color

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

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

This div background color is #35A8D0.


Border color

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

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

This div border color is #35A8D0.


Opacity

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

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

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

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

This text has shadow with #35A8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A8D0 on black background.


Color preview on white background

This text has color #35A8D0 on white background.



Black color preview on #35A8D0 background

This text has black color on #35A8D0 background.


White color preview on #35A8D0 background

This text has white color on #35A8D0 background.