COLOR #256880

HEX: #256880 RGB: (37,104,128)

Color info

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

RGB color model

#256880 color RGB value is (37,104,128).

RGB: (37,104,128) (15%, 41%, 50%)

RGB channels and saturation

R 37 of 255 = 15%
G 104 of 255 = 41%
B 128 of 255 = 50%

37
104
128

R + G + B ~ 35%. #256880 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 104 + 128 = 269 (100%)
R 37 of 269 ~ 13.75%
G 104 of 269 ~ 38.66%
B 128 of 269 ~ 47.58'%

%13.75
%38.66
%47.58

CMYK color model

#256880 color CMYK value is (71,19,0,50).

  • cyan value is 71.09%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (71,19,0,50)
C71M19Y0K50 (71%, 19%, 0%, 50%)
(0.71 / 0.19 / 0.00 / 0.50)

CMYK percentages

%71.09
%18.75
%0
%49.8

Codes

Color #256880 in popluar color models

25 68 80
RGB 37 104 128
HSL 196° 55.15% 32.35%
HSB/HSV 196° 71.09% 50.20%
CMYK 71.09% 18.75% 0.00%
49.80%

Color #256880 in popluar number systems.

HEX 25 68 80
Decimal 37 104 128
Binary 100101 1101000 10000000
Octal 45 150 200

Shades and tints

Shades of #256880

#256880
(37,104,128)
#225F75
(34,95,117)
#1F566A
(31,86,106)
#1C4D5F
(28,77,95)
#194454
(25,68,84)
#163B49
(22,59,73)
#13323E
(19,50,62)
#102933
(16,41,51)
#0D2028
(13,32,40)
#0A171D
(10,23,29)
#070E12
(7,14,18)
#000000
(0,0,0)

Tints of #256880

#256880
(37,104,128)
#38758B
(56,117,139)
#4B8296
(75,130,150)
#5E8FA1
(94,143,161)
#719CAC
(113,156,172)
#84A9B7
(132,169,183)
#97B6C2
(151,182,194)
#AAC3CD
(170,195,205)
#BDD0D8
(189,208,216)
#D0DDE3
(208,221,227)
#E3EAEE
(227,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256880 color. Also use rgb(37,104,128) instead hex code.

Text Font Color

.myTextColor { color: #256880; }

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

This text font color is #256880.

Background Color

.myBgColor { background-color: #256880; }

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

This div background color is #256880.

Border color

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

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

This div border color is #256880.

Opacity

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

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

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

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

This text has shadow with #256880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #256880.

Preview

Color preview on black background

This text has color #256880 on black background.


Color preview on white background

This text has color #256880 on white background.


Black color preview on #256880 background

This text has black color on #256880 background.


White color preview on #256880 background

This text has white color on #256880 background.


Related colors

Complementary color

Complementary color for #hex is #DA977F.


I love getcolorcode.com

Triadic colors

1 #802568 and #688025 with #256880 are triadic colors.

2 #806825 and #682580 with #256880 are triadic colors.