COLOR #264C74

HEX: #264C74
RGB: (38,76,116)

Color info

#264C74 contains mainly green and blue colors. Web safe color of #264C74 is #333366 (or #336).

RGB color model

#264C74 color RGB value is (38,76,116).

  • red value is 38;
  • green value is 76;
  • blue value is 116.
RGB:
(38,76,116)
(15%,30%,45%)

RGB channels and saturation

R 38 of 255 = 15%
G 76 of 255 = 30%
B 116 of 255 = 45%

38
76
116

R + G + B ~ 30%. #264C74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 76 + 116 = 230 (100%)
R 38 of 230 ~ 16.52%
G 76 of 230 ~ 33.04%
B 116 of 230 ~ 50.43%

%16.52
%33.04
%50.43

CMYK color model

#264C74 color CMYK value is (67,34,0,55).

  • cyan value is 67.24%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(67,34,0,55)
C67M34Y0K55 
(67%,34%,0%,55%)
(0.67/0.34/0.00/0.55)	

CMYK percentages

%67.24
%34.48
%0
%54.51

Codes

Color #264C74 in popluar color models

264C74
RGB3876116
HSL211°50.65%30.20%
HSB/HSV211°67.24%45.49%
CMYK67.24%34.48%0.00%
54.51%

Color #264C74 in popluar number systems.

HEX264C74
Decimal3876116
Binary10011010011001110100
Octal46114164

Shades and tints

Shades of #264C74

#264C74
(38,76,116)
#23466A
(35,70,106)
#204060
(32,64,96)
#1D3A56
(29,58,86)
#1A344C
(26,52,76)
#172E42
(23,46,66)
#142838
(20,40,56)
#11222E
(17,34,46)
#0E1C24
(14,28,36)
#0B161A
(11,22,26)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #264C74

#264C74
(38,76,116)
#395C80
(57,92,128)
#4C6C8C
(76,108,140)
#5F7C98
(95,124,152)
#728CA4
(114,140,164)
#859CB0
(133,156,176)
#98ACBC
(152,172,188)
#ABBCC8
(171,188,200)
#BECCD4
(190,204,212)
#D1DCE0
(209,220,224)
#E4ECEC
(228,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264C74 color. Also use rgb(38,76,116) instead hex code.

Text Font Color

.myTextColor { color: #264C74; }

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

This text font color is #264C74.


Background Color

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

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

This div background color is #264C74.


Border color

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

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

This div border color is #264C74.


Opacity

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

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

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

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

This text has shadow with #264C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #264C74 on black background.


Color preview on white background

This text has color #264C74 on white background.



Black color preview on #264C74 background

This text has black color on #264C74 background.


White color preview on #264C74 background

This text has white color on #264C74 background.