COLOR #34375C

HEX: #34375C RGB: (52,55,92)

Color info

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

RGB color model

#34375C color RGB value is (52,55,92).

RGB: (52,55,92) (20%, 22%, 36%)

RGB channels and saturation

R 52 of 255 = 20%
G 55 of 255 = 22%
B 92 of 255 = 36%

52
55
92

R + G + B ~ 26%. #34375C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 55 + 92 = 199 (100%)
R 52 of 199 ~ 26.13%
G 55 of 199 ~ 27.64%
B 92 of 199 ~ 46.23'%

%26.13
%27.64
%46.23

CMYK color model

#34375C color CMYK value is (43,40,0,64).

  • cyan value is 43.48%
  • magenta value is 40.22%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (43,40,0,64)
C43M40Y0K64 (43%, 40%, 0%, 64%)
(0.43 / 0.40 / 0.00 / 0.64)

CMYK percentages

%43.48
%40.22
%0
%63.92

Codes

Color #34375C in popluar color models

34 37 5C
RGB 52 55 92
HSL 236° 27.78% 28.24%
HSB/HSV 236° 43.48% 36.08%
CMYK 43.48% 40.22% 0.00%
63.92%

Color #34375C in popluar number systems.

HEX 34 37 5C
Decimal 52 55 92
Binary 110100 110111 1011100
Octal 64 67 134

Shades and tints

Shades of #34375C

#34375C
(52,55,92)
#303254
(48,50,84)
#2C2D4C
(44,45,76)
#282844
(40,40,68)
#24233C
(36,35,60)
#201E34
(32,30,52)
#1C192C
(28,25,44)
#181424
(24,20,36)
#140F1C
(20,15,28)
#100A14
(16,10,20)
#0C050C
(12,5,12)
#000000
(0,0,0)

Tints of #34375C

#34375C
(52,55,92)
#46496A
(70,73,106)
#585B78
(88,91,120)
#6A6D86
(106,109,134)
#7C7F94
(124,127,148)
#8E91A2
(142,145,162)
#A0A3B0
(160,163,176)
#B2B5BE
(178,181,190)
#C4C7CC
(196,199,204)
#D6D9DA
(214,217,218)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34375C color. Also use rgb(52,55,92) instead hex code.

Text Font Color

.myTextColor { color: #34375C; }

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

This text font color is #34375C.

Background Color

.myBgColor { background-color: #34375C; }

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

This div background color is #34375C.

Border color

.myBorderColor { border: 1px solid #34375C; }

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

This div border color is #34375C.

Opacity

.myOpacity80 { color: #34375C; opacity: 0.8; }

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

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

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

This text has shadow with #34375C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34375C.

Preview

Color preview on black background

This text has color #34375C on black background.


Color preview on white background

This text has color #34375C on white background.


Black color preview on #34375C background

This text has black color on #34375C background.


White color preview on #34375C background

This text has white color on #34375C background.


Related colors

Complementary color

Complementary color for #hex is #CBC8A3.


I love getcolorcode.com

Triadic colors

1 #5C3437 and #375C34 with #34375C are triadic colors.

2 #5C3734 and #37345C with #34375C are triadic colors.