COLOR #2474A8

HEX: #2474A8
RGB: (36,116,168)

Color info

#2474A8 contains mainly green and blue colors. Web safe color of #2474A8 is #336699 (or #369).

RGB color model

#2474A8 color RGB value is (36,116,168).

  • red value is 36;
  • green value is 116;
  • blue value is 168.
RGB:
(36,116,168)
(14%,45%,66%)

RGB channels and saturation

R 36 of 255 = 14%
G 116 of 255 = 45%
B 168 of 255 = 66%

36
116
168

R + G + B ~ 42%. #2474A8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 116 + 168 = 320 (100%)
R 36 of 320 ~ 11.25%
G 116 of 320 ~ 36.25%
B 168 of 320 ~ 52.5%

%11.25
%36.25
%52.5

CMYK color model

#2474A8 color CMYK value is (79,31,0,34).

  • cyan value is 78.57%
  • magenta value is 30.95%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(79,31,0,34)
C79M31Y0K34 
(79%,31%,0%,34%)
(0.79/0.31/0.00/0.34)	

CMYK percentages

%78.57
%30.95
%0
%34.12

Codes

Color #2474A8 in popluar color models

2474A8
RGB36116168
HSL204°64.71%40.00%
HSB/HSV204°78.57%65.88%
CMYK78.57%30.95%0.00%
34.12%

Color #2474A8 in popluar number systems.

HEX2474A8
Decimal36116168
Binary100100111010010101000
Octal44164250

Shades and tints

Shades of #2474A8

#2474A8
(36,116,168)
#216A99
(33,106,153)
#1E608A
(30,96,138)
#1B567B
(27,86,123)
#184C6C
(24,76,108)
#15425D
(21,66,93)
#12384E
(18,56,78)
#0F2E3F
(15,46,63)
#0C2430
(12,36,48)
#091A21
(9,26,33)
#061012
(6,16,18)
#000000
(0,0,0)

Tints of #2474A8

#2474A8
(36,116,168)
#3780AF
(55,128,175)
#4A8CB6
(74,140,182)
#5D98BD
(93,152,189)
#70A4C4
(112,164,196)
#83B0CB
(131,176,203)
#96BCD2
(150,188,210)
#A9C8D9
(169,200,217)
#BCD4E0
(188,212,224)
#CFE0E7
(207,224,231)
#E2ECEE
(226,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2474A8 color. Also use rgb(36,116,168) instead hex code.

Text Font Color

.myTextColor { color: #2474A8; }

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

This text font color is #2474A8.


Background Color

.myBgColor { background-color: #2474A8; }

<div style="background-color:#2474A8">Inner text</div>

This div background color is #2474A8.


Border color

.myBorderColor { border: 1px solid #2474A8; }

<div style="border:3px solid #2474A8">Div</div>

This div border color is #2474A8.


Opacity

.myOpacity80 { color: #2474A8; opacity: 0.8; }

<p style="color:#2474A8;opacity:0.8;">80%</p>

Text with #2474A8 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 #2474A8;}

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

This text has shadow with #2474A8 color.

.textShadow {text-shadow: 3px 3px 1px #2474A8, 3px 3px 1px red;}

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

This text has shadow with #2474A8 primary color and red secondary color.


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

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

This text has shadow with #2474A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2474A8 on black background.


Color preview on white background

This text has color #2474A8 on white background.



Black color preview on #2474A8 background

This text has black color on #2474A8 background.


White color preview on #2474A8 background

This text has white color on #2474A8 background.