COLOR #3461AF

HEX: #3461AF
RGB: (52,97,175)

Color info

#3461AF contains mainly blue color. Web safe color of #3461AF is #336699 (or #369).

RGB color model

#3461AF color RGB value is (52,97,175).

  • red value is 52;
  • green value is 97;
  • blue value is 175.
RGB:
(52,97,175)
(20%,38%,69%)

RGB channels and saturation

R 52 of 255 = 20%
G 97 of 255 = 38%
B 175 of 255 = 69%

52
97
175

R + G + B ~ 42%. #3461AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 97 + 175 = 324 (100%)
R 52 of 324 ~ 16.05%
G 97 of 324 ~ 29.94%
B 175 of 324 ~ 54.01%

%16.05
%29.94
%54.01

CMYK color model

#3461AF color CMYK value is (70,45,0,31).

  • cyan value is 70.29%
  • magenta value is 44.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(70,45,0,31)
C70M45Y0K31 
(70%,45%,0%,31%)
(0.70/0.45/0.00/0.31)	

CMYK percentages

%70.29
%44.57
%0
%31.37

Codes

Color #3461AF in popluar color models

3461AF
RGB5297175
HSL218°54.19%44.51%
HSB/HSV218°70.29%68.63%
CMYK70.29%44.57%0.00%
31.37%

Color #3461AF in popluar number systems.

HEX3461AF
Decimal5297175
Binary110100110000110101111
Octal64141257

Shades and tints

Shades of #3461AF

#3461AF
(52,97,175)
#3059A0
(48,89,160)
#2C5191
(44,81,145)
#284982
(40,73,130)
#244173
(36,65,115)
#203964
(32,57,100)
#1C3155
(28,49,85)
#182946
(24,41,70)
#142137
(20,33,55)
#101928
(16,25,40)
#0C1119
(12,17,25)
#000000
(0,0,0)

Tints of #3461AF

#3461AF
(52,97,175)
#466FB6
(70,111,182)
#587DBD
(88,125,189)
#6A8BC4
(106,139,196)
#7C99CB
(124,153,203)
#8EA7D2
(142,167,210)
#A0B5D9
(160,181,217)
#B2C3E0
(178,195,224)
#C4D1E7
(196,209,231)
#D6DFEE
(214,223,238)
#E8EDF5
(232,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3461AF color. Also use rgb(52,97,175) instead hex code.

Text Font Color

.myTextColor { color: #3461AF; }

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

This text font color is #3461AF.


Background Color

.myBgColor { background-color: #3461AF; }

<div style="background-color:#3461AF">Inner text</div>

This div background color is #3461AF.


Border color

.myBorderColor { border: 1px solid #3461AF; }

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

This div border color is #3461AF.


Opacity

.myOpacity80 { color: #3461AF; opacity: 0.8; }

<p style="color:#3461AF;opacity:0.8;">80%</p>

Text with #3461AF 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 #3461AF;}

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

This text has shadow with #3461AF color.

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

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

This text has shadow with #3461AF primary color and red secondary color.


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

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

This text has shadow with #3461AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3461AF on black background.


Color preview on white background

This text has color #3461AF on white background.



Black color preview on #3461AF background

This text has black color on #3461AF background.


White color preview on #3461AF background

This text has white color on #3461AF background.