COLOR #344BC7

HEX: #344BC7 RGB: (52,75,199)

Color info

#344BC7 contains mainly blue color. Web safe color of #344BC7 is #3333CC (or #33C).

RGB color model

#344BC7 color RGB value is (52,75,199).

RGB: (52,75,199) (20%, 29%, 78%)

RGB channels and saturation

R 52 of 255 = 20%
G 75 of 255 = 29%
B 199 of 255 = 78%

52
75
199

R + G + B ~ 42%. #344BC7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 52 + 75 + 199 = 326 (100%)
R 52 of 326 ~ 15.95%
G 75 of 326 ~ 23.01%
B 199 of 326 ~ 61.04'%

%15.95
%23.01
%61.04

CMYK color model

#344BC7 color CMYK value is (74,62,0,22).

  • cyan value is 73.87%
  • magenta value is 62.31%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (74,62,0,22)
C74M62Y0K22 (74%, 62%, 0%, 22%)
(0.74 / 0.62 / 0.00 / 0.22)

CMYK percentages

%73.87
%62.31
%0
%21.96

Codes

Color #344BC7 in popluar color models

34 4B C7
RGB 52 75 199
HSL 231° 58.57% 49.22%
HSB/HSV 231° 73.87% 78.04%
CMYK 73.87% 62.31% 0.00%
21.96%

Color #344BC7 in popluar number systems.

HEX 34 4B C7
Decimal 52 75 199
Binary 110100 1001011 11000111
Octal 64 113 307

Shades and tints

Shades of #344BC7

#344BC7
(52,75,199)
#3045B5
(48,69,181)
#2C3FA3
(44,63,163)
#283991
(40,57,145)
#24337F
(36,51,127)
#202D6D
(32,45,109)
#1C275B
(28,39,91)
#182149
(24,33,73)
#141B37
(20,27,55)
#101525
(16,21,37)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #344BC7

#344BC7
(52,75,199)
#465BCC
(70,91,204)
#586BD1
(88,107,209)
#6A7BD6
(106,123,214)
#7C8BDB
(124,139,219)
#8E9BE0
(142,155,224)
#A0ABE5
(160,171,229)
#B2BBEA
(178,187,234)
#C4CBEF
(196,203,239)
#D6DBF4
(214,219,244)
#E8EBF9
(232,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #344BC7 color. Also use rgb(52,75,199) instead hex code.

Text Font Color

.myTextColor { color: #344BC7; }

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

This text font color is #344BC7.

Background Color

.myBgColor { background-color: #344BC7; }

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

This div background color is #344BC7.

Border color

.myBorderColor { border: 1px solid #344BC7; }

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

This div border color is #344BC7.

Opacity

.myOpacity80 { color: #344BC7; opacity: 0.8; }

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

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

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

This text has shadow with #344BC7 color.


.textShadow {text-shadow: 3px 3px 1px #344BC7', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #344BC7; -webkit-box-shadow: 1px 1px 3px 2px #344BC7; box-shadow:1px 1px 3px 2px #344BC7;">
Div content here
</div>

This div box has shadow with color #344BC7.

Preview

Color preview on black background

This text has color #344BC7 on black background.


Color preview on white background

This text has color #344BC7 on white background.


Black color preview on #344BC7 background

This text has black color on #344BC7 background.


White color preview on #344BC7 background

This text has white color on #344BC7 background.


Related colors

Complementary color

Complementary color for #hex is #CBB438.


I love getcolorcode.com

Triadic colors

1 #C7344B and #4BC734 with #344BC7 are triadic colors.

2 #C74B34 and #4B34C7 with #344BC7 are triadic colors.