COLOR #3585DA

HEX: #3585DA RGB: (53,133,218)

Color info

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

RGB color model

#3585DA color RGB value is (53,133,218).

RGB: (53,133,218) (21%, 52%, 85%)

RGB channels and saturation

R 53 of 255 = 21%
G 133 of 255 = 52%
B 218 of 255 = 85%

53
133
218

R + G + B ~ 53%. #3585DA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 53 + 133 + 218 = 404 (100%)
R 53 of 404 ~ 13.12%
G 133 of 404 ~ 32.92%
B 218 of 404 ~ 53.96'%

%13.12
%32.92
%53.96

CMYK color model

#3585DA color CMYK value is (76,39,0,15).

  • cyan value is 75.69%
  • magenta value is 38.99%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (76,39,0,15)
C76M39Y0K15 (76%, 39%, 0%, 15%)
(0.76 / 0.39 / 0.00 / 0.15)

CMYK percentages

%75.69
%38.99
%0
%14.51

Codes

Color #3585DA in popluar color models

35 85 DA
RGB 53 133 218
HSL 211° 69.04% 53.14%
HSB/HSV 211° 75.69% 85.49%
CMYK 75.69% 38.99% 0.00%
14.51%

Color #3585DA in popluar number systems.

HEX 35 85 DA
Decimal 53 133 218
Binary 110101 10000101 11011010
Octal 65 205 332

Shades and tints

Shades of #3585DA

#3585DA
(53,133,218)
#3179C7
(49,121,199)
#2D6DB4
(45,109,180)
#2961A1
(41,97,161)
#25558E
(37,85,142)
#21497B
(33,73,123)
#1D3D68
(29,61,104)
#193155
(25,49,85)
#152542
(21,37,66)
#11192F
(17,25,47)
#0D0D1C
(13,13,28)
#000000
(0,0,0)

Tints of #3585DA

#3585DA
(53,133,218)
#4790DD
(71,144,221)
#599BE0
(89,155,224)
#6BA6E3
(107,166,227)
#7DB1E6
(125,177,230)
#8FBCE9
(143,188,233)
#A1C7EC
(161,199,236)
#B3D2EF
(179,210,239)
#C5DDF2
(197,221,242)
#D7E8F5
(215,232,245)
#E9F3F8
(233,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3585DA color. Also use rgb(53,133,218) instead hex code.

Text Font Color

.myTextColor { color: #3585DA; }

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

This text font color is #3585DA.

Background Color

.myBgColor { background-color: #3585DA; }

<div style="background-color:#3585DA">Inner text</div>

This div background color is #3585DA.

Border color

.myBorderColor { border: 1px solid #3585DA; }

<div style="border:3px solid #3585DA">Div</div>

This div border color is #3585DA.

Opacity

.myOpacity80 { color: #3585DA; opacity: 0.8; }

<p style="color:#3585DA;opacity:0.8;">80%</p>

Text with #3585DA 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 #3585DA;}

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

This text has shadow with #3585DA color.


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

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

This text has shadow with #3585DA primary color and red secondary color.


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

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

This text has shadow with #3585DA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3585DA.

Preview

Color preview on black background

This text has color #3585DA on black background.


Color preview on white background

This text has color #3585DA on white background.


Black color preview on #3585DA background

This text has black color on #3585DA background.


White color preview on #3585DA background

This text has white color on #3585DA background.


Related colors

Complementary color

Complementary color for #hex is #CA7A25.


I love getcolorcode.com

Triadic colors

1 #DA3585 and #85DA35 with #3585DA are triadic colors.

2 #DA8535 and #8535DA with #3585DA are triadic colors.