COLOR #34588A

HEX: #34588A RGB: (52,88,138)

Color info

#34588A contains mainly green and blue colors. Web safe color of #34588A is #336699 (or #369).

RGB color model

#34588A color RGB value is (52,88,138).

RGB: (52,88,138) (20%, 35%, 54%)

RGB channels and saturation

R 52 of 255 = 20%
G 88 of 255 = 35%
B 138 of 255 = 54%

52
88
138

R + G + B ~ 36%. #34588A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 88 + 138 = 278 (100%)
R 52 of 278 ~ 18.71%
G 88 of 278 ~ 31.65%
B 138 of 278 ~ 49.64'%

%18.71
%31.65
%49.64

CMYK color model

#34588A color CMYK value is (62,36,0,46).

  • cyan value is 62.32%
  • magenta value is 36.23%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (62,36,0,46)
C62M36Y0K46 (62%, 36%, 0%, 46%)
(0.62 / 0.36 / 0.00 / 0.46)

CMYK percentages

%62.32
%36.23
%0
%45.88

Codes

Color #34588A in popluar color models

34 58 8A
RGB 52 88 138
HSL 215° 45.26% 37.25%
HSB/HSV 215° 62.32% 54.12%
CMYK 62.32% 36.23% 0.00%
45.88%

Color #34588A in popluar number systems.

HEX 34 58 8A
Decimal 52 88 138
Binary 110100 1011000 10001010
Octal 64 130 212

Shades and tints

Shades of #34588A

#34588A
(52,88,138)
#30507E
(48,80,126)
#2C4872
(44,72,114)
#284066
(40,64,102)
#24385A
(36,56,90)
#20304E
(32,48,78)
#1C2842
(28,40,66)
#182036
(24,32,54)
#14182A
(20,24,42)
#10101E
(16,16,30)
#0C0812
(12,8,18)
#000000
(0,0,0)

Tints of #34588A

#34588A
(52,88,138)
#466794
(70,103,148)
#58769E
(88,118,158)
#6A85A8
(106,133,168)
#7C94B2
(124,148,178)
#8EA3BC
(142,163,188)
#A0B2C6
(160,178,198)
#B2C1D0
(178,193,208)
#C4D0DA
(196,208,218)
#D6DFE4
(214,223,228)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34588A color. Also use rgb(52,88,138) instead hex code.

Text Font Color

.myTextColor { color: #34588A; }

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

This text font color is #34588A.

Background Color

.myBgColor { background-color: #34588A; }

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

This div background color is #34588A.

Border color

.myBorderColor { border: 1px solid #34588A; }

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

This div border color is #34588A.

Opacity

.myOpacity80 { color: #34588A; opacity: 0.8; }

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

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

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

This text has shadow with #34588A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34588A.

Preview

Color preview on black background

This text has color #34588A on black background.


Color preview on white background

This text has color #34588A on white background.


Black color preview on #34588A background

This text has black color on #34588A background.


White color preview on #34588A background

This text has white color on #34588A background.


Related colors

Complementary color

Complementary color for #hex is #CBA775.


I love getcolorcode.com

Triadic colors

1 #8A3458 and #588A34 with #34588A are triadic colors.

2 #8A5834 and #58348A with #34588A are triadic colors.