COLOR #254881

HEX: #254881
RGB: (37,72,129)

Color info

#254881 contains mainly green and blue colors. Web safe color of #254881 is #333399 (or #339).

RGB color model

#254881 color RGB value is (37,72,129).

  • red value is 37;
  • green value is 72;
  • blue value is 129.
RGB:
(37,72,129)
(15%,28%,51%)

RGB channels and saturation

R 37 of 255 = 15%
G 72 of 255 = 28%
B 129 of 255 = 51%

37
72
129

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

Portions of RGB colors in percentages

R + G + B =
37 + 72 + 129 = 238 (100%)
R 37 of 238 ~ 15.55%
G 72 of 238 ~ 30.25%
B 129 of 238 ~ 54.2%

%15.55
%30.25
%54.2

CMYK color model

#254881 color CMYK value is (71,44,0,49).

  • cyan value is 71.32%
  • magenta value is 44.19%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(71,44,0,49)
C71M44Y0K49 
(71%,44%,0%,49%)
(0.71/0.44/0.00/0.49)	

CMYK percentages

%71.32
%44.19
%0
%49.41

Codes

Color #254881 in popluar color models

254881
RGB3772129
HSL217°55.42%32.55%
HSB/HSV217°71.32%50.59%
CMYK71.32%44.19%0.00%
49.41%

Color #254881 in popluar number systems.

HEX254881
Decimal3772129
Binary100101100100010000001
Octal45110201

Shades and tints

Shades of #254881

#254881
(37,72,129)
#224276
(34,66,118)
#1F3C6B
(31,60,107)
#1C3660
(28,54,96)
#193055
(25,48,85)
#162A4A
(22,42,74)
#13243F
(19,36,63)
#101E34
(16,30,52)
#0D1829
(13,24,41)
#0A121E
(10,18,30)
#070C13
(7,12,19)
#000000
(0,0,0)

Tints of #254881

#254881
(37,72,129)
#38588C
(56,88,140)
#4B6897
(75,104,151)
#5E78A2
(94,120,162)
#7188AD
(113,136,173)
#8498B8
(132,152,184)
#97A8C3
(151,168,195)
#AAB8CE
(170,184,206)
#BDC8D9
(189,200,217)
#D0D8E4
(208,216,228)
#E3E8EF
(227,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254881 color. Also use rgb(37,72,129) instead hex code.

Text Font Color

.myTextColor { color: #254881; }

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

This text font color is #254881.


Background Color

.myBgColor { background-color: #254881; }

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

This div background color is #254881.


Border color

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

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

This div border color is #254881.


Opacity

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

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

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

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

This text has shadow with #254881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254881 on black background.


Color preview on white background

This text has color #254881 on white background.



Black color preview on #254881 background

This text has black color on #254881 background.


White color preview on #254881 background

This text has white color on #254881 background.