COLOR #263988

HEX: #263988
RGB: (38,57,136)

Color info

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

RGB color model

#263988 color RGB value is (38,57,136).

  • red value is 38;
  • green value is 57;
  • blue value is 136.
RGB:
(38,57,136)
(15%,22%,53%)

RGB channels and saturation

R 38 of 255 = 15%
G 57 of 255 = 22%
B 136 of 255 = 53%

38
57
136

R + G + B ~ 30%. #263988 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 57 + 136 = 231 (100%)
R 38 of 231 ~ 16.45%
G 57 of 231 ~ 24.68%
B 136 of 231 ~ 58.87%

%16.45
%24.68
%58.87

CMYK color model

#263988 color CMYK value is (72,58,0,47).

  • cyan value is 72.06%
  • magenta value is 58.09%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(72,58,0,47)
C72M58Y0K47 
(72%,58%,0%,47%)
(0.72/0.58/0.00/0.47)	

CMYK percentages

%72.06
%58.09
%0
%46.67

Codes

Color #263988 in popluar color models

263988
RGB3857136
HSL228°56.32%34.12%
HSB/HSV228°72.06%53.33%
CMYK72.06%58.09%0.00%
46.67%

Color #263988 in popluar number systems.

HEX263988
Decimal3857136
Binary10011011100110001000
Octal4671210

Shades and tints

Shades of #263988

#263988
(38,57,136)
#23347C
(35,52,124)
#202F70
(32,47,112)
#1D2A64
(29,42,100)
#1A2558
(26,37,88)
#17204C
(23,32,76)
#141B40
(20,27,64)
#111634
(17,22,52)
#0E1128
(14,17,40)
#0B0C1C
(11,12,28)
#080710
(8,7,16)
#000000
(0,0,0)

Tints of #263988

#263988
(38,57,136)
#394B92
(57,75,146)
#4C5D9C
(76,93,156)
#5F6FA6
(95,111,166)
#7281B0
(114,129,176)
#8593BA
(133,147,186)
#98A5C4
(152,165,196)
#ABB7CE
(171,183,206)
#BEC9D8
(190,201,216)
#D1DBE2
(209,219,226)
#E4EDEC
(228,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263988 color. Also use rgb(38,57,136) instead hex code.

Text Font Color

.myTextColor { color: #263988; }

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

This text font color is #263988.


Background Color

.myBgColor { background-color: #263988; }

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

This div background color is #263988.


Border color

.myBorderColor { border: 1px solid #263988; }

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

This div border color is #263988.


Opacity

.myOpacity80 { color: #263988; opacity: 0.8; }

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

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

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

This text has shadow with #263988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263988 on black background.


Color preview on white background

This text has color #263988 on white background.



Black color preview on #263988 background

This text has black color on #263988 background.


White color preview on #263988 background

This text has white color on #263988 background.