COLOR #256E88

HEX: #256E88
RGB: (37,110,136)

Color info

#256E88 contains mainly green and blue colors. Web safe color of #256E88 is #336699 (or #369).

RGB color model

#256E88 color RGB value is (37,110,136).

  • red value is 37;
  • green value is 110;
  • blue value is 136.
RGB:
(37,110,136)
(15%,43%,53%)

RGB channels and saturation

R 37 of 255 = 15%
G 110 of 255 = 43%
B 136 of 255 = 53%

37
110
136

R + G + B ~ 37%. #256E88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 110 + 136 = 283 (100%)
R 37 of 283 ~ 13.07%
G 110 of 283 ~ 38.87%
B 136 of 283 ~ 48.06%

%13.07
%38.87
%48.06

CMYK color model

#256E88 color CMYK value is (73,19,0,47).

  • cyan value is 72.79%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(73,19,0,47)
C73M19Y0K47 
(73%,19%,0%,47%)
(0.73/0.19/0.00/0.47)	

CMYK percentages

%72.79
%19.12
%0
%46.67

Codes

Color #256E88 in popluar color models

256E88
RGB37110136
HSL196°57.23%33.92%
HSB/HSV196°72.79%53.33%
CMYK72.79%19.12%0.00%
46.67%

Color #256E88 in popluar number systems.

HEX256E88
Decimal37110136
Binary100101110111010001000
Octal45156210

Shades and tints

Shades of #256E88

#256E88
(37,110,136)
#22647C
(34,100,124)
#1F5A70
(31,90,112)
#1C5064
(28,80,100)
#194658
(25,70,88)
#163C4C
(22,60,76)
#133240
(19,50,64)
#102834
(16,40,52)
#0D1E28
(13,30,40)
#0A141C
(10,20,28)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #256E88

#256E88
(37,110,136)
#387B92
(56,123,146)
#4B889C
(75,136,156)
#5E95A6
(94,149,166)
#71A2B0
(113,162,176)
#84AFBA
(132,175,186)
#97BCC4
(151,188,196)
#AAC9CE
(170,201,206)
#BDD6D8
(189,214,216)
#D0E3E2
(208,227,226)
#E3F0EC
(227,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256E88 color. Also use rgb(37,110,136) instead hex code.

Text Font Color

.myTextColor { color: #256E88; }

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

This text font color is #256E88.


Background Color

.myBgColor { background-color: #256E88; }

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

This div background color is #256E88.


Border color

.myBorderColor { border: 1px solid #256E88; }

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

This div border color is #256E88.


Opacity

.myOpacity80 { color: #256E88; opacity: 0.8; }

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

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

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

This text has shadow with #256E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256E88 on black background.


Color preview on white background

This text has color #256E88 on white background.



Black color preview on #256E88 background

This text has black color on #256E88 background.


White color preview on #256E88 background

This text has white color on #256E88 background.