COLOR #3459BB

HEX: #3459BB
RGB: (52,89,187)

Color info

#3459BB contains mainly blue color. Web safe color of #3459BB is #3366CC (or #36C).

RGB color model

#3459BB color RGB value is (52,89,187).

  • red value is 52;
  • green value is 89;
  • blue value is 187.
RGB:
(52,89,187)
(20%,35%,73%)

RGB channels and saturation

R 52 of 255 = 20%
G 89 of 255 = 35%
B 187 of 255 = 73%

52
89
187

R + G + B ~ 43%. #3459BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 89 + 187 = 328 (100%)
R 52 of 328 ~ 15.85%
G 89 of 328 ~ 27.13%
B 187 of 328 ~ 57.01%

%15.85
%27.13
%57.01

CMYK color model

#3459BB color CMYK value is (72,52,0,27).

  • cyan value is 72.19%
  • magenta value is 52.41%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(72,52,0,27)
C72M52Y0K27 
(72%,52%,0%,27%)
(0.72/0.52/0.00/0.27)	

CMYK percentages

%72.19
%52.41
%0
%26.67

Codes

Color #3459BB in popluar color models

3459BB
RGB5289187
HSL224°56.49%46.86%
HSB/HSV224°72.19%73.33%
CMYK72.19%52.41%0.00%
26.67%

Color #3459BB in popluar number systems.

HEX3459BB
Decimal5289187
Binary110100101100110111011
Octal64131273

Shades and tints

Shades of #3459BB

#3459BB
(52,89,187)
#3051AA
(48,81,170)
#2C4999
(44,73,153)
#284188
(40,65,136)
#243977
(36,57,119)
#203166
(32,49,102)
#1C2955
(28,41,85)
#182144
(24,33,68)
#141933
(20,25,51)
#101122
(16,17,34)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #3459BB

#3459BB
(52,89,187)
#4668C1
(70,104,193)
#5877C7
(88,119,199)
#6A86CD
(106,134,205)
#7C95D3
(124,149,211)
#8EA4D9
(142,164,217)
#A0B3DF
(160,179,223)
#B2C2E5
(178,194,229)
#C4D1EB
(196,209,235)
#D6E0F1
(214,224,241)
#E8EFF7
(232,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3459BB color. Also use rgb(52,89,187) instead hex code.

Text Font Color

.myTextColor { color: #3459BB; }

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

This text font color is #3459BB.


Background Color

.myBgColor { background-color: #3459BB; }

<div style="background-color:#3459BB">Inner text</div>

This div background color is #3459BB.


Border color

.myBorderColor { border: 1px solid #3459BB; }

<div style="border:3px solid #3459BB">Div</div>

This div border color is #3459BB.


Opacity

.myOpacity80 { color: #3459BB; opacity: 0.8; }

<p style="color:#3459BB;opacity:0.8;">80%</p>

Text with #3459BB 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 #3459BB;}

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

This text has shadow with #3459BB color.

.textShadow {text-shadow: 3px 3px 1px #3459BB, 3px 3px 1px red;}

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

This text has shadow with #3459BB primary color and red secondary color.


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

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

This text has shadow with #3459BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3459BB on black background.


Color preview on white background

This text has color #3459BB on white background.



Black color preview on #3459BB background

This text has black color on #3459BB background.


White color preview on #3459BB background

This text has white color on #3459BB background.