COLOR #254558

HEX: #254558
RGB: (37,69,88)

Color info

#254558 contains red, green and blue colors in about the same proportion. Web safe color of #254558 is #333366 (or #336).

RGB color model

#254558 color RGB value is (37,69,88).

  • red value is 37;
  • green value is 69;
  • blue value is 88.
RGB:
(37,69,88)
(15%,27%,35%)

RGB channels and saturation

R 37 of 255 = 15%
G 69 of 255 = 27%
B 88 of 255 = 35%

37
69
88

R + G + B ~ 26%. #254558 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 69 + 88 = 194 (100%)
R 37 of 194 ~ 19.07%
G 69 of 194 ~ 35.57%
B 88 of 194 ~ 45.36%

%19.07
%35.57
%45.36

CMYK color model

#254558 color CMYK value is (58,22,0,65).

  • cyan value is 57.95%
  • magenta value is 21.59%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(58,22,0,65)
C58M22Y0K65 
(58%,22%,0%,65%)
(0.58/0.22/0.00/0.65)	

CMYK percentages

%57.95
%21.59
%0
%65.49

Codes

Color #254558 in popluar color models

254558
RGB376988
HSL202°40.80%24.51%
HSB/HSV202°57.95%34.51%
CMYK57.95%21.59%0.00%
65.49%

Color #254558 in popluar number systems.

HEX254558
Decimal376988
Binary10010110001011011000
Octal45105130

Shades and tints

Shades of #254558

#254558
(37,69,88)
#223F50
(34,63,80)
#1F3948
(31,57,72)
#1C3340
(28,51,64)
#192D38
(25,45,56)
#162730
(22,39,48)
#132128
(19,33,40)
#101B20
(16,27,32)
#0D1518
(13,21,24)
#0A0F10
(10,15,16)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #254558

#254558
(37,69,88)
#385567
(56,85,103)
#4B6576
(75,101,118)
#5E7585
(94,117,133)
#718594
(113,133,148)
#8495A3
(132,149,163)
#97A5B2
(151,165,178)
#AAB5C1
(170,181,193)
#BDC5D0
(189,197,208)
#D0D5DF
(208,213,223)
#E3E5EE
(227,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254558 color. Also use rgb(37,69,88) instead hex code.

Text Font Color

.myTextColor { color: #254558; }

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

This text font color is #254558.


Background Color

.myBgColor { background-color: #254558; }

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

This div background color is #254558.


Border color

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

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

This div border color is #254558.


Opacity

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

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

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

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

This text has shadow with #254558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254558 on black background.


Color preview on white background

This text has color #254558 on white background.



Black color preview on #254558 background

This text has black color on #254558 background.


White color preview on #254558 background

This text has white color on #254558 background.