COLOR #345DCC

HEX: #345DCC
RGB: (52,93,204)

Color info

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

RGB color model

#345DCC color RGB value is (52,93,204).

  • red value is 52;
  • green value is 93;
  • blue value is 204.
RGB:
(52,93,204)
(20%,36%,80%)

RGB channels and saturation

R 52 of 255 = 20%
G 93 of 255 = 36%
B 204 of 255 = 80%

52
93
204

R + G + B ~ 45%. #345DCC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 93 + 204 = 349 (100%)
R 52 of 349 ~ 14.9%
G 93 of 349 ~ 26.65%
B 204 of 349 ~ 58.45%

%14.9
%26.65
%58.45

CMYK color model

#345DCC color CMYK value is (75,54,0,20).

  • cyan value is 74.51%
  • magenta value is 54.41%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(75,54,0,20)
C75M54Y0K20 
(75%,54%,0%,20%)
(0.75/0.54/0.00/0.20)	

CMYK percentages

%74.51
%54.41
%0
%20

Codes

Color #345DCC in popluar color models

345DCC
RGB5293204
HSL224°59.84%50.20%
HSB/HSV224°74.51%80.00%
CMYK74.51%54.41%0.00%
20.00%

Color #345DCC in popluar number systems.

HEX345DCC
Decimal5293204
Binary110100101110111001100
Octal64135314

Shades and tints

Shades of #345DCC

#345DCC
(52,93,204)
#3055BA
(48,85,186)
#2C4DA8
(44,77,168)
#284596
(40,69,150)
#243D84
(36,61,132)
#203572
(32,53,114)
#1C2D60
(28,45,96)
#18254E
(24,37,78)
#141D3C
(20,29,60)
#10152A
(16,21,42)
#0C0D18
(12,13,24)
#000000
(0,0,0)

Tints of #345DCC

#345DCC
(52,93,204)
#466BD0
(70,107,208)
#5879D4
(88,121,212)
#6A87D8
(106,135,216)
#7C95DC
(124,149,220)
#8EA3E0
(142,163,224)
#A0B1E4
(160,177,228)
#B2BFE8
(178,191,232)
#C4CDEC
(196,205,236)
#D6DBF0
(214,219,240)
#E8E9F4
(232,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #345DCC color. Also use rgb(52,93,204) instead hex code.

Text Font Color

.myTextColor { color: #345DCC; }

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

This text font color is #345DCC.


Background Color

.myBgColor { background-color: #345DCC; }

<div style="background-color:#345DCC">Inner text</div>

This div background color is #345DCC.


Border color

.myBorderColor { border: 1px solid #345DCC; }

<div style="border:3px solid #345DCC">Div</div>

This div border color is #345DCC.


Opacity

.myOpacity80 { color: #345DCC; opacity: 0.8; }

<p style="color:#345DCC;opacity:0.8;">80%</p>

Text with #345DCC 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 #345DCC;}

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

This text has shadow with #345DCC color.

.textShadow {text-shadow: 3px 3px 1px #345DCC, 3px 3px 1px red;}

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

This text has shadow with #345DCC primary color and red secondary color.


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

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

This text has shadow with #345DCC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345DCC on black background.


Color preview on white background

This text has color #345DCC on white background.



Black color preview on #345DCC background

This text has black color on #345DCC background.


White color preview on #345DCC background

This text has white color on #345DCC background.