COLOR #343C5A

HEX: #343C5A
RGB: (52,60,90)

Color info

#343C5A contains red, green and blue colors in about the same proportion. Web safe color of #343C5A is #333366 (or #336).

RGB color model

#343C5A color RGB value is (52,60,90).

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

RGB channels and saturation

R 52 of 255 = 20%
G 60 of 255 = 24%
B 90 of 255 = 35%

52
60
90

R + G + B ~ 26%. #343C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 60 + 90 = 202 (100%)
R 52 of 202 ~ 25.74%
G 60 of 202 ~ 29.7%
B 90 of 202 ~ 44.55%

%25.74
%29.7
%44.55

CMYK color model

#343C5A color CMYK value is (42,33,0,65).

  • cyan value is 42.22%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(42,33,0,65)
C42M33Y0K65 
(42%,33%,0%,65%)
(0.42/0.33/0.00/0.65)	

CMYK percentages

%42.22
%33.33
%0
%64.71

Codes

Color #343C5A in popluar color models

343C5A
RGB526090
HSL227°26.76%27.84%
HSB/HSV227°42.22%35.29%
CMYK42.22%33.33%0.00%
64.71%

Color #343C5A in popluar number systems.

HEX343C5A
Decimal526090
Binary1101001111001011010
Octal6474132

Shades and tints

Shades of #343C5A

#343C5A
(52,60,90)
#303752
(48,55,82)
#2C324A
(44,50,74)
#282D42
(40,45,66)
#24283A
(36,40,58)
#202332
(32,35,50)
#1C1E2A
(28,30,42)
#181922
(24,25,34)
#14141A
(20,20,26)
#100F12
(16,15,18)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #343C5A

#343C5A
(52,60,90)
#464D69
(70,77,105)
#585E78
(88,94,120)
#6A6F87
(106,111,135)
#7C8096
(124,128,150)
#8E91A5
(142,145,165)
#A0A2B4
(160,162,180)
#B2B3C3
(178,179,195)
#C4C4D2
(196,196,210)
#D6D5E1
(214,213,225)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343C5A color. Also use rgb(52,60,90) instead hex code.

Text Font Color

.myTextColor { color: #343C5A; }

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

This text font color is #343C5A.


Background Color

.myBgColor { background-color: #343C5A; }

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

This div background color is #343C5A.


Border color

.myBorderColor { border: 1px solid #343C5A; }

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

This div border color is #343C5A.


Opacity

.myOpacity80 { color: #343C5A; opacity: 0.8; }

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

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

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

This text has shadow with #343C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343C5A on black background.


Color preview on white background

This text has color #343C5A on white background.



Black color preview on #343C5A background

This text has black color on #343C5A background.


White color preview on #343C5A background

This text has white color on #343C5A background.