COLOR #264D9E

HEX: #264D9E
RGB: (38,77,158)

Color info

#264D9E contains mainly blue color. Web safe color of #264D9E is #333399 (or #339).

RGB color model

#264D9E color RGB value is (38,77,158).

  • red value is 38;
  • green value is 77;
  • blue value is 158.
RGB:
(38,77,158)
(15%,30%,62%)

RGB channels and saturation

R 38 of 255 = 15%
G 77 of 255 = 30%
B 158 of 255 = 62%

38
77
158

R + G + B ~ 36%. #264D9E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 77 + 158 = 273 (100%)
R 38 of 273 ~ 13.92%
G 77 of 273 ~ 28.21%
B 158 of 273 ~ 57.88%

%13.92
%28.21
%57.88

CMYK color model

#264D9E color CMYK value is (76,51,0,38).

  • cyan value is 75.95%
  • magenta value is 51.27%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(76,51,0,38)
C76M51Y0K38 
(76%,51%,0%,38%)
(0.76/0.51/0.00/0.38)	

CMYK percentages

%75.95
%51.27
%0
%38.04

Codes

Color #264D9E in popluar color models

264D9E
RGB3877158
HSL221°61.22%38.43%
HSB/HSV221°75.95%61.96%
CMYK75.95%51.27%0.00%
38.04%

Color #264D9E in popluar number systems.

HEX264D9E
Decimal3877158
Binary100110100110110011110
Octal46115236

Shades and tints

Shades of #264D9E

#264D9E
(38,77,158)
#234690
(35,70,144)
#203F82
(32,63,130)
#1D3874
(29,56,116)
#1A3166
(26,49,102)
#172A58
(23,42,88)
#14234A
(20,35,74)
#111C3C
(17,28,60)
#0E152E
(14,21,46)
#0B0E20
(11,14,32)
#080712
(8,7,18)
#000000
(0,0,0)

Tints of #264D9E

#264D9E
(38,77,158)
#395DA6
(57,93,166)
#4C6DAE
(76,109,174)
#5F7DB6
(95,125,182)
#728DBE
(114,141,190)
#859DC6
(133,157,198)
#98ADCE
(152,173,206)
#ABBDD6
(171,189,214)
#BECDDE
(190,205,222)
#D1DDE6
(209,221,230)
#E4EDEE
(228,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264D9E color. Also use rgb(38,77,158) instead hex code.

Text Font Color

.myTextColor { color: #264D9E; }

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

This text font color is #264D9E.


Background Color

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

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

This div background color is #264D9E.


Border color

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

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

This div border color is #264D9E.


Opacity

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

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

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

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

This text has shadow with #264D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264D9E on black background.


Color preview on white background

This text has color #264D9E on white background.



Black color preview on #264D9E background

This text has black color on #264D9E background.


White color preview on #264D9E background

This text has white color on #264D9E background.