COLOR #264D83

HEX: #264D83
RGB: (38,77,131)

Color info

#264D83 contains mainly green and blue colors. Web safe color of #264D83 is #333399 (or #339).

RGB color model

#264D83 color RGB value is (38,77,131).

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

RGB channels and saturation

R 38 of 255 = 15%
G 77 of 255 = 30%
B 131 of 255 = 51%

38
77
131

R + G + B ~ 32%. #264D83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 77 + 131 = 246 (100%)
R 38 of 246 ~ 15.45%
G 77 of 246 ~ 31.3%
B 131 of 246 ~ 53.25%

%15.45
%31.3
%53.25

CMYK color model

#264D83 color CMYK value is (71,41,0,49).

  • cyan value is 70.99%
  • magenta value is 41.22%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(71,41,0,49)
C71M41Y0K49 
(71%,41%,0%,49%)
(0.71/0.41/0.00/0.49)	

CMYK percentages

%70.99
%41.22
%0
%48.63

Codes

Color #264D83 in popluar color models

264D83
RGB3877131
HSL215°55.03%33.14%
HSB/HSV215°70.99%51.37%
CMYK70.99%41.22%0.00%
48.63%

Color #264D83 in popluar number systems.

HEX264D83
Decimal3877131
Binary100110100110110000011
Octal46115203

Shades and tints

Shades of #264D83

#264D83
(38,77,131)
#234678
(35,70,120)
#203F6D
(32,63,109)
#1D3862
(29,56,98)
#1A3157
(26,49,87)
#172A4C
(23,42,76)
#142341
(20,35,65)
#111C36
(17,28,54)
#0E152B
(14,21,43)
#0B0E20
(11,14,32)
#080715
(8,7,21)
#000000
(0,0,0)

Tints of #264D83

#264D83
(38,77,131)
#395D8E
(57,93,142)
#4C6D99
(76,109,153)
#5F7DA4
(95,125,164)
#728DAF
(114,141,175)
#859DBA
(133,157,186)
#98ADC5
(152,173,197)
#ABBDD0
(171,189,208)
#BECDDB
(190,205,219)
#D1DDE6
(209,221,230)
#E4EDF1
(228,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264D83; }

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

This text font color is #264D83.


Background Color

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

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

This div background color is #264D83.


Border color

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

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

This div border color is #264D83.


Opacity

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

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

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

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

This text has shadow with #264D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264D83 on black background.


Color preview on white background

This text has color #264D83 on white background.



Black color preview on #264D83 background

This text has black color on #264D83 background.


White color preview on #264D83 background

This text has white color on #264D83 background.