COLOR #263668

HEX: #263668
RGB: (38,54,104)

Color info

#263668 contains mainly green and blue colors. Web safe color of #263668 is #333366 (or #336).

RGB color model

#263668 color RGB value is (38,54,104).

  • red value is 38;
  • green value is 54;
  • blue value is 104.
RGB:
(38,54,104)
(15%,21%,41%)

RGB channels and saturation

R 38 of 255 = 15%
G 54 of 255 = 21%
B 104 of 255 = 41%

38
54
104

R + G + B ~ 26%. #263668 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 54 + 104 = 196 (100%)
R 38 of 196 ~ 19.39%
G 54 of 196 ~ 27.55%
B 104 of 196 ~ 53.06%

%19.39
%27.55
%53.06

CMYK color model

#263668 color CMYK value is (63,48,0,59).

  • cyan value is 63.46%
  • magenta value is 48.08%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(63,48,0,59)
C63M48Y0K59 
(63%,48%,0%,59%)
(0.63/0.48/0.00/0.59)	

CMYK percentages

%63.46
%48.08
%0
%59.22

Codes

Color #263668 in popluar color models

263668
RGB3854104
HSL225°46.48%27.84%
HSB/HSV225°63.46%40.78%
CMYK63.46%48.08%0.00%
59.22%

Color #263668 in popluar number systems.

HEX263668
Decimal3854104
Binary1001101101101101000
Octal4666150

Shades and tints

Shades of #263668

#263668
(38,54,104)
#23325F
(35,50,95)
#202E56
(32,46,86)
#1D2A4D
(29,42,77)
#1A2644
(26,38,68)
#17223B
(23,34,59)
#141E32
(20,30,50)
#111A29
(17,26,41)
#0E1620
(14,22,32)
#0B1217
(11,18,23)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #263668

#263668
(38,54,104)
#394875
(57,72,117)
#4C5A82
(76,90,130)
#5F6C8F
(95,108,143)
#727E9C
(114,126,156)
#8590A9
(133,144,169)
#98A2B6
(152,162,182)
#ABB4C3
(171,180,195)
#BEC6D0
(190,198,208)
#D1D8DD
(209,216,221)
#E4EAEA
(228,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263668 color. Also use rgb(38,54,104) instead hex code.

Text Font Color

.myTextColor { color: #263668; }

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

This text font color is #263668.


Background Color

.myBgColor { background-color: #263668; }

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

This div background color is #263668.


Border color

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

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

This div border color is #263668.


Opacity

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

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

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

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

This text has shadow with #263668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263668 on black background.


Color preview on white background

This text has color #263668 on white background.



Black color preview on #263668 background

This text has black color on #263668 background.


White color preview on #263668 background

This text has white color on #263668 background.