COLOR #263A73

HEX: #263A73 RGB: (38,58,115)

Color info

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

RGB color model

#263A73 color RGB value is (38,58,115).

RGB: (38,58,115) (15%, 23%, 45%)

RGB channels and saturation

R 38 of 255 = 15%
G 58 of 255 = 23%
B 115 of 255 = 45%

38
58
115

R + G + B ~ 28%. #263A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 38 + 58 + 115 = 211 (100%)
R 38 of 211 ~ 18.01%
G 58 of 211 ~ 27.49%
B 115 of 211 ~ 54.5'%

%18.01
%27.49
%54.5

CMYK color model

#263A73 color CMYK value is (67,50,0,55).

  • cyan value is 66.96%
  • magenta value is 49.57%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (67,50,0,55)
C67M50Y0K55 (67%, 50%, 0%, 55%)
(0.67 / 0.50 / 0.00 / 0.55)

CMYK percentages

%66.96
%49.57
%0
%54.9

Codes

Color #263A73 in popluar color models

26 3A 73
RGB 38 58 115
HSL 224° 50.33% 30.00%
HSB/HSV 224° 66.96% 45.10%
CMYK 66.96% 49.57% 0.00%
54.90%

Color #263A73 in popluar number systems.

HEX 26 3A 73
Decimal 38 58 115
Binary 100110 111010 1110011
Octal 46 72 163

Shades and tints

Shades of #263A73

#263A73
(38,58,115)
#233569
(35,53,105)
#20305F
(32,48,95)
#1D2B55
(29,43,85)
#1A264B
(26,38,75)
#172141
(23,33,65)
#141C37
(20,28,55)
#11172D
(17,23,45)
#0E1223
(14,18,35)
#0B0D19
(11,13,25)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #263A73

#263A73
(38,58,115)
#394B7F
(57,75,127)
#4C5C8B
(76,92,139)
#5F6D97
(95,109,151)
#727EA3
(114,126,163)
#858FAF
(133,143,175)
#98A0BB
(152,160,187)
#ABB1C7
(171,177,199)
#BEC2D3
(190,194,211)
#D1D3DF
(209,211,223)
#E4E4EB
(228,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263A73 color. Also use rgb(38,58,115) instead hex code.

Text Font Color

.myTextColor { color: #263A73; }

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

This text font color is #263A73.

Background Color

.myBgColor { background-color: #263A73; }

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

This div background color is #263A73.

Border color

.myBorderColor { border: 1px solid #263A73; }

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

This div border color is #263A73.

Opacity

.myOpacity80 { color: #263A73; opacity: 0.8; }

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

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

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

This text has shadow with #263A73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #263A73.

Preview

Color preview on black background

This text has color #263A73 on black background.


Color preview on white background

This text has color #263A73 on white background.


Black color preview on #263A73 background

This text has black color on #263A73 background.


White color preview on #263A73 background

This text has white color on #263A73 background.


Related colors

Complementary color

Complementary color for #hex is #D9C58C.


I love getcolorcode.com

Triadic colors

1 #73263A and #3A7326 with #263A73 are triadic colors.

2 #733A26 and #3A2673 with #263A73 are triadic colors.