COLOR #263A5B

HEX: #263A5B RGB: (38,58,91)

Color info

#263A5B contains red, green and blue colors in about the same proportion. Web safe color of #263A5B is #333366 (or #336).

RGB color model

#263A5B color RGB value is (38,58,91).

RGB: (38,58,91) (15%, 23%, 36%)

RGB channels and saturation

R 38 of 255 = 15%
G 58 of 255 = 23%
B 91 of 255 = 36%

38
58
91

R + G + B ~ 25%. #263A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 38 + 58 + 91 = 187 (100%)
R 38 of 187 ~ 20.32%
G 58 of 187 ~ 31.02%
B 91 of 187 ~ 48.66'%

%20.32
%31.02
%48.66

CMYK color model

#263A5B color CMYK value is (58,36,0,64).

  • cyan value is 58.24%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (58,36,0,64)
C58M36Y0K64 (58%, 36%, 0%, 64%)
(0.58 / 0.36 / 0.00 / 0.64)

CMYK percentages

%58.24
%36.26
%0
%64.31

Codes

Color #263A5B in popluar color models

26 3A 5B
RGB 38 58 91
HSL 217° 41.09% 25.29%
HSB/HSV 217° 58.24% 35.69%
CMYK 58.24% 36.26% 0.00%
64.31%

Color #263A5B in popluar number systems.

HEX 26 3A 5B
Decimal 38 58 91
Binary 100110 111010 1011011
Octal 46 72 133

Shades and tints

Shades of #263A5B

#263A5B
(38,58,91)
#233553
(35,53,83)
#20304B
(32,48,75)
#1D2B43
(29,43,67)
#1A263B
(26,38,59)
#172133
(23,33,51)
#141C2B
(20,28,43)
#111723
(17,23,35)
#0E121B
(14,18,27)
#0B0D13
(11,13,19)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #263A5B

#263A5B
(38,58,91)
#394B69
(57,75,105)
#4C5C77
(76,92,119)
#5F6D85
(95,109,133)
#727E93
(114,126,147)
#858FA1
(133,143,161)
#98A0AF
(152,160,175)
#ABB1BD
(171,177,189)
#BEC2CB
(190,194,203)
#D1D3D9
(209,211,217)
#E4E4E7
(228,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263A5B; }

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

This text font color is #263A5B.

Background Color

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

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

This div background color is #263A5B.

Border color

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

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

This div border color is #263A5B.

Opacity

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

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

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

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

This text has shadow with #263A5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #263A5B.

Preview

Color preview on black background

This text has color #263A5B on black background.


Color preview on white background

This text has color #263A5B on white background.


Black color preview on #263A5B background

This text has black color on #263A5B background.


White color preview on #263A5B background

This text has white color on #263A5B background.


Related colors

Complementary color

Complementary color for #hex is #D9C5A4.


I love getcolorcode.com

Triadic colors

1 #5B263A and #3A5B26 with #263A5B are triadic colors.

2 #5B3A26 and #3A265B with #263A5B are triadic colors.