COLOR #263AAA

HEX: #263AAA
RGB: (38,58,170)

Color info

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

RGB color model

#263AAA color RGB value is (38,58,170).

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

RGB channels and saturation

R 38 of 255 = 15%
G 58 of 255 = 23%
B 170 of 255 = 67%

38
58
170

R + G + B ~ 35%. #263AAA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 58 + 170 = 266 (100%)
R 38 of 266 ~ 14.29%
G 58 of 266 ~ 21.8%
B 170 of 266 ~ 63.91%

%14.29
%21.8
%63.91

CMYK color model

#263AAA color CMYK value is (78,66,0,33).

  • cyan value is 77.65%
  • magenta value is 65.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(78,66,0,33)
C78M66Y0K33 
(78%,66%,0%,33%)
(0.78/0.66/0.00/0.33)	

CMYK percentages

%77.65
%65.88
%0
%33.33

Codes

Color #263AAA in popluar color models

263AAA
RGB3858170
HSL231°63.46%40.78%
HSB/HSV231°77.65%66.67%
CMYK77.65%65.88%0.00%
33.33%

Color #263AAA in popluar number systems.

HEX263AAA
Decimal3858170
Binary10011011101010101010
Octal4672252

Shades and tints

Shades of #263AAA

#263AAA
(38,58,170)
#23359B
(35,53,155)
#20308C
(32,48,140)
#1D2B7D
(29,43,125)
#1A266E
(26,38,110)
#17215F
(23,33,95)
#141C50
(20,28,80)
#111741
(17,23,65)
#0E1232
(14,18,50)
#0B0D23
(11,13,35)
#080814
(8,8,20)
#000000
(0,0,0)

Tints of #263AAA

#263AAA
(38,58,170)
#394BB1
(57,75,177)
#4C5CB8
(76,92,184)
#5F6DBF
(95,109,191)
#727EC6
(114,126,198)
#858FCD
(133,143,205)
#98A0D4
(152,160,212)
#ABB1DB
(171,177,219)
#BEC2E2
(190,194,226)
#D1D3E9
(209,211,233)
#E4E4F0
(228,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263AAA; }

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

This text font color is #263AAA.


Background Color

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

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

This div background color is #263AAA.


Border color

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

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

This div border color is #263AAA.


Opacity

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

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

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

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

This text has shadow with #263AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263AAA on black background.


Color preview on white background

This text has color #263AAA on white background.



Black color preview on #263AAA background

This text has black color on #263AAA background.


White color preview on #263AAA background

This text has white color on #263AAA background.