COLOR #34529A

HEX: #34529A RGB: (52,82,154)

Color info

#34529A contains mainly blue color. Web safe color of #34529A is #336699 (or #369).

RGB color model

#34529A color RGB value is (52,82,154).

RGB: (52,82,154) (20%, 32%, 60%)

RGB channels and saturation

R 52 of 255 = 20%
G 82 of 255 = 32%
B 154 of 255 = 60%

52
82
154

R + G + B ~ 37%. #34529A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 82 + 154 = 288 (100%)
R 52 of 288 ~ 18.06%
G 82 of 288 ~ 28.47%
B 154 of 288 ~ 53.47'%

%18.06
%28.47
%53.47

CMYK color model

#34529A color CMYK value is (66,47,0,40).

  • cyan value is 66.23%
  • magenta value is 46.75%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (66,47,0,40)
C66M47Y0K40 (66%, 47%, 0%, 40%)
(0.66 / 0.47 / 0.00 / 0.40)

CMYK percentages

%66.23
%46.75
%0
%39.61

Codes

Color #34529A in popluar color models

34 52 9A
RGB 52 82 154
HSL 222° 49.51% 40.39%
HSB/HSV 222° 66.23% 60.39%
CMYK 66.23% 46.75% 0.00%
39.61%

Color #34529A in popluar number systems.

HEX 34 52 9A
Decimal 52 82 154
Binary 110100 1010010 10011010
Octal 64 122 232

Shades and tints

Shades of #34529A

#34529A
(52,82,154)
#304B8C
(48,75,140)
#2C447E
(44,68,126)
#283D70
(40,61,112)
#243662
(36,54,98)
#202F54
(32,47,84)
#1C2846
(28,40,70)
#182138
(24,33,56)
#141A2A
(20,26,42)
#10131C
(16,19,28)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #34529A

#34529A
(52,82,154)
#4661A3
(70,97,163)
#5870AC
(88,112,172)
#6A7FB5
(106,127,181)
#7C8EBE
(124,142,190)
#8E9DC7
(142,157,199)
#A0ACD0
(160,172,208)
#B2BBD9
(178,187,217)
#C4CAE2
(196,202,226)
#D6D9EB
(214,217,235)
#E8E8F4
(232,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34529A color. Also use rgb(52,82,154) instead hex code.

Text Font Color

.myTextColor { color: #34529A; }

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

This text font color is #34529A.

Background Color

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

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

This div background color is #34529A.

Border color

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

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

This div border color is #34529A.

Opacity

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

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

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

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

This text has shadow with #34529A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34529A.

Preview

Color preview on black background

This text has color #34529A on black background.


Color preview on white background

This text has color #34529A on white background.


Black color preview on #34529A background

This text has black color on #34529A background.


White color preview on #34529A background

This text has white color on #34529A background.


Related colors

Complementary color

Complementary color for #hex is #CBAD65.


I love getcolorcode.com

Triadic colors

1 #9A3452 and #529A34 with #34529A are triadic colors.

2 #9A5234 and #52349A with #34529A are triadic colors.