COLOR #256AFF

HEX: #256AFF
RGB: (37,106,255)

Color info

#256AFF contains mainly blue color. Web safe color of #256AFF is #3366FF (or #36F).

RGB color model

#256AFF color RGB value is (37,106,255).

  • red value is 37;
  • green value is 106;
  • blue value is 255.
RGB:
(37,106,255)
(15%,42%,100%)

RGB channels and saturation

R 37 of 255 = 15%
G 106 of 255 = 42%
B 255 of 255 = 100%

37
106
255

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

Portions of RGB colors in percentages

R + G + B =
37 + 106 + 255 = 398 (100%)
R 37 of 398 ~ 9.3%
G 106 of 398 ~ 26.63%
B 255 of 398 ~ 64.07%

%26.63
%64.07

CMYK color model

#256AFF color CMYK value is (85,58,0,0).

  • cyan value is 85.49%
  • magenta value is 58.43%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(85,58,0,0)
C85M58Y0K0 
(85%,58%,0%,0%)
(0.85/0.58/0.00/0.00)	

CMYK percentages

%85.49
%58.43
%0
%0

Codes

Color #256AFF in popluar color models

256AFF
RGB37106255
HSL221°100.00%57.25%
HSB/HSV221°85.49%100.00%
CMYK85.49%58.43%0.00%
0.00%

Color #256AFF in popluar number systems.

HEX256AFF
Decimal37106255
Binary100101110101011111111
Octal45152377

Shades and tints

Shades of #256AFF

#256AFF
(37,106,255)
#2261E8
(34,97,232)
#1F58D1
(31,88,209)
#1C4FBA
(28,79,186)
#1946A3
(25,70,163)
#163D8C
(22,61,140)
#133475
(19,52,117)
#102B5E
(16,43,94)
#0D2247
(13,34,71)
#0A1930
(10,25,48)
#071019
(7,16,25)
#000000
(0,0,0)

Tints of #256AFF

#256AFF
(37,106,255)
#3877FF
(56,119,255)
#4B84FF
(75,132,255)
#5E91FF
(94,145,255)
#719EFF
(113,158,255)
#84ABFF
(132,171,255)
#97B8FF
(151,184,255)
#AAC5FF
(170,197,255)
#BDD2FF
(189,210,255)
#D0DFFF
(208,223,255)
#E3ECFF
(227,236,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #256AFF color. Also use rgb(37,106,255) instead hex code.

Text Font Color

.myTextColor { color: #256AFF; }

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

This text font color is #256AFF.


Background Color

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

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

This div background color is #256AFF.


Border color

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

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

This div border color is #256AFF.


Opacity

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

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

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

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

This text has shadow with #256AFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #256AFF on black background.


Color preview on white background

This text has color #256AFF on white background.



Black color preview on #256AFF background

This text has black color on #256AFF background.


White color preview on #256AFF background

This text has white color on #256AFF background.