COLOR #264BA9

HEX: #264BA9 RGB: (38,75,169)

Color info

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

RGB color model

#264BA9 color RGB value is (38,75,169).

RGB: (38,75,169) (15%, 29%, 66%)

RGB channels and saturation

R 38 of 255 = 15%
G 75 of 255 = 29%
B 169 of 255 = 66%

38
75
169

R + G + B ~ 37%. #264BA9 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 38 + 75 + 169 = 282 (100%)
R 38 of 282 ~ 13.48%
G 75 of 282 ~ 26.6%
B 169 of 282 ~ 59.93'%

%13.48
%26.6
%59.93

CMYK color model

#264BA9 color CMYK value is (78,56,0,34).

  • cyan value is 77.51%
  • magenta value is 55.62%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK: (78,56,0,34) C78M56Y0K34 (78%,56%,0%,34%) (0.78/0.56/0.00/0.34) 

CMYK percentages

%77.51
%55.62
%0
%33.73

Codes

Color #264BA9 in popluar color models

26 4B A9
RGB 38 75 169
HSL 223° 63.29% 40.59%
HSB/HSV 223° 77.51% 66.27%
CMYK 77.51% 55.62% 0.00%
33.73%

Color #264BA9 in popluar number systems.

HEX 26 4B A9
Decimal 38 75 169
Binary 100110 1001011 10101001
Octal 46 113 251

Shades and tints

Shades of #264BA9

#264BA9
(38,75,169)
#23459A
(35,69,154)
#203F8B
(32,63,139)
#1D397C
(29,57,124)
#1A336D
(26,51,109)
#172D5E
(23,45,94)
#14274F
(20,39,79)
#112140
(17,33,64)
#0E1B31
(14,27,49)
#0B1522
(11,21,34)
#080F13
(8,15,19)
#000000
(0,0,0)

Tints of #264BA9

#264BA9
(38,75,169)
#395BB0
(57,91,176)
#4C6BB7
(76,107,183)
#5F7BBE
(95,123,190)
#728BC5
(114,139,197)
#859BCC
(133,155,204)
#98ABD3
(152,171,211)
#ABBBDA
(171,187,218)
#BECBE1
(190,203,225)
#D1DBE8
(209,219,232)
#E4EBEF
(228,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264BA9 color. Also use rgb(38,75,169) instead hex code.

Text Font Color

.myTextColor { color: #264BA9; }

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

This text font color is #264BA9.

Background Color

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

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

This div background color is #264BA9.

Border color

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

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

This div border color is #264BA9.

Opacity

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

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

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

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

This text has shadow with #264BA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #264BA9.

Preview

Color preview on black background

This text has color #264BA9 on black background.


Color preview on white background

This text has color #264BA9 on white background.


Black color preview on #264BA9 background

This text has black color on #264BA9 background.


White color preview on #264BA9 background

This text has white color on #264BA9 background.


Related colors

Complementary color

Complementary color for #hex is #D9B456.


I love getcolorcode.com

Triadic colors

1 #A9264B and #4BA926 with #264BA9 are triadic colors.

2 #A94B26 and #4B26A9 with #264BA9 are triadic colors.