COLOR #3581C7

HEX: #3581C7
RGB: (53,129,199)

Color info

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

RGB color model

#3581C7 color RGB value is (53,129,199).

  • red value is 53;
  • green value is 129;
  • blue value is 199.
RGB:
(53,129,199)
(21%,51%,78%)

RGB channels and saturation

R 53 of 255 = 21%
G 129 of 255 = 51%
B 199 of 255 = 78%

53
129
199

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

Portions of RGB colors in percentages

R + G + B =
53 + 129 + 199 = 381 (100%)
R 53 of 381 ~ 13.91%
G 129 of 381 ~ 33.86%
B 199 of 381 ~ 52.23%

%13.91
%33.86
%52.23

CMYK color model

#3581C7 color CMYK value is (73,35,0,22).

  • cyan value is 73.37%
  • magenta value is 35.18%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(73,35,0,22)
C73M35Y0K22 
(73%,35%,0%,22%)
(0.73/0.35/0.00/0.22)	

CMYK percentages

%73.37
%35.18
%0
%21.96

Codes

Color #3581C7 in popluar color models

3581C7
RGB53129199
HSL209°57.94%49.41%
HSB/HSV209°73.37%78.04%
CMYK73.37%35.18%0.00%
21.96%

Color #3581C7 in popluar number systems.

HEX3581C7
Decimal53129199
Binary1101011000000111000111
Octal65201307

Shades and tints

Shades of #3581C7

#3581C7
(53,129,199)
#3176B5
(49,118,181)
#2D6BA3
(45,107,163)
#296091
(41,96,145)
#25557F
(37,85,127)
#214A6D
(33,74,109)
#1D3F5B
(29,63,91)
#193449
(25,52,73)
#152937
(21,41,55)
#111E25
(17,30,37)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #3581C7

#3581C7
(53,129,199)
#478CCC
(71,140,204)
#5997D1
(89,151,209)
#6BA2D6
(107,162,214)
#7DADDB
(125,173,219)
#8FB8E0
(143,184,224)
#A1C3E5
(161,195,229)
#B3CEEA
(179,206,234)
#C5D9EF
(197,217,239)
#D7E4F4
(215,228,244)
#E9EFF9
(233,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3581C7 color. Also use rgb(53,129,199) instead hex code.

Text Font Color

.myTextColor { color: #3581C7; }

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

This text font color is #3581C7.


Background Color

.myBgColor { background-color: #3581C7; }

<div style="background-color:#3581C7">Inner text</div>

This div background color is #3581C7.


Border color

.myBorderColor { border: 1px solid #3581C7; }

<div style="border:3px solid #3581C7">Div</div>

This div border color is #3581C7.


Opacity

.myOpacity80 { color: #3581C7; opacity: 0.8; }

<p style="color:#3581C7;opacity:0.8;">80%</p>

Text with #3581C7 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 #3581C7;}

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

This text has shadow with #3581C7 color.

.textShadow {text-shadow: 3px 3px 1px #3581C7, 3px 3px 1px red;}

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

This text has shadow with #3581C7 primary color and red secondary color.


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

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

This text has shadow with #3581C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3581C7 on black background.


Color preview on white background

This text has color #3581C7 on white background.



Black color preview on #3581C7 background

This text has black color on #3581C7 background.


White color preview on #3581C7 background

This text has white color on #3581C7 background.