COLOR #256591

HEX: #256591 RGB: (37,101,145)

Color info

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

RGB color model

#256591 color RGB value is (37,101,145).

RGB: (37,101,145) (15%, 40%, 57%)

RGB channels and saturation

R 37 of 255 = 15%
G 101 of 255 = 40%
B 145 of 255 = 57%

37
101
145

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

Portions of RGB colors in percentages

R + G + B = 37 + 101 + 145 = 283 (100%)
R 37 of 283 ~ 13.07%
G 101 of 283 ~ 35.69%
B 145 of 283 ~ 51.24'%

%13.07
%35.69
%51.24

CMYK color model

#256591 color CMYK value is (74,30,0,43).

  • cyan value is 74.48%
  • magenta value is 30.34%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (74,30,0,43)
C74M30Y0K43 (74%, 30%, 0%, 43%)
(0.74 / 0.30 / 0.00 / 0.43)

CMYK percentages

%74.48
%30.34
%0
%43.14

Codes

Color #256591 in popluar color models

25 65 91
RGB 37 101 145
HSL 204° 59.34% 35.69%
HSB/HSV 204° 74.48% 56.86%
CMYK 74.48% 30.34% 0.00%
43.14%

Color #256591 in popluar number systems.

HEX 25 65 91
Decimal 37 101 145
Binary 100101 1100101 10010001
Octal 45 145 221

Shades and tints

Shades of #256591

#256591
(37,101,145)
#225C84
(34,92,132)
#1F5377
(31,83,119)
#1C4A6A
(28,74,106)
#19415D
(25,65,93)
#163850
(22,56,80)
#132F43
(19,47,67)
#102636
(16,38,54)
#0D1D29
(13,29,41)
#0A141C
(10,20,28)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #256591

#256591
(37,101,145)
#38739B
(56,115,155)
#4B81A5
(75,129,165)
#5E8FAF
(94,143,175)
#719DB9
(113,157,185)
#84ABC3
(132,171,195)
#97B9CD
(151,185,205)
#AAC7D7
(170,199,215)
#BDD5E1
(189,213,225)
#D0E3EB
(208,227,235)
#E3F1F5
(227,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #256591; }

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

This text font color is #256591.

Background Color

.myBgColor { background-color: #256591; }

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

This div background color is #256591.

Border color

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

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

This div border color is #256591.

Opacity

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

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

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

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

This text has shadow with #256591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #256591.

Preview

Color preview on black background

This text has color #256591 on black background.


Color preview on white background

This text has color #256591 on white background.


Black color preview on #256591 background

This text has black color on #256591 background.


White color preview on #256591 background

This text has white color on #256591 background.


Related colors

Complementary color

Complementary color for #hex is #DA9A6E.


I love getcolorcode.com

Triadic colors

1 #912565 and #659125 with #256591 are triadic colors.

2 #916525 and #652591 with #256591 are triadic colors.