COLOR #343C9B

HEX: #343C9B
RGB: (52,60,155)

Color info

#343C9B contains mainly blue color. Web safe color of #343C9B is #333399 (or #339).

RGB color model

#343C9B color RGB value is (52,60,155).

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

RGB channels and saturation

R 52 of 255 = 20%
G 60 of 255 = 24%
B 155 of 255 = 61%

52
60
155

R + G + B ~ 35%. #343C9B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 60 + 155 = 267 (100%)
R 52 of 267 ~ 19.48%
G 60 of 267 ~ 22.47%
B 155 of 267 ~ 58.05%

%19.48
%22.47
%58.05

CMYK color model

#343C9B color CMYK value is (66,61,0,39).

  • cyan value is 66.45%
  • magenta value is 61.29%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(66,61,0,39)
C66M61Y0K39 
(66%,61%,0%,39%)
(0.66/0.61/0.00/0.39)	

CMYK percentages

%66.45
%61.29
%0
%39.22

Codes

Color #343C9B in popluar color models

343C9B
RGB5260155
HSL235°49.76%40.59%
HSB/HSV235°66.45%60.78%
CMYK66.45%61.29%0.00%
39.22%

Color #343C9B in popluar number systems.

HEX343C9B
Decimal5260155
Binary11010011110010011011
Octal6474233

Shades and tints

Shades of #343C9B

#343C9B
(52,60,155)
#30378D
(48,55,141)
#2C327F
(44,50,127)
#282D71
(40,45,113)
#242863
(36,40,99)
#202355
(32,35,85)
#1C1E47
(28,30,71)
#181939
(24,25,57)
#14142B
(20,20,43)
#100F1D
(16,15,29)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #343C9B

#343C9B
(52,60,155)
#464DA4
(70,77,164)
#585EAD
(88,94,173)
#6A6FB6
(106,111,182)
#7C80BF
(124,128,191)
#8E91C8
(142,145,200)
#A0A2D1
(160,162,209)
#B2B3DA
(178,179,218)
#C4C4E3
(196,196,227)
#D6D5EC
(214,213,236)
#E8E6F5
(232,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343C9B; }

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

This text font color is #343C9B.


Background Color

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

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

This div background color is #343C9B.


Border color

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

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

This div border color is #343C9B.


Opacity

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

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

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

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

This text has shadow with #343C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343C9B on black background.


Color preview on white background

This text has color #343C9B on white background.



Black color preview on #343C9B background

This text has black color on #343C9B background.


White color preview on #343C9B background

This text has white color on #343C9B background.