COLOR #3465AF

HEX: #3465AF RGB: (52,101,175)

Color info

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

RGB color model

#3465AF color RGB value is (52,101,175).

RGB: (52,101,175) (20%, 40%, 69%)

RGB channels and saturation

R 52 of 255 = 20%
G 101 of 255 = 40%
B 175 of 255 = 69%

52
101
175

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

Portions of RGB colors in percentages

R + G + B = 52 + 101 + 175 = 328 (100%)
R 52 of 328 ~ 15.85%
G 101 of 328 ~ 30.79%
B 175 of 328 ~ 53.35'%

%15.85
%30.79
%53.35

CMYK color model

#3465AF color CMYK value is (70,42,0,31).

  • cyan value is 70.29%
  • magenta value is 42.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (70,42,0,31)
C70M42Y0K31 (70%, 42%, 0%, 31%)
(0.70 / 0.42 / 0.00 / 0.31)

CMYK percentages

%70.29
%42.29
%0
%31.37

Codes

Color #3465AF in popluar color models

34 65 AF
RGB 52 101 175
HSL 216° 54.19% 44.51%
HSB/HSV 216° 70.29% 68.63%
CMYK 70.29% 42.29% 0.00%
31.37%

Color #3465AF in popluar number systems.

HEX 34 65 AF
Decimal 52 101 175
Binary 110100 1100101 10101111
Octal 64 145 257

Shades and tints

Shades of #3465AF

#3465AF
(52,101,175)
#305CA0
(48,92,160)
#2C5391
(44,83,145)
#284A82
(40,74,130)
#244173
(36,65,115)
#203864
(32,56,100)
#1C2F55
(28,47,85)
#182646
(24,38,70)
#141D37
(20,29,55)
#101428
(16,20,40)
#0C0B19
(12,11,25)
#000000
(0,0,0)

Tints of #3465AF

#3465AF
(52,101,175)
#4673B6
(70,115,182)
#5881BD
(88,129,189)
#6A8FC4
(106,143,196)
#7C9DCB
(124,157,203)
#8EABD2
(142,171,210)
#A0B9D9
(160,185,217)
#B2C7E0
(178,199,224)
#C4D5E7
(196,213,231)
#D6E3EE
(214,227,238)
#E8F1F5
(232,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3465AF; }

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

This text font color is #3465AF.

Background Color

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

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

This div background color is #3465AF.

Border color

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

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

This div border color is #3465AF.

Opacity

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

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

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

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

This text has shadow with #3465AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3465AF.

Preview

Color preview on black background

This text has color #3465AF on black background.


Color preview on white background

This text has color #3465AF on white background.


Black color preview on #3465AF background

This text has black color on #3465AF background.


White color preview on #3465AF background

This text has white color on #3465AF background.


Related colors

Complementary color

Complementary color for #hex is #CB9A50.


I love getcolorcode.com

Triadic colors

1 #AF3465 and #65AF34 with #3465AF are triadic colors.

2 #AF6534 and #6534AF with #3465AF are triadic colors.