COLOR #264066

HEX: #264066 RGB: (38,64,102)

Color info

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

RGB color model

#264066 color RGB value is (38,64,102).

RGB: (38,64,102) (15%, 25%, 40%)

RGB channels and saturation

R 38 of 255 = 15%
G 64 of 255 = 25%
B 102 of 255 = 40%

38
64
102

R + G + B ~ 27%. #264066 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 38 + 64 + 102 = 204 (100%)
R 38 of 204 ~ 18.63%
G 64 of 204 ~ 31.37%
B 102 of 204 ~ 50'%

%18.63
%31.37
%50

CMYK color model

#264066 color CMYK value is (63,37,0,60).

  • cyan value is 62.75%
  • magenta value is 37.25%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (63,37,0,60)
C63M37Y0K60 (63%, 37%, 0%, 60%)
(0.63 / 0.37 / 0.00 / 0.60)

CMYK percentages

%62.75
%37.25
%0
%60

Codes

Color #264066 in popluar color models

26 40 66
RGB 38 64 102
HSL 216° 45.71% 27.45%
HSB/HSV 216° 62.75% 40.00%
CMYK 62.75% 37.25% 0.00%
60.00%

Color #264066 in popluar number systems.

HEX 26 40 66
Decimal 38 64 102
Binary 100110 1000000 1100110
Octal 46 100 146

Shades and tints

Shades of #264066

#264066
(38,64,102)
#233B5D
(35,59,93)
#203654
(32,54,84)
#1D314B
(29,49,75)
#1A2C42
(26,44,66)
#172739
(23,39,57)
#142230
(20,34,48)
#111D27
(17,29,39)
#0E181E
(14,24,30)
#0B1315
(11,19,21)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #264066

#264066
(38,64,102)
#395173
(57,81,115)
#4C6280
(76,98,128)
#5F738D
(95,115,141)
#72849A
(114,132,154)
#8595A7
(133,149,167)
#98A6B4
(152,166,180)
#ABB7C1
(171,183,193)
#BEC8CE
(190,200,206)
#D1D9DB
(209,217,219)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #264066 color. Also use rgb(38,64,102) instead hex code.

Text Font Color

.myTextColor { color: #264066; }

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

This text font color is #264066.

Background Color

.myBgColor { background-color: #264066; }

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

This div background color is #264066.

Border color

.myBorderColor { border: 1px solid #264066; }

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

This div border color is #264066.

Opacity

.myOpacity80 { color: #264066; opacity: 0.8; }

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

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

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

This text has shadow with #264066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #264066.

Preview

Color preview on black background

This text has color #264066 on black background.


Color preview on white background

This text has color #264066 on white background.


Black color preview on #264066 background

This text has black color on #264066 background.


White color preview on #264066 background

This text has white color on #264066 background.


Related colors

Complementary color

Complementary color for #hex is #D9BF99.


I love getcolorcode.com

Triadic colors

1 #662640 and #406626 with #264066 are triadic colors.

2 #664026 and #402666 with #264066 are triadic colors.