COLOR #34498C

HEX: #34498C
RGB: (52,73,140)

Color info

#34498C contains mainly blue color. Web safe color of #34498C is #333399 (or #339).

RGB color model

#34498C color RGB value is (52,73,140).

  • red value is 52;
  • green value is 73;
  • blue value is 140.
RGB:
(52,73,140)
(20%,29%,55%)

RGB channels and saturation

R 52 of 255 = 20%
G 73 of 255 = 29%
B 140 of 255 = 55%

52
73
140

R + G + B ~ 35%. #34498C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 73 + 140 = 265 (100%)
R 52 of 265 ~ 19.62%
G 73 of 265 ~ 27.55%
B 140 of 265 ~ 52.83%

%19.62
%27.55
%52.83

CMYK color model

#34498C color CMYK value is (63,48,0,45).

  • cyan value is 62.86%
  • magenta value is 47.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(63,48,0,45)
C63M48Y0K45 
(63%,48%,0%,45%)
(0.63/0.48/0.00/0.45)	

CMYK percentages

%62.86
%47.86
%0
%45.1

Codes

Color #34498C in popluar color models

34498C
RGB5273140
HSL226°45.83%37.65%
HSB/HSV226°62.86%54.90%
CMYK62.86%47.86%0.00%
45.10%

Color #34498C in popluar number systems.

HEX34498C
Decimal5273140
Binary110100100100110001100
Octal64111214

Shades and tints

Shades of #34498C

#34498C
(52,73,140)
#304380
(48,67,128)
#2C3D74
(44,61,116)
#283768
(40,55,104)
#24315C
(36,49,92)
#202B50
(32,43,80)
#1C2544
(28,37,68)
#181F38
(24,31,56)
#14192C
(20,25,44)
#101320
(16,19,32)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #34498C

#34498C
(52,73,140)
#465996
(70,89,150)
#5869A0
(88,105,160)
#6A79AA
(106,121,170)
#7C89B4
(124,137,180)
#8E99BE
(142,153,190)
#A0A9C8
(160,169,200)
#B2B9D2
(178,185,210)
#C4C9DC
(196,201,220)
#D6D9E6
(214,217,230)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34498C color. Also use rgb(52,73,140) instead hex code.

Text Font Color

.myTextColor { color: #34498C; }

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

This text font color is #34498C.


Background Color

.myBgColor { background-color: #34498C; }

<div style="background-color:#34498C">Inner text</div>

This div background color is #34498C.


Border color

.myBorderColor { border: 1px solid #34498C; }

<div style="border:3px solid #34498C">Div</div>

This div border color is #34498C.


Opacity

.myOpacity80 { color: #34498C; opacity: 0.8; }

<p style="color:#34498C;opacity:0.8;">80%</p>

Text with #34498C 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 #34498C;}

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

This text has shadow with #34498C color.

.textShadow {text-shadow: 3px 3px 1px #34498C, 3px 3px 1px red;}

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

This text has shadow with #34498C primary color and red secondary color.


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

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

This text has shadow with #34498C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34498C on black background.


Color preview on white background

This text has color #34498C on white background.



Black color preview on #34498C background

This text has black color on #34498C background.


White color preview on #34498C background

This text has white color on #34498C background.