COLOR #254474

HEX: #254474
RGB: (37,68,116)

Color info

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

RGB color model

#254474 color RGB value is (37,68,116).

  • red value is 37;
  • green value is 68;
  • blue value is 116.
RGB:
(37,68,116)
(15%,27%,45%)

RGB channels and saturation

R 37 of 255 = 15%
G 68 of 255 = 27%
B 116 of 255 = 45%

37
68
116

R + G + B ~ 29%. #254474 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 68 + 116 = 221 (100%)
R 37 of 221 ~ 16.74%
G 68 of 221 ~ 30.77%
B 116 of 221 ~ 52.49%

%16.74
%30.77
%52.49

CMYK color model

#254474 color CMYK value is (68,41,0,55).

  • cyan value is 68.10%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(68,41,0,55)
C68M41Y0K55 
(68%,41%,0%,55%)
(0.68/0.41/0.00/0.55)	

CMYK percentages

%68.1
%41.38
%0
%54.51

Codes

Color #254474 in popluar color models

254474
RGB3768116
HSL216°51.63%30.00%
HSB/HSV216°68.10%45.49%
CMYK68.10%41.38%0.00%
54.51%

Color #254474 in popluar number systems.

HEX254474
Decimal3768116
Binary10010110001001110100
Octal45104164

Shades and tints

Shades of #254474

#254474
(37,68,116)
#223E6A
(34,62,106)
#1F3860
(31,56,96)
#1C3256
(28,50,86)
#192C4C
(25,44,76)
#162642
(22,38,66)
#132038
(19,32,56)
#101A2E
(16,26,46)
#0D1424
(13,20,36)
#0A0E1A
(10,14,26)
#070810
(7,8,16)
#000000
(0,0,0)

Tints of #254474

#254474
(37,68,116)
#385580
(56,85,128)
#4B668C
(75,102,140)
#5E7798
(94,119,152)
#7188A4
(113,136,164)
#8499B0
(132,153,176)
#97AABC
(151,170,188)
#AABBC8
(170,187,200)
#BDCCD4
(189,204,212)
#D0DDE0
(208,221,224)
#E3EEEC
(227,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254474 color. Also use rgb(37,68,116) instead hex code.

Text Font Color

.myTextColor { color: #254474; }

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

This text font color is #254474.


Background Color

.myBgColor { background-color: #254474; }

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

This div background color is #254474.


Border color

.myBorderColor { border: 1px solid #254474; }

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

This div border color is #254474.


Opacity

.myOpacity80 { color: #254474; opacity: 0.8; }

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

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

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

This text has shadow with #254474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254474 on black background.


Color preview on white background

This text has color #254474 on white background.



Black color preview on #254474 background

This text has black color on #254474 background.


White color preview on #254474 background

This text has white color on #254474 background.