COLOR #346ACD

HEX: #346ACD RGB: (52,106,205)

Color info

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

RGB color model

#346ACD color RGB value is (52,106,205).

RGB: (52,106,205) (20%, 42%, 80%)

RGB channels and saturation

R 52 of 255 = 20%
G 106 of 255 = 42%
B 205 of 255 = 80%

52
106
205

R + G + B ~ 47%. #346ACD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 52 + 106 + 205 = 363 (100%)
R 52 of 363 ~ 14.33%
G 106 of 363 ~ 29.2%
B 205 of 363 ~ 56.47'%

%14.33
%29.2
%56.47

CMYK color model

#346ACD color CMYK value is (75,48,0,20).

  • cyan value is 74.63%
  • magenta value is 48.29%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (75,48,0,20)
C75M48Y0K20 (75%, 48%, 0%, 20%)
(0.75 / 0.48 / 0.00 / 0.20)

CMYK percentages

%74.63
%48.29
%0
%19.61

Codes

Color #346ACD in popluar color models

34 6A CD
RGB 52 106 205
HSL 219° 60.47% 50.39%
HSB/HSV 219° 74.63% 80.39%
CMYK 74.63% 48.29% 0.00%
19.61%

Color #346ACD in popluar number systems.

HEX 34 6A CD
Decimal 52 106 205
Binary 110100 1101010 11001101
Octal 64 152 315

Shades and tints

Shades of #346ACD

#346ACD
(52,106,205)
#3061BB
(48,97,187)
#2C58A9
(44,88,169)
#284F97
(40,79,151)
#244685
(36,70,133)
#203D73
(32,61,115)
#1C3461
(28,52,97)
#182B4F
(24,43,79)
#14223D
(20,34,61)
#10192B
(16,25,43)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #346ACD

#346ACD
(52,106,205)
#4677D1
(70,119,209)
#5884D5
(88,132,213)
#6A91D9
(106,145,217)
#7C9EDD
(124,158,221)
#8EABE1
(142,171,225)
#A0B8E5
(160,184,229)
#B2C5E9
(178,197,233)
#C4D2ED
(196,210,237)
#D6DFF1
(214,223,241)
#E8ECF5
(232,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346ACD color. Also use rgb(52,106,205) instead hex code.

Text Font Color

.myTextColor { color: #346ACD; }

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

This text font color is #346ACD.

Background Color

.myBgColor { background-color: #346ACD; }

<div style="background-color:#346ACD">Inner text</div>

This div background color is #346ACD.

Border color

.myBorderColor { border: 1px solid #346ACD; }

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

This div border color is #346ACD.

Opacity

.myOpacity80 { color: #346ACD; opacity: 0.8; }

<p style="color:#346ACD;opacity:0.8;">80%</p>

Text with #346ACD 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 #346ACD;}

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

This text has shadow with #346ACD color.


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

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

This text has shadow with #346ACD primary color and red secondary color.


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

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

This text has shadow with #346ACD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #346ACD.

Preview

Color preview on black background

This text has color #346ACD on black background.


Color preview on white background

This text has color #346ACD on white background.


Black color preview on #346ACD background

This text has black color on #346ACD background.


White color preview on #346ACD background

This text has white color on #346ACD background.


Related colors

Complementary color

Complementary color for #hex is #CB9532.


I love getcolorcode.com

Triadic colors

1 #CD346A and #6ACD34 with #346ACD are triadic colors.

2 #CD6A34 and #6A34CD with #346ACD are triadic colors.