COLOR #254A80

HEX: #254A80
RGB: (37,74,128)

Color info

#254A80 contains mainly green and blue colors. Web safe color of #254A80 is #333366 (or #336).

RGB color model

#254A80 color RGB value is (37,74,128).

  • red value is 37;
  • green value is 74;
  • blue value is 128.
RGB:
(37,74,128)
(15%,29%,50%)

RGB channels and saturation

R 37 of 255 = 15%
G 74 of 255 = 29%
B 128 of 255 = 50%

37
74
128

R + G + B ~ 31%. #254A80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 74 + 128 = 239 (100%)
R 37 of 239 ~ 15.48%
G 74 of 239 ~ 30.96%
B 128 of 239 ~ 53.56%

%15.48
%30.96
%53.56

CMYK color model

#254A80 color CMYK value is (71,42,0,50).

  • cyan value is 71.09%
  • magenta value is 42.19%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(71,42,0,50)
C71M42Y0K50 
(71%,42%,0%,50%)
(0.71/0.42/0.00/0.50)	

CMYK percentages

%71.09
%42.19
%0
%49.8

Codes

Color #254A80 in popluar color models

254A80
RGB3774128
HSL216°55.15%32.35%
HSB/HSV216°71.09%50.20%
CMYK71.09%42.19%0.00%
49.80%

Color #254A80 in popluar number systems.

HEX254A80
Decimal3774128
Binary100101100101010000000
Octal45112200

Shades and tints

Shades of #254A80

#254A80
(37,74,128)
#224475
(34,68,117)
#1F3E6A
(31,62,106)
#1C385F
(28,56,95)
#193254
(25,50,84)
#162C49
(22,44,73)
#13263E
(19,38,62)
#102033
(16,32,51)
#0D1A28
(13,26,40)
#0A141D
(10,20,29)
#070E12
(7,14,18)
#000000
(0,0,0)

Tints of #254A80

#254A80
(37,74,128)
#385A8B
(56,90,139)
#4B6A96
(75,106,150)
#5E7AA1
(94,122,161)
#718AAC
(113,138,172)
#849AB7
(132,154,183)
#97AAC2
(151,170,194)
#AABACD
(170,186,205)
#BDCAD8
(189,202,216)
#D0DAE3
(208,218,227)
#E3EAEE
(227,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254A80 color. Also use rgb(37,74,128) instead hex code.

Text Font Color

.myTextColor { color: #254A80; }

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

This text font color is #254A80.


Background Color

.myBgColor { background-color: #254A80; }

<div style="background-color:#254A80">Inner text</div>

This div background color is #254A80.


Border color

.myBorderColor { border: 1px solid #254A80; }

<div style="border:3px solid #254A80">Div</div>

This div border color is #254A80.


Opacity

.myOpacity80 { color: #254A80; opacity: 0.8; }

<p style="color:#254A80;opacity:0.8;">80%</p>

Text with #254A80 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 #254A80;}

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

This text has shadow with #254A80 color.

.textShadow {text-shadow: 3px 3px 1px #254A80, 3px 3px 1px red;}

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

This text has shadow with #254A80 primary color and red secondary color.


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

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

This text has shadow with #254A80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254A80 on black background.


Color preview on white background

This text has color #254A80 on white background.



Black color preview on #254A80 background

This text has black color on #254A80 background.


White color preview on #254A80 background

This text has white color on #254A80 background.