COLOR #264EB1

HEX: #264EB1
RGB: (38,78,177)

Color info

#264EB1 contains mainly blue color. Web safe color of #264EB1 is #336699 (or #369).

RGB color model

#264EB1 color RGB value is (38,78,177).

  • red value is 38;
  • green value is 78;
  • blue value is 177.
RGB:
(38,78,177)
(15%,31%,69%)

RGB channels and saturation

R 38 of 255 = 15%
G 78 of 255 = 31%
B 177 of 255 = 69%

38
78
177

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

Portions of RGB colors in percentages

R + G + B =
38 + 78 + 177 = 293 (100%)
R 38 of 293 ~ 12.97%
G 78 of 293 ~ 26.62%
B 177 of 293 ~ 60.41%

%12.97
%26.62
%60.41

CMYK color model

#264EB1 color CMYK value is (79,56,0,31).

  • cyan value is 78.53%
  • magenta value is 55.93%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(79,56,0,31)
C79M56Y0K31 
(79%,56%,0%,31%)
(0.79/0.56/0.00/0.31)	

CMYK percentages

%78.53
%55.93
%0
%30.59

Codes

Color #264EB1 in popluar color models

264EB1
RGB3878177
HSL223°64.65%42.16%
HSB/HSV223°78.53%69.41%
CMYK78.53%55.93%0.00%
30.59%

Color #264EB1 in popluar number systems.

HEX264EB1
Decimal3878177
Binary100110100111010110001
Octal46116261

Shades and tints

Shades of #264EB1

#264EB1
(38,78,177)
#2347A1
(35,71,161)
#204091
(32,64,145)
#1D3981
(29,57,129)
#1A3271
(26,50,113)
#172B61
(23,43,97)
#142451
(20,36,81)
#111D41
(17,29,65)
#0E1631
(14,22,49)
#0B0F21
(11,15,33)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #264EB1

#264EB1
(38,78,177)
#395EB8
(57,94,184)
#4C6EBF
(76,110,191)
#5F7EC6
(95,126,198)
#728ECD
(114,142,205)
#859ED4
(133,158,212)
#98AEDB
(152,174,219)
#ABBEE2
(171,190,226)
#BECEE9
(190,206,233)
#D1DEF0
(209,222,240)
#E4EEF7
(228,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264EB1 color. Also use rgb(38,78,177) instead hex code.

Text Font Color

.myTextColor { color: #264EB1; }

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

This text font color is #264EB1.


Background Color

.myBgColor { background-color: #264EB1; }

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

This div background color is #264EB1.


Border color

.myBorderColor { border: 1px solid #264EB1; }

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

This div border color is #264EB1.


Opacity

.myOpacity80 { color: #264EB1; opacity: 0.8; }

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

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

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

This text has shadow with #264EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264EB1 on black background.


Color preview on white background

This text has color #264EB1 on white background.



Black color preview on #264EB1 background

This text has black color on #264EB1 background.


White color preview on #264EB1 background

This text has white color on #264EB1 background.