COLOR #254E72

HEX: #254E72
RGB: (37,78,114)

Color info

#254E72 contains mainly green and blue colors. Web safe color of #254E72 is #336666 (or #366).

RGB color model

#254E72 color RGB value is (37,78,114).

  • red value is 37;
  • green value is 78;
  • blue value is 114.
RGB:
(37,78,114)
(15%,31%,45%)

RGB channels and saturation

R 37 of 255 = 15%
G 78 of 255 = 31%
B 114 of 255 = 45%

37
78
114

R + G + B ~ 30%. #254E72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 78 + 114 = 229 (100%)
R 37 of 229 ~ 16.16%
G 78 of 229 ~ 34.06%
B 114 of 229 ~ 49.78%

%16.16
%34.06
%49.78

CMYK color model

#254E72 color CMYK value is (68,32,0,55).

  • cyan value is 67.54%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(68,32,0,55)
C68M32Y0K55 
(68%,32%,0%,55%)
(0.68/0.32/0.00/0.55)	

CMYK percentages

%67.54
%31.58
%0
%55.29

Codes

Color #254E72 in popluar color models

254E72
RGB3778114
HSL208°50.99%29.61%
HSB/HSV208°67.54%44.71%
CMYK67.54%31.58%0.00%
55.29%

Color #254E72 in popluar number systems.

HEX254E72
Decimal3778114
Binary10010110011101110010
Octal45116162

Shades and tints

Shades of #254E72

#254E72
(37,78,114)
#224768
(34,71,104)
#1F405E
(31,64,94)
#1C3954
(28,57,84)
#19324A
(25,50,74)
#162B40
(22,43,64)
#132436
(19,36,54)
#101D2C
(16,29,44)
#0D1622
(13,22,34)
#0A0F18
(10,15,24)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #254E72

#254E72
(37,78,114)
#385E7E
(56,94,126)
#4B6E8A
(75,110,138)
#5E7E96
(94,126,150)
#718EA2
(113,142,162)
#849EAE
(132,158,174)
#97AEBA
(151,174,186)
#AABEC6
(170,190,198)
#BDCED2
(189,206,210)
#D0DEDE
(208,222,222)
#E3EEEA
(227,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254E72 color. Also use rgb(37,78,114) instead hex code.

Text Font Color

.myTextColor { color: #254E72; }

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

This text font color is #254E72.


Background Color

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

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

This div background color is #254E72.


Border color

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

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

This div border color is #254E72.


Opacity

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

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

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

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

This text has shadow with #254E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254E72 on black background.


Color preview on white background

This text has color #254E72 on white background.



Black color preview on #254E72 background

This text has black color on #254E72 background.


White color preview on #254E72 background

This text has white color on #254E72 background.