COLOR #35569F

HEX: #35569F
RGB: (53,86,159)

Color info

#35569F contains mainly blue color. Web safe color of #35569F is #336699 (or #369).

RGB color model

#35569F color RGB value is (53,86,159).

  • red value is 53;
  • green value is 86;
  • blue value is 159.
RGB:
(53,86,159)
(21%,34%,62%)

RGB channels and saturation

R 53 of 255 = 21%
G 86 of 255 = 34%
B 159 of 255 = 62%

53
86
159

R + G + B ~ 39%. #35569F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 86 + 159 = 298 (100%)
R 53 of 298 ~ 17.79%
G 86 of 298 ~ 28.86%
B 159 of 298 ~ 53.36%

%17.79
%28.86
%53.36

CMYK color model

#35569F color CMYK value is (67,46,0,38).

  • cyan value is 66.67%
  • magenta value is 45.91%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(67,46,0,38)
C67M46Y0K38 
(67%,46%,0%,38%)
(0.67/0.46/0.00/0.38)	

CMYK percentages

%66.67
%45.91
%0
%37.65

Codes

Color #35569F in popluar color models

35569F
RGB5386159
HSL221°50.00%41.57%
HSB/HSV221°66.67%62.35%
CMYK66.67%45.91%0.00%
37.65%

Color #35569F in popluar number systems.

HEX35569F
Decimal5386159
Binary110101101011010011111
Octal65126237

Shades and tints

Shades of #35569F

#35569F
(53,86,159)
#314F91
(49,79,145)
#2D4883
(45,72,131)
#294175
(41,65,117)
#253A67
(37,58,103)
#213359
(33,51,89)
#1D2C4B
(29,44,75)
#19253D
(25,37,61)
#151E2F
(21,30,47)
#111721
(17,23,33)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #35569F

#35569F
(53,86,159)
#4765A7
(71,101,167)
#5974AF
(89,116,175)
#6B83B7
(107,131,183)
#7D92BF
(125,146,191)
#8FA1C7
(143,161,199)
#A1B0CF
(161,176,207)
#B3BFD7
(179,191,215)
#C5CEDF
(197,206,223)
#D7DDE7
(215,221,231)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35569F color. Also use rgb(53,86,159) instead hex code.

Text Font Color

.myTextColor { color: #35569F; }

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

This text font color is #35569F.


Background Color

.myBgColor { background-color: #35569F; }

<div style="background-color:#35569F">Inner text</div>

This div background color is #35569F.


Border color

.myBorderColor { border: 1px solid #35569F; }

<div style="border:3px solid #35569F">Div</div>

This div border color is #35569F.


Opacity

.myOpacity80 { color: #35569F; opacity: 0.8; }

<p style="color:#35569F;opacity:0.8;">80%</p>

Text with #35569F 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 #35569F;}

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

This text has shadow with #35569F color.

.textShadow {text-shadow: 3px 3px 1px #35569F, 3px 3px 1px red;}

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

This text has shadow with #35569F primary color and red secondary color.


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

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

This text has shadow with #35569F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35569F on black background.


Color preview on white background

This text has color #35569F on white background.



Black color preview on #35569F background

This text has black color on #35569F background.


White color preview on #35569F background

This text has white color on #35569F background.