COLOR #34257D

HEX: #34257D
RGB: (52,37,125)

Color info

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

RGB color model

#34257D color RGB value is (52,37,125).

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

RGB channels and saturation

R 52 of 255 = 20%
G 37 of 255 = 15%
B 125 of 255 = 49%

52
37
125

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

Portions of RGB colors in percentages

R + G + B =
52 + 37 + 125 = 214 (100%)
R 52 of 214 ~ 24.3%
G 37 of 214 ~ 17.29%
B 125 of 214 ~ 58.41%

%24.3
%17.29
%58.41

CMYK color model

#34257D color CMYK value is (58,70,0,51).

  • cyan value is 58.40%
  • magenta value is 70.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(58,70,0,51)
C58M70Y0K51 
(58%,70%,0%,51%)
(0.58/0.70/0.00/0.51)	

CMYK percentages

%58.4
%70.4
%0
%50.98

Codes

Color #34257D in popluar color models

34257D
RGB5237125
HSL250°54.32%31.76%
HSB/HSV250°70.40%49.02%
CMYK58.40%70.40%0.00%
50.98%

Color #34257D in popluar number systems.

HEX34257D
Decimal5237125
Binary1101001001011111101
Octal6445175

Shades and tints

Shades of #34257D

#34257D
(52,37,125)
#302272
(48,34,114)
#2C1F67
(44,31,103)
#281C5C
(40,28,92)
#241951
(36,25,81)
#201646
(32,22,70)
#1C133B
(28,19,59)
#181030
(24,16,48)
#140D25
(20,13,37)
#100A1A
(16,10,26)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #34257D

#34257D
(52,37,125)
#463888
(70,56,136)
#584B93
(88,75,147)
#6A5E9E
(106,94,158)
#7C71A9
(124,113,169)
#8E84B4
(142,132,180)
#A097BF
(160,151,191)
#B2AACA
(178,170,202)
#C4BDD5
(196,189,213)
#D6D0E0
(214,208,224)
#E8E3EB
(232,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34257D; }

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

This text font color is #34257D.


Background Color

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

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

This div background color is #34257D.


Border color

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

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

This div border color is #34257D.


Opacity

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

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

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

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

This text has shadow with #34257D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34257D on black background.


Color preview on white background

This text has color #34257D on white background.



Black color preview on #34257D background

This text has black color on #34257D background.


White color preview on #34257D background

This text has white color on #34257D background.