COLOR #345999

HEX: #345999
RGB: (52,89,153)

Color info

#345999 contains mainly blue color. Web safe color of #345999 is #336699 (or #369).

RGB color model

#345999 color RGB value is (52,89,153).

  • red value is 52;
  • green value is 89;
  • blue value is 153.
RGB:
(52,89,153)
(20%,35%,60%)

RGB channels and saturation

R 52 of 255 = 20%
G 89 of 255 = 35%
B 153 of 255 = 60%

52
89
153

R + G + B ~ 38%. #345999 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 89 + 153 = 294 (100%)
R 52 of 294 ~ 17.69%
G 89 of 294 ~ 30.27%
B 153 of 294 ~ 52.04%

%17.69
%30.27
%52.04

CMYK color model

#345999 color CMYK value is (66,42,0,40).

  • cyan value is 66.01%
  • magenta value is 41.83%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(66,42,0,40)
C66M42Y0K40 
(66%,42%,0%,40%)
(0.66/0.42/0.00/0.40)	

CMYK percentages

%66.01
%41.83
%0
%40

Codes

Color #345999 in popluar color models

345999
RGB5289153
HSL218°49.27%40.20%
HSB/HSV218°66.01%60.00%
CMYK66.01%41.83%0.00%
40.00%

Color #345999 in popluar number systems.

HEX345999
Decimal5289153
Binary110100101100110011001
Octal64131231

Shades and tints

Shades of #345999

#345999
(52,89,153)
#30518C
(48,81,140)
#2C497F
(44,73,127)
#284172
(40,65,114)
#243965
(36,57,101)
#203158
(32,49,88)
#1C294B
(28,41,75)
#18213E
(24,33,62)
#141931
(20,25,49)
#101124
(16,17,36)
#0C0917
(12,9,23)
#000000
(0,0,0)

Tints of #345999

#345999
(52,89,153)
#4668A2
(70,104,162)
#5877AB
(88,119,171)
#6A86B4
(106,134,180)
#7C95BD
(124,149,189)
#8EA4C6
(142,164,198)
#A0B3CF
(160,179,207)
#B2C2D8
(178,194,216)
#C4D1E1
(196,209,225)
#D6E0EA
(214,224,234)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #345999 color. Also use rgb(52,89,153) instead hex code.

Text Font Color

.myTextColor { color: #345999; }

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

This text font color is #345999.


Background Color

.myBgColor { background-color: #345999; }

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

This div background color is #345999.


Border color

.myBorderColor { border: 1px solid #345999; }

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

This div border color is #345999.


Opacity

.myOpacity80 { color: #345999; opacity: 0.8; }

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

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

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

This text has shadow with #345999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345999 on black background.


Color preview on white background

This text has color #345999 on white background.



Black color preview on #345999 background

This text has black color on #345999 background.


White color preview on #345999 background

This text has white color on #345999 background.