COLOR #264AAC

HEX: #264AAC RGB: (38,74,172)

Color info

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

RGB color model

#264AAC color RGB value is (38,74,172).

RGB: (38,74,172) (15%, 29%, 67%)

RGB channels and saturation

R 38 of 255 = 15%
G 74 of 255 = 29%
B 172 of 255 = 67%

38
74
172

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

Portions of RGB colors in percentages

R + G + B = 38 + 74 + 172 = 284 (100%)
R 38 of 284 ~ 13.38%
G 74 of 284 ~ 26.06%
B 172 of 284 ~ 60.56'%

%13.38
%26.06
%60.56

CMYK color model

#264AAC color CMYK value is (78,57,0,33).

  • cyan value is 77.91%
  • magenta value is 56.98%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (78,57,0,33)
C78M57Y0K33 (78%, 57%, 0%, 33%)
(0.78 / 0.57 / 0.00 / 0.33)

CMYK percentages

%77.91
%56.98
%0
%32.55

Codes

Color #264AAC in popluar color models

26 4A AC
RGB 38 74 172
HSL 224° 63.81% 41.18%
HSB/HSV 224° 77.91% 67.45%
CMYK 77.91% 56.98% 0.00%
32.55%

Color #264AAC in popluar number systems.

HEX 26 4A AC
Decimal 38 74 172
Binary 100110 1001010 10101100
Octal 46 112 254

Shades and tints

Shades of #264AAC

#264AAC
(38,74,172)
#23449D
(35,68,157)
#203E8E
(32,62,142)
#1D387F
(29,56,127)
#1A3270
(26,50,112)
#172C61
(23,44,97)
#142652
(20,38,82)
#112043
(17,32,67)
#0E1A34
(14,26,52)
#0B1425
(11,20,37)
#080E16
(8,14,22)
#000000
(0,0,0)

Tints of #264AAC

#264AAC
(38,74,172)
#395AB3
(57,90,179)
#4C6ABA
(76,106,186)
#5F7AC1
(95,122,193)
#728AC8
(114,138,200)
#859ACF
(133,154,207)
#98AAD6
(152,170,214)
#ABBADD
(171,186,221)
#BECAE4
(190,202,228)
#D1DAEB
(209,218,235)
#E4EAF2
(228,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264AAC color. Also use rgb(38,74,172) instead hex code.

Text Font Color

.myTextColor { color: #264AAC; }

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

This text font color is #264AAC.

Background Color

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

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

This div background color is #264AAC.

Border color

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

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

This div border color is #264AAC.

Opacity

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

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

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

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

This text has shadow with #264AAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #264AAC.

Preview

Color preview on black background

This text has color #264AAC on black background.


Color preview on white background

This text has color #264AAC on white background.


Black color preview on #264AAC background

This text has black color on #264AAC background.


White color preview on #264AAC background

This text has white color on #264AAC background.


Related colors

Complementary color

Complementary color for #hex is #D9B553.


I love getcolorcode.com

Triadic colors

1 #AC264A and #4AAC26 with #264AAC are triadic colors.

2 #AC4A26 and #4A26AC with #264AAC are triadic colors.