COLOR #263A5C

HEX: #263A5C
RGB: (38,58,92)

Color info

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

RGB color model

#263A5C color RGB value is (38,58,92).

  • red value is 38;
  • green value is 58;
  • blue value is 92.
RGB:
(38,58,92)
(15%,23%,36%)

RGB channels and saturation

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

38
58
92

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

Portions of RGB colors in percentages

R + G + B =
38 + 58 + 92 = 188 (100%)
R 38 of 188 ~ 20.21%
G 58 of 188 ~ 30.85%
B 92 of 188 ~ 48.94%

%20.21
%30.85
%48.94

CMYK color model

#263A5C color CMYK value is (59,37,0,64).

  • cyan value is 58.70%
  • magenta value is 36.96%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(59,37,0,64)
C59M37Y0K64 
(59%,37%,0%,64%)
(0.59/0.37/0.00/0.64)	

CMYK percentages

%58.7
%36.96
%0
%63.92

Codes

Color #263A5C in popluar color models

263A5C
RGB385892
HSL218°41.54%25.49%
HSB/HSV218°58.70%36.08%
CMYK58.70%36.96%0.00%
63.92%

Color #263A5C in popluar number systems.

HEX263A5C
Decimal385892
Binary1001101110101011100
Octal4672134

Shades and tints

Shades of #263A5C

#263A5C
(38,58,92)
#233554
(35,53,84)
#20304C
(32,48,76)
#1D2B44
(29,43,68)
#1A263C
(26,38,60)
#172134
(23,33,52)
#141C2C
(20,28,44)
#111724
(17,23,36)
#0E121C
(14,18,28)
#0B0D14
(11,13,20)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #263A5C

#263A5C
(38,58,92)
#394B6A
(57,75,106)
#4C5C78
(76,92,120)
#5F6D86
(95,109,134)
#727E94
(114,126,148)
#858FA2
(133,143,162)
#98A0B0
(152,160,176)
#ABB1BE
(171,177,190)
#BEC2CC
(190,194,204)
#D1D3DA
(209,211,218)
#E4E4E8
(228,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263A5C; }

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

This text font color is #263A5C.


Background Color

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

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

This div background color is #263A5C.


Border color

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

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

This div border color is #263A5C.


Opacity

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

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

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

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

This text has shadow with #263A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263A5C on black background.


Color preview on white background

This text has color #263A5C on white background.



Black color preview on #263A5C background

This text has black color on #263A5C background.


White color preview on #263A5C background

This text has white color on #263A5C background.