COLOR #255473

HEX: #255473
RGB: (37,84,115)

Color info

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

RGB color model

#255473 color RGB value is (37,84,115).

  • red value is 37;
  • green value is 84;
  • blue value is 115.
RGB:
(37,84,115)
(15%,33%,45%)

RGB channels and saturation

R 37 of 255 = 15%
G 84 of 255 = 33%
B 115 of 255 = 45%

37
84
115

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

Portions of RGB colors in percentages

R + G + B =
37 + 84 + 115 = 236 (100%)
R 37 of 236 ~ 15.68%
G 84 of 236 ~ 35.59%
B 115 of 236 ~ 48.73%

%15.68
%35.59
%48.73

CMYK color model

#255473 color CMYK value is (68,27,0,55).

  • cyan value is 67.83%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(68,27,0,55)
C68M27Y0K55 
(68%,27%,0%,55%)
(0.68/0.27/0.00/0.55)	

CMYK percentages

%67.83
%26.96
%0
%54.9

Codes

Color #255473 in popluar color models

255473
RGB3784115
HSL204°51.32%29.80%
HSB/HSV204°67.83%45.10%
CMYK67.83%26.96%0.00%
54.90%

Color #255473 in popluar number systems.

HEX255473
Decimal3784115
Binary10010110101001110011
Octal45124163

Shades and tints

Shades of #255473

#255473
(37,84,115)
#224D69
(34,77,105)
#1F465F
(31,70,95)
#1C3F55
(28,63,85)
#19384B
(25,56,75)
#163141
(22,49,65)
#132A37
(19,42,55)
#10232D
(16,35,45)
#0D1C23
(13,28,35)
#0A1519
(10,21,25)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #255473

#255473
(37,84,115)
#38637F
(56,99,127)
#4B728B
(75,114,139)
#5E8197
(94,129,151)
#7190A3
(113,144,163)
#849FAF
(132,159,175)
#97AEBB
(151,174,187)
#AABDC7
(170,189,199)
#BDCCD3
(189,204,211)
#D0DBDF
(208,219,223)
#E3EAEB
(227,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #255473 color. Also use rgb(37,84,115) instead hex code.

Text Font Color

.myTextColor { color: #255473; }

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

This text font color is #255473.


Background Color

.myBgColor { background-color: #255473; }

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

This div background color is #255473.


Border color

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

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

This div border color is #255473.


Opacity

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

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

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

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

This text has shadow with #255473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #255473 on black background.


Color preview on white background

This text has color #255473 on white background.



Black color preview on #255473 background

This text has black color on #255473 background.


White color preview on #255473 background

This text has white color on #255473 background.