COLOR #2746AE

HEX: #2746AE
RGB: (39,70,174)

Color info

#2746AE contains mainly blue color. Web safe color of #2746AE is #333399 (or #339).

RGB color model

#2746AE color RGB value is (39,70,174).

  • red value is 39;
  • green value is 70;
  • blue value is 174.
RGB:
(39,70,174)
(15%,27%,68%)

RGB channels and saturation

R 39 of 255 = 15%
G 70 of 255 = 27%
B 174 of 255 = 68%

39
70
174

R + G + B ~ 37%. #2746AE is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 70 + 174 = 283 (100%)
R 39 of 283 ~ 13.78%
G 70 of 283 ~ 24.73%
B 174 of 283 ~ 61.48%

%13.78
%24.73
%61.48

CMYK color model

#2746AE color CMYK value is (78,60,0,32).

  • cyan value is 77.59%
  • magenta value is 59.77%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(78,60,0,32)
C78M60Y0K32 
(78%,60%,0%,32%)
(0.78/0.60/0.00/0.32)	

CMYK percentages

%77.59
%59.77
%0
%31.76

Codes

Color #2746AE in popluar color models

2746AE
RGB3970174
HSL226°63.38%41.76%
HSB/HSV226°77.59%68.24%
CMYK77.59%59.77%0.00%
31.76%

Color #2746AE in popluar number systems.

HEX2746AE
Decimal3970174
Binary100111100011010101110
Octal47106256

Shades and tints

Shades of #2746AE

#2746AE
(39,70,174)
#24409F
(36,64,159)
#213A90
(33,58,144)
#1E3481
(30,52,129)
#1B2E72
(27,46,114)
#182863
(24,40,99)
#152254
(21,34,84)
#121C45
(18,28,69)
#0F1636
(15,22,54)
#0C1027
(12,16,39)
#090A18
(9,10,24)
#000000
(0,0,0)

Tints of #2746AE

#2746AE
(39,70,174)
#3A56B5
(58,86,181)
#4D66BC
(77,102,188)
#6076C3
(96,118,195)
#7386CA
(115,134,202)
#8696D1
(134,150,209)
#99A6D8
(153,166,216)
#ACB6DF
(172,182,223)
#BFC6E6
(191,198,230)
#D2D6ED
(210,214,237)
#E5E6F4
(229,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2746AE color. Also use rgb(39,70,174) instead hex code.

Text Font Color

.myTextColor { color: #2746AE; }

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

This text font color is #2746AE.


Background Color

.myBgColor { background-color: #2746AE; }

<div style="background-color:#2746AE">Inner text</div>

This div background color is #2746AE.


Border color

.myBorderColor { border: 1px solid #2746AE; }

<div style="border:3px solid #2746AE">Div</div>

This div border color is #2746AE.


Opacity

.myOpacity80 { color: #2746AE; opacity: 0.8; }

<p style="color:#2746AE;opacity:0.8;">80%</p>

Text with #2746AE 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 #2746AE;}

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

This text has shadow with #2746AE color.

.textShadow {text-shadow: 3px 3px 1px #2746AE, 3px 3px 1px red;}

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

This text has shadow with #2746AE primary color and red secondary color.


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

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

This text has shadow with #2746AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2746AE on black background.


Color preview on white background

This text has color #2746AE on white background.



Black color preview on #2746AE background

This text has black color on #2746AE background.


White color preview on #2746AE background

This text has white color on #2746AE background.