COLOR #359CAD

HEX: #359CAD RGB: (53,156,173)

Color info

#359CAD contains mainly green and blue colors. Web safe color of #359CAD is #339999 (or #399).

RGB color model

#359CAD color RGB value is (53,156,173).

RGB: (53,156,173) (21%, 61%, 68%)

RGB channels and saturation

R 53 of 255 = 21%
G 156 of 255 = 61%
B 173 of 255 = 68%

53
156
173

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

Portions of RGB colors in percentages

R + G + B = 53 + 156 + 173 = 382 (100%)
R 53 of 382 ~ 13.87%
G 156 of 382 ~ 40.84%
B 173 of 382 ~ 45.29'%

%13.87
%40.84
%45.29

CMYK color model

#359CAD color CMYK value is (69,10,0,32).

  • cyan value is 69.36%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (69,10,0,32) C69M10Y0K32 (69%,10%,0%,32%) (0.69/0.10/0.00/0.32) 

CMYK percentages

%69.36
%9.83
%0
%32.16

Codes

Color #359CAD in popluar color models

35 9C AD
RGB 53 156 173
HSL 189° 53.10% 44.31%
HSB/HSV 189° 69.36% 67.84%
CMYK 69.36% 9.83% 0.00%
32.16%

Color #359CAD in popluar number systems.

HEX 35 9C AD
Decimal 53 156 173
Binary 110101 10011100 10101101
Octal 65 234 255

Shades and tints

Shades of #359CAD

#359CAD
(53,156,173)
#318E9E
(49,142,158)
#2D808F
(45,128,143)
#297280
(41,114,128)
#256471
(37,100,113)
#215662
(33,86,98)
#1D4853
(29,72,83)
#193A44
(25,58,68)
#152C35
(21,44,53)
#111E26
(17,30,38)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #359CAD

#359CAD
(53,156,173)
#47A5B4
(71,165,180)
#59AEBB
(89,174,187)
#6BB7C2
(107,183,194)
#7DC0C9
(125,192,201)
#8FC9D0
(143,201,208)
#A1D2D7
(161,210,215)
#B3DBDE
(179,219,222)
#C5E4E5
(197,228,229)
#D7EDEC
(215,237,236)
#E9F6F3
(233,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #359CAD color. Also use rgb(53,156,173) instead hex code.

Text Font Color

.myTextColor { color: #359CAD; }

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

This text font color is #359CAD.

Background Color

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

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

This div background color is #359CAD.

Border color

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

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

This div border color is #359CAD.

Opacity

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

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

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

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

This text has shadow with #359CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #359CAD.

Preview

Color preview on black background

This text has color #359CAD on black background.


Color preview on white background

This text has color #359CAD on white background.


Black color preview on #359CAD background

This text has black color on #359CAD background.


White color preview on #359CAD background

This text has white color on #359CAD background.


Related colors

Complementary color

Complementary color for #hex is #CA6352.


I love getcolorcode.com

Triadic colors

1 #AD359C and #9CAD35 with #359CAD are triadic colors.

2 #AD9C35 and #9C35AD with #359CAD are triadic colors.