COLOR #3A61D0

HEX: #3A61D0
RGB: (58,97,208)

Color info

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

RGB color model

#3A61D0 color RGB value is (58,97,208).

  • red value is 58;
  • green value is 97;
  • blue value is 208.
RGB:
(58,97,208)
(23%,38%,82%)

RGB channels and saturation

R 58 of 255 = 23%
G 97 of 255 = 38%
B 208 of 255 = 82%

58
97
208

R + G + B ~ 48%. #3A61D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 97 + 208 = 363 (100%)
R 58 of 363 ~ 15.98%
G 97 of 363 ~ 26.72%
B 208 of 363 ~ 57.3%

%15.98
%26.72
%57.3

CMYK color model

#3A61D0 color CMYK value is (72,53,0,18).

  • cyan value is 72.12%
  • magenta value is 53.37%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(72,53,0,18)
C72M53Y0K18 
(72%,53%,0%,18%)
(0.72/0.53/0.00/0.18)	

CMYK percentages

%72.12
%53.37
%0
%18.43

Codes

Color #3A61D0 in popluar color models

3A61D0
RGB5897208
HSL224°61.48%52.16%
HSB/HSV224°72.12%81.57%
CMYK72.12%53.37%0.00%
18.43%

Color #3A61D0 in popluar number systems.

HEX3A61D0
Decimal5897208
Binary111010110000111010000
Octal72141320

Shades and tints

Shades of #3A61D0

#3A61D0
(58,97,208)
#3559BE
(53,89,190)
#3051AC
(48,81,172)
#2B499A
(43,73,154)
#264188
(38,65,136)
#213976
(33,57,118)
#1C3164
(28,49,100)
#172952
(23,41,82)
#122140
(18,33,64)
#0D192E
(13,25,46)
#08111C
(8,17,28)
#000000
(0,0,0)

Tints of #3A61D0

#3A61D0
(58,97,208)
#4B6FD4
(75,111,212)
#5C7DD8
(92,125,216)
#6D8BDC
(109,139,220)
#7E99E0
(126,153,224)
#8FA7E4
(143,167,228)
#A0B5E8
(160,181,232)
#B1C3EC
(177,195,236)
#C2D1F0
(194,209,240)
#D3DFF4
(211,223,244)
#E4EDF8
(228,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A61D0 color. Also use rgb(58,97,208) instead hex code.

Text Font Color

.myTextColor { color: #3A61D0; }

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

This text font color is #3A61D0.


Background Color

.myBgColor { background-color: #3A61D0; }

<div style="background-color:#3A61D0">Inner text</div>

This div background color is #3A61D0.


Border color

.myBorderColor { border: 1px solid #3A61D0; }

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

This div border color is #3A61D0.


Opacity

.myOpacity80 { color: #3A61D0; opacity: 0.8; }

<p style="color:#3A61D0;opacity:0.8;">80%</p>

Text with #3A61D0 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 #3A61D0;}

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

This text has shadow with #3A61D0 color.

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

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

This text has shadow with #3A61D0 primary color and red secondary color.


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

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

This text has shadow with #3A61D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A61D0 on black background.


Color preview on white background

This text has color #3A61D0 on white background.



Black color preview on #3A61D0 background

This text has black color on #3A61D0 background.


White color preview on #3A61D0 background

This text has white color on #3A61D0 background.