COLOR #256DA8

HEX: #256DA8
RGB: (37,109,168)

Color info

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

RGB color model

#256DA8 color RGB value is (37,109,168).

  • red value is 37;
  • green value is 109;
  • blue value is 168.
RGB:
(37,109,168)
(15%,43%,66%)

RGB channels and saturation

R 37 of 255 = 15%
G 109 of 255 = 43%
B 168 of 255 = 66%

37
109
168

R + G + B ~ 41%. #256DA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 109 + 168 = 314 (100%)
R 37 of 314 ~ 11.78%
G 109 of 314 ~ 34.71%
B 168 of 314 ~ 53.5%

%11.78
%34.71
%53.5

CMYK color model

#256DA8 color CMYK value is (78,35,0,34).

  • cyan value is 77.98%
  • magenta value is 35.12%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(78,35,0,34)
C78M35Y0K34 
(78%,35%,0%,34%)
(0.78/0.35/0.00/0.34)	

CMYK percentages

%77.98
%35.12
%0
%34.12

Codes

Color #256DA8 in popluar color models

256DA8
RGB37109168
HSL207°63.90%40.20%
HSB/HSV207°77.98%65.88%
CMYK77.98%35.12%0.00%
34.12%

Color #256DA8 in popluar number systems.

HEX256DA8
Decimal37109168
Binary100101110110110101000
Octal45155250

Shades and tints

Shades of #256DA8

#256DA8
(37,109,168)
#226499
(34,100,153)
#1F5B8A
(31,91,138)
#1C527B
(28,82,123)
#19496C
(25,73,108)
#16405D
(22,64,93)
#13374E
(19,55,78)
#102E3F
(16,46,63)
#0D2530
(13,37,48)
#0A1C21
(10,28,33)
#071312
(7,19,18)
#000000
(0,0,0)

Tints of #256DA8

#256DA8
(37,109,168)
#387AAF
(56,122,175)
#4B87B6
(75,135,182)
#5E94BD
(94,148,189)
#71A1C4
(113,161,196)
#84AECB
(132,174,203)
#97BBD2
(151,187,210)
#AAC8D9
(170,200,217)
#BDD5E0
(189,213,224)
#D0E2E7
(208,226,231)
#E3EFEE
(227,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256DA8 color. Also use rgb(37,109,168) instead hex code.

Text Font Color

.myTextColor { color: #256DA8; }

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

This text font color is #256DA8.


Background Color

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

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

This div background color is #256DA8.


Border color

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

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

This div border color is #256DA8.


Opacity

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

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

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

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

This text has shadow with #256DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256DA8 on black background.


Color preview on white background

This text has color #256DA8 on white background.



Black color preview on #256DA8 background

This text has black color on #256DA8 background.


White color preview on #256DA8 background

This text has white color on #256DA8 background.