COLOR #3473CA

HEX: #3473CA RGB: (52,115,202)

Color info

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

RGB color model

#3473CA color RGB value is (52,115,202).

RGB: (52,115,202) (20%, 45%, 79%)

RGB channels and saturation

R 52 of 255 = 20%
G 115 of 255 = 45%
B 202 of 255 = 79%

52
115
202

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

Portions of RGB colors in percentages

R + G + B = 52 + 115 + 202 = 369 (100%)
R 52 of 369 ~ 14.09%
G 115 of 369 ~ 31.17%
B 202 of 369 ~ 54.74'%

%14.09
%31.17
%54.74

CMYK color model

#3473CA color CMYK value is (74,43,0,21).

  • cyan value is 74.26%
  • magenta value is 43.07%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (74,43,0,21)
C74M43Y0K21 (74%, 43%, 0%, 21%)
(0.74 / 0.43 / 0.00 / 0.21)

CMYK percentages

%74.26
%43.07
%0
%20.78

Codes

Color #3473CA in popluar color models

34 73 CA
RGB 52 115 202
HSL 215° 59.06% 49.80%
HSB/HSV 215° 74.26% 79.22%
CMYK 74.26% 43.07% 0.00%
20.78%

Color #3473CA in popluar number systems.

HEX 34 73 CA
Decimal 52 115 202
Binary 110100 1110011 11001010
Octal 64 163 312

Shades and tints

Shades of #3473CA

#3473CA
(52,115,202)
#3069B8
(48,105,184)
#2C5FA6
(44,95,166)
#285594
(40,85,148)
#244B82
(36,75,130)
#204170
(32,65,112)
#1C375E
(28,55,94)
#182D4C
(24,45,76)
#14233A
(20,35,58)
#101928
(16,25,40)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #3473CA

#3473CA
(52,115,202)
#467FCE
(70,127,206)
#588BD2
(88,139,210)
#6A97D6
(106,151,214)
#7CA3DA
(124,163,218)
#8EAFDE
(142,175,222)
#A0BBE2
(160,187,226)
#B2C7E6
(178,199,230)
#C4D3EA
(196,211,234)
#D6DFEE
(214,223,238)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3473CA color. Also use rgb(52,115,202) instead hex code.

Text Font Color

.myTextColor { color: #3473CA; }

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

This text font color is #3473CA.

Background Color

.myBgColor { background-color: #3473CA; }

<div style="background-color:#3473CA">Inner text</div>

This div background color is #3473CA.

Border color

.myBorderColor { border: 1px solid #3473CA; }

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

This div border color is #3473CA.

Opacity

.myOpacity80 { color: #3473CA; opacity: 0.8; }

<p style="color:#3473CA;opacity:0.8;">80%</p>

Text with #3473CA 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 #3473CA;}

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

This text has shadow with #3473CA color.


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

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

This text has shadow with #3473CA primary color and red secondary color.


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

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

This text has shadow with #3473CA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3473CA.

Preview

Color preview on black background

This text has color #3473CA on black background.


Color preview on white background

This text has color #3473CA on white background.


Black color preview on #3473CA background

This text has black color on #3473CA background.


White color preview on #3473CA background

This text has white color on #3473CA background.


Related colors

Complementary color

Complementary color for #hex is #CB8C35.


I love getcolorcode.com

Triadic colors

1 #CA3473 and #73CA34 with #3473CA are triadic colors.

2 #CA7334 and #7334CA with #3473CA are triadic colors.