COLOR #34237D

HEX: #34237D
RGB: (52,35,125)

Color info

#34237D contains mainly blue color. Web safe color of #34237D is #333366 (or #336).

RGB color model

#34237D color RGB value is (52,35,125).

  • red value is 52;
  • green value is 35;
  • blue value is 125.
RGB:
(52,35,125)
(20%,14%,49%)

RGB channels and saturation

R 52 of 255 = 20%
G 35 of 255 = 14%
B 125 of 255 = 49%

52
35
125

R + G + B ~ 28%. #34237D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 35 + 125 = 212 (100%)
R 52 of 212 ~ 24.53%
G 35 of 212 ~ 16.51%
B 125 of 212 ~ 58.96%

%24.53
%16.51
%58.96

CMYK color model

#34237D color CMYK value is (58,72,0,51).

  • cyan value is 58.40%
  • magenta value is 72.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(58,72,0,51)
C58M72Y0K51 
(58%,72%,0%,51%)
(0.58/0.72/0.00/0.51)	

CMYK percentages

%58.4
%72
%0
%50.98

Codes

Color #34237D in popluar color models

34237D
RGB5235125
HSL251°56.25%31.37%
HSB/HSV251°72.00%49.02%
CMYK58.40%72.00%0.00%
50.98%

Color #34237D in popluar number systems.

HEX34237D
Decimal5235125
Binary1101001000111111101
Octal6443175

Shades and tints

Shades of #34237D

#34237D
(52,35,125)
#302072
(48,32,114)
#2C1D67
(44,29,103)
#281A5C
(40,26,92)
#241751
(36,23,81)
#201446
(32,20,70)
#1C113B
(28,17,59)
#180E30
(24,14,48)
#140B25
(20,11,37)
#10081A
(16,8,26)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #34237D

#34237D
(52,35,125)
#463788
(70,55,136)
#584B93
(88,75,147)
#6A5F9E
(106,95,158)
#7C73A9
(124,115,169)
#8E87B4
(142,135,180)
#A09BBF
(160,155,191)
#B2AFCA
(178,175,202)
#C4C3D5
(196,195,213)
#D6D7E0
(214,215,224)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34237D color. Also use rgb(52,35,125) instead hex code.

Text Font Color

.myTextColor { color: #34237D; }

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

This text font color is #34237D.


Background Color

.myBgColor { background-color: #34237D; }

<div style="background-color:#34237D">Inner text</div>

This div background color is #34237D.


Border color

.myBorderColor { border: 1px solid #34237D; }

<div style="border:3px solid #34237D">Div</div>

This div border color is #34237D.


Opacity

.myOpacity80 { color: #34237D; opacity: 0.8; }

<p style="color:#34237D;opacity:0.8;">80%</p>

Text with #34237D 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 #34237D;}

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

This text has shadow with #34237D color.

.textShadow {text-shadow: 3px 3px 1px #34237D, 3px 3px 1px red;}

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

This text has shadow with #34237D primary color and red secondary color.


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

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

This text has shadow with #34237D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #34237D;
-webkit-box-shadow: 1px 1px 3px 2px #34237D;
box-shadow:1px 1px 3px 2px #34237D;">
Div content here</div>
This div box has shadow with color #34237D.

Preview

Color preview on black background

This text has color #34237D on black background.


Color preview on white background

This text has color #34237D on white background.



Black color preview on #34237D background

This text has black color on #34237D background.


White color preview on #34237D background

This text has white color on #34237D background.