COLOR #264D85

HEX: #264D85 RGB: (38,77,133)

Color info

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

RGB color model

#264D85 color RGB value is (38,77,133).

RGB: (38,77,133) (15%, 30%, 52%)

RGB channels and saturation

R 38 of 255 = 15%
G 77 of 255 = 30%
B 133 of 255 = 52%

38
77
133

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

Portions of RGB colors in percentages

R + G + B = 38 + 77 + 133 = 248 (100%)
R 38 of 248 ~ 15.32%
G 77 of 248 ~ 31.05%
B 133 of 248 ~ 53.63'%

%15.32
%31.05
%53.63

CMYK color model

#264D85 color CMYK value is (71,42,0,48).

  • cyan value is 71.43%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (71,42,0,48) C71M42Y0K48 (71%,42%,0%,48%) (0.71/0.42/0.00/0.48) 

CMYK percentages

%71.43
%42.11
%0
%47.84

Codes

Color #264D85 in popluar color models

26 4D 85
RGB 38 77 133
HSL 215° 55.56% 33.53%
HSB/HSV 215° 71.43% 52.16%
CMYK 71.43% 42.11% 0.00%
47.84%

Color #264D85 in popluar number systems.

HEX 26 4D 85
Decimal 38 77 133
Binary 100110 1001101 10000101
Octal 46 115 205

Shades and tints

Shades of #264D85

#264D85
(38,77,133)
#234679
(35,70,121)
#203F6D
(32,63,109)
#1D3861
(29,56,97)
#1A3155
(26,49,85)
#172A49
(23,42,73)
#14233D
(20,35,61)
#111C31
(17,28,49)
#0E1525
(14,21,37)
#0B0E19
(11,14,25)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #264D85

#264D85
(38,77,133)
#395D90
(57,93,144)
#4C6D9B
(76,109,155)
#5F7DA6
(95,125,166)
#728DB1
(114,141,177)
#859DBC
(133,157,188)
#98ADC7
(152,173,199)
#ABBDD2
(171,189,210)
#BECDDD
(190,205,221)
#D1DDE8
(209,221,232)
#E4EDF3
(228,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #264D85; }

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

This text font color is #264D85.

Background Color

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

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

This div background color is #264D85.

Border color

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

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

This div border color is #264D85.

Opacity

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

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

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

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

This text has shadow with #264D85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #264D85.

Preview

Color preview on black background

This text has color #264D85 on black background.


Color preview on white background

This text has color #264D85 on white background.


Black color preview on #264D85 background

This text has black color on #264D85 background.


White color preview on #264D85 background

This text has white color on #264D85 background.


Related colors

Complementary color

Complementary color for #hex is #D9B27A.


I love getcolorcode.com

Triadic colors

1 #85264D and #4D8526 with #264D85 are triadic colors.

2 #854D26 and #4D2685 with #264D85 are triadic colors.