COLOR #3495AF

HEX: #3495AF RGB: (52,149,175)

Color info

#3495AF contains mainly green and blue colors. Web safe color of #3495AF is #339999 (or #399).

RGB color model

#3495AF color RGB value is (52,149,175).

RGB: (52,149,175) (20%, 58%, 69%)

RGB channels and saturation

R 52 of 255 = 20%
G 149 of 255 = 58%
B 175 of 255 = 69%

52
149
175

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

Portions of RGB colors in percentages

R + G + B = 52 + 149 + 175 = 376 (100%)
R 52 of 376 ~ 13.83%
G 149 of 376 ~ 39.63%
B 175 of 376 ~ 46.54'%

%13.83
%39.63
%46.54

CMYK color model

#3495AF color CMYK value is (70,15,0,31).

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

CMYK: (70,15,0,31)
C70M15Y0K31 (70%, 15%, 0%, 31%)
(0.70 / 0.15 / 0.00 / 0.31)

CMYK percentages

%70.29
%14.86
%0
%31.37

Codes

Color #3495AF in popluar color models

34 95 AF
RGB 52 149 175
HSL 193° 54.19% 44.51%
HSB/HSV 193° 70.29% 68.63%
CMYK 70.29% 14.86% 0.00%
31.37%

Color #3495AF in popluar number systems.

HEX 34 95 AF
Decimal 52 149 175
Binary 110100 10010101 10101111
Octal 64 225 257

Shades and tints

Shades of #3495AF

#3495AF
(52,149,175)
#3088A0
(48,136,160)
#2C7B91
(44,123,145)
#286E82
(40,110,130)
#246173
(36,97,115)
#205464
(32,84,100)
#1C4755
(28,71,85)
#183A46
(24,58,70)
#142D37
(20,45,55)
#102028
(16,32,40)
#0C1319
(12,19,25)
#000000
(0,0,0)

Tints of #3495AF

#3495AF
(52,149,175)
#469EB6
(70,158,182)
#58A7BD
(88,167,189)
#6AB0C4
(106,176,196)
#7CB9CB
(124,185,203)
#8EC2D2
(142,194,210)
#A0CBD9
(160,203,217)
#B2D4E0
(178,212,224)
#C4DDE7
(196,221,231)
#D6E6EE
(214,230,238)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3495AF; }

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

This text font color is #3495AF.

Background Color

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

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

This div background color is #3495AF.

Border color

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

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

This div border color is #3495AF.

Opacity

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

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

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

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

This text has shadow with #3495AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3495AF.

Preview

Color preview on black background

This text has color #3495AF on black background.


Color preview on white background

This text has color #3495AF on white background.


Black color preview on #3495AF background

This text has black color on #3495AF background.


White color preview on #3495AF background

This text has white color on #3495AF background.


Related colors

Complementary color

Complementary color for #hex is #CB6A50.


I love getcolorcode.com

Triadic colors

1 #AF3495 and #95AF34 with #3495AF are triadic colors.

2 #AF9534 and #9534AF with #3495AF are triadic colors.