COLOR #256596

HEX: #256596
RGB: (37,101,150)

Color info

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

RGB color model

#256596 color RGB value is (37,101,150).

  • red value is 37;
  • green value is 101;
  • blue value is 150.
RGB:
(37,101,150)
(15%,40%,59%)

RGB channels and saturation

R 37 of 255 = 15%
G 101 of 255 = 40%
B 150 of 255 = 59%

37
101
150

R + G + B ~ 38%. #256596 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 101 + 150 = 288 (100%)
R 37 of 288 ~ 12.85%
G 101 of 288 ~ 35.07%
B 150 of 288 ~ 52.08%

%12.85
%35.07
%52.08

CMYK color model

#256596 color CMYK value is (75,33,0,41).

  • cyan value is 75.33%
  • magenta value is 32.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(75,33,0,41)
C75M33Y0K41 
(75%,33%,0%,41%)
(0.75/0.33/0.00/0.41)	

CMYK percentages

%75.33
%32.67
%0
%41.18

Codes

Color #256596 in popluar color models

256596
RGB37101150
HSL206°60.43%36.67%
HSB/HSV206°75.33%58.82%
CMYK75.33%32.67%0.00%
41.18%

Color #256596 in popluar number systems.

HEX256596
Decimal37101150
Binary100101110010110010110
Octal45145226

Shades and tints

Shades of #256596

#256596
(37,101,150)
#225C89
(34,92,137)
#1F537C
(31,83,124)
#1C4A6F
(28,74,111)
#194162
(25,65,98)
#163855
(22,56,85)
#132F48
(19,47,72)
#10263B
(16,38,59)
#0D1D2E
(13,29,46)
#0A1421
(10,20,33)
#070B14
(7,11,20)
#000000
(0,0,0)

Tints of #256596

#256596
(37,101,150)
#38739F
(56,115,159)
#4B81A8
(75,129,168)
#5E8FB1
(94,143,177)
#719DBA
(113,157,186)
#84ABC3
(132,171,195)
#97B9CC
(151,185,204)
#AAC7D5
(170,199,213)
#BDD5DE
(189,213,222)
#D0E3E7
(208,227,231)
#E3F1F0
(227,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256596 color. Also use rgb(37,101,150) instead hex code.

Text Font Color

.myTextColor { color: #256596; }

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

This text font color is #256596.


Background Color

.myBgColor { background-color: #256596; }

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

This div background color is #256596.


Border color

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

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

This div border color is #256596.


Opacity

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

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

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

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

This text has shadow with #256596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256596 on black background.


Color preview on white background

This text has color #256596 on white background.



Black color preview on #256596 background

This text has black color on #256596 background.


White color preview on #256596 background

This text has white color on #256596 background.