COLOR #34339A

HEX: #34339A RGB: (52,51,154)

Color info

#34339A contains mainly blue color. Web safe color of #34339A is #333399 (or #339).

RGB color model

#34339A color RGB value is (52,51,154).

RGB: (52,51,154) (20%, 20%, 60%)

RGB channels and saturation

R 52 of 255 = 20%
G 51 of 255 = 20%
B 154 of 255 = 60%

52
51
154

R + G + B ~ 33%. #34339A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 51 + 154 = 257 (100%)
R 52 of 257 ~ 20.23%
G 51 of 257 ~ 19.84%
B 154 of 257 ~ 59.92'%

%20.23
%19.84
%59.92

CMYK color model

#34339A color CMYK value is (66,67,0,40).

  • cyan value is 66.23%
  • magenta value is 66.88%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (66,67,0,40) C66M67Y0K40 (66%,67%,0%,40%) (0.66/0.67/0.00/0.40) 

CMYK percentages

%66.23
%66.88
%0
%39.61

Codes

Color #34339A in popluar color models

34 33 9A
RGB 52 51 154
HSL 241° 50.24% 40.20%
HSB/HSV 241° 66.88% 60.39%
CMYK 66.23% 66.88% 0.00%
39.61%

Color #34339A in popluar number systems.

HEX 34 33 9A
Decimal 52 51 154
Binary 110100 110011 10011010
Octal 64 63 232

Shades and tints

Shades of #34339A

#34339A
(52,51,154)
#302F8C
(48,47,140)
#2C2B7E
(44,43,126)
#282770
(40,39,112)
#242362
(36,35,98)
#201F54
(32,31,84)
#1C1B46
(28,27,70)
#181738
(24,23,56)
#14132A
(20,19,42)
#100F1C
(16,15,28)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #34339A

#34339A
(52,51,154)
#4645A3
(70,69,163)
#5857AC
(88,87,172)
#6A69B5
(106,105,181)
#7C7BBE
(124,123,190)
#8E8DC7
(142,141,199)
#A09FD0
(160,159,208)
#B2B1D9
(178,177,217)
#C4C3E2
(196,195,226)
#D6D5EB
(214,213,235)
#E8E7F4
(232,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34339A; }

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

This text font color is #34339A.

Background Color

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

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

This div background color is #34339A.

Border color

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

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

This div border color is #34339A.

Opacity

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

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

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

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

This text has shadow with #34339A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34339A.

Preview

Color preview on black background

This text has color #34339A on black background.


Color preview on white background

This text has color #34339A on white background.


Black color preview on #34339A background

This text has black color on #34339A background.


White color preview on #34339A background

This text has white color on #34339A background.


Related colors

Complementary color

Complementary color for #hex is #CBCC65.


I love getcolorcode.com

Triadic colors

1 #9A3433 and #339A34 with #34339A are triadic colors.

2 #9A3334 and #33349A with #34339A are triadic colors.