COLOR #3565BC

HEX: #3565BC
RGB: (53,101,188)

Color info

#3565BC contains mainly blue color. Web safe color of #3565BC is #3366CC (or #36C).

RGB color model

#3565BC color RGB value is (53,101,188).

  • red value is 53;
  • green value is 101;
  • blue value is 188.
RGB:
(53,101,188)
(21%,40%,74%)

RGB channels and saturation

R 53 of 255 = 21%
G 101 of 255 = 40%
B 188 of 255 = 74%

53
101
188

R + G + B ~ 45%. #3565BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 101 + 188 = 342 (100%)
R 53 of 342 ~ 15.5%
G 101 of 342 ~ 29.53%
B 188 of 342 ~ 54.97%

%15.5
%29.53
%54.97

CMYK color model

#3565BC color CMYK value is (72,46,0,26).

  • cyan value is 71.81%
  • magenta value is 46.28%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(72,46,0,26)
C72M46Y0K26 
(72%,46%,0%,26%)
(0.72/0.46/0.00/0.26)	

CMYK percentages

%71.81
%46.28
%0
%26.27

Codes

Color #3565BC in popluar color models

3565BC
RGB53101188
HSL219°56.02%47.25%
HSB/HSV219°71.81%73.73%
CMYK71.81%46.28%0.00%
26.27%

Color #3565BC in popluar number systems.

HEX3565BC
Decimal53101188
Binary110101110010110111100
Octal65145274

Shades and tints

Shades of #3565BC

#3565BC
(53,101,188)
#315CAB
(49,92,171)
#2D539A
(45,83,154)
#294A89
(41,74,137)
#254178
(37,65,120)
#213867
(33,56,103)
#1D2F56
(29,47,86)
#192645
(25,38,69)
#151D34
(21,29,52)
#111423
(17,20,35)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #3565BC

#3565BC
(53,101,188)
#4773C2
(71,115,194)
#5981C8
(89,129,200)
#6B8FCE
(107,143,206)
#7D9DD4
(125,157,212)
#8FABDA
(143,171,218)
#A1B9E0
(161,185,224)
#B3C7E6
(179,199,230)
#C5D5EC
(197,213,236)
#D7E3F2
(215,227,242)
#E9F1F8
(233,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3565BC color. Also use rgb(53,101,188) instead hex code.

Text Font Color

.myTextColor { color: #3565BC; }

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

This text font color is #3565BC.


Background Color

.myBgColor { background-color: #3565BC; }

<div style="background-color:#3565BC">Inner text</div>

This div background color is #3565BC.


Border color

.myBorderColor { border: 1px solid #3565BC; }

<div style="border:3px solid #3565BC">Div</div>

This div border color is #3565BC.


Opacity

.myOpacity80 { color: #3565BC; opacity: 0.8; }

<p style="color:#3565BC;opacity:0.8;">80%</p>

Text with #3565BC 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 #3565BC;}

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

This text has shadow with #3565BC color.

.textShadow {text-shadow: 3px 3px 1px #3565BC, 3px 3px 1px red;}

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

This text has shadow with #3565BC primary color and red secondary color.


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

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

This text has shadow with #3565BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3565BC on black background.


Color preview on white background

This text has color #3565BC on white background.



Black color preview on #3565BC background

This text has black color on #3565BC background.


White color preview on #3565BC background

This text has white color on #3565BC background.