COLOR #263E9A

HEX: #263E9A
RGB: (38,62,154)

Color info

#263E9A contains mainly blue color. Web safe color of #263E9A is #333399 (or #339).

RGB color model

#263E9A color RGB value is (38,62,154).

  • red value is 38;
  • green value is 62;
  • blue value is 154.
RGB:
(38,62,154)
(15%,24%,60%)

RGB channels and saturation

R 38 of 255 = 15%
G 62 of 255 = 24%
B 154 of 255 = 60%

38
62
154

R + G + B ~ 33%. #263E9A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 62 + 154 = 254 (100%)
R 38 of 254 ~ 14.96%
G 62 of 254 ~ 24.41%
B 154 of 254 ~ 60.63%

%14.96
%24.41
%60.63

CMYK color model

#263E9A color CMYK value is (75,60,0,40).

  • cyan value is 75.32%
  • magenta value is 59.74%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(75,60,0,40)
C75M60Y0K40 
(75%,60%,0%,40%)
(0.75/0.60/0.00/0.40)	

CMYK percentages

%75.32
%59.74
%0
%39.61

Codes

Color #263E9A in popluar color models

263E9A
RGB3862154
HSL228°60.42%37.65%
HSB/HSV228°75.32%60.39%
CMYK75.32%59.74%0.00%
39.61%

Color #263E9A in popluar number systems.

HEX263E9A
Decimal3862154
Binary10011011111010011010
Octal4676232

Shades and tints

Shades of #263E9A

#263E9A
(38,62,154)
#23398C
(35,57,140)
#20347E
(32,52,126)
#1D2F70
(29,47,112)
#1A2A62
(26,42,98)
#172554
(23,37,84)
#142046
(20,32,70)
#111B38
(17,27,56)
#0E162A
(14,22,42)
#0B111C
(11,17,28)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #263E9A

#263E9A
(38,62,154)
#394FA3
(57,79,163)
#4C60AC
(76,96,172)
#5F71B5
(95,113,181)
#7282BE
(114,130,190)
#8593C7
(133,147,199)
#98A4D0
(152,164,208)
#ABB5D9
(171,181,217)
#BEC6E2
(190,198,226)
#D1D7EB
(209,215,235)
#E4E8F4
(228,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263E9A color. Also use rgb(38,62,154) instead hex code.

Text Font Color

.myTextColor { color: #263E9A; }

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

This text font color is #263E9A.


Background Color

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

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

This div background color is #263E9A.


Border color

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

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

This div border color is #263E9A.


Opacity

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

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

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

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

This text has shadow with #263E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263E9A on black background.


Color preview on white background

This text has color #263E9A on white background.



Black color preview on #263E9A background

This text has black color on #263E9A background.


White color preview on #263E9A background

This text has white color on #263E9A background.