COLOR #345ACC

HEX: #345ACC
RGB: (52,90,204)

Color info

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

RGB color model

#345ACC color RGB value is (52,90,204).

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

RGB channels and saturation

R 52 of 255 = 20%
G 90 of 255 = 35%
B 204 of 255 = 80%

52
90
204

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

Portions of RGB colors in percentages

R + G + B =
52 + 90 + 204 = 346 (100%)
R 52 of 346 ~ 15.03%
G 90 of 346 ~ 26.01%
B 204 of 346 ~ 58.96%

%15.03
%26.01
%58.96

CMYK color model

#345ACC color CMYK value is (75,56,0,20).

  • cyan value is 74.51%
  • magenta value is 55.88%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(75,56,0,20)
C75M56Y0K20 
(75%,56%,0%,20%)
(0.75/0.56/0.00/0.20)	

CMYK percentages

%74.51
%55.88
%0
%20

Codes

Color #345ACC in popluar color models

345ACC
RGB5290204
HSL225°59.84%50.20%
HSB/HSV225°74.51%80.00%
CMYK74.51%55.88%0.00%
20.00%

Color #345ACC in popluar number systems.

HEX345ACC
Decimal5290204
Binary110100101101011001100
Octal64132314

Shades and tints

Shades of #345ACC

#345ACC
(52,90,204)
#3052BA
(48,82,186)
#2C4AA8
(44,74,168)
#284296
(40,66,150)
#243A84
(36,58,132)
#203272
(32,50,114)
#1C2A60
(28,42,96)
#18224E
(24,34,78)
#141A3C
(20,26,60)
#10122A
(16,18,42)
#0C0A18
(12,10,24)
#000000
(0,0,0)

Tints of #345ACC

#345ACC
(52,90,204)
#4669D0
(70,105,208)
#5878D4
(88,120,212)
#6A87D8
(106,135,216)
#7C96DC
(124,150,220)
#8EA5E0
(142,165,224)
#A0B4E4
(160,180,228)
#B2C3E8
(178,195,232)
#C4D2EC
(196,210,236)
#D6E1F0
(214,225,240)
#E8F0F4
(232,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345ACC; }

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

This text font color is #345ACC.


Background Color

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

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

This div background color is #345ACC.


Border color

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

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

This div border color is #345ACC.


Opacity

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

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

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

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

This text has shadow with #345ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345ACC on black background.


Color preview on white background

This text has color #345ACC on white background.



Black color preview on #345ACC background

This text has black color on #345ACC background.


White color preview on #345ACC background

This text has white color on #345ACC background.