COLOR #263268

HEX: #263268
RGB: (38,50,104)

Color info

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

RGB color model

#263268 color RGB value is (38,50,104).

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

RGB channels and saturation

R 38 of 255 = 15%
G 50 of 255 = 20%
B 104 of 255 = 41%

38
50
104

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

Portions of RGB colors in percentages

R + G + B =
38 + 50 + 104 = 192 (100%)
R 38 of 192 ~ 19.79%
G 50 of 192 ~ 26.04%
B 104 of 192 ~ 54.17%

%19.79
%26.04
%54.17

CMYK color model

#263268 color CMYK value is (63,52,0,59).

  • cyan value is 63.46%
  • magenta value is 51.92%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(63,52,0,59)
C63M52Y0K59 
(63%,52%,0%,59%)
(0.63/0.52/0.00/0.59)	

CMYK percentages

%63.46
%51.92
%0
%59.22

Codes

Color #263268 in popluar color models

263268
RGB3850104
HSL229°46.48%27.84%
HSB/HSV229°63.46%40.78%
CMYK63.46%51.92%0.00%
59.22%

Color #263268 in popluar number systems.

HEX263268
Decimal3850104
Binary1001101100101101000
Octal4662150

Shades and tints

Shades of #263268

#263268
(38,50,104)
#232E5F
(35,46,95)
#202A56
(32,42,86)
#1D264D
(29,38,77)
#1A2244
(26,34,68)
#171E3B
(23,30,59)
#141A32
(20,26,50)
#111629
(17,22,41)
#0E1220
(14,18,32)
#0B0E17
(11,14,23)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #263268

#263268
(38,50,104)
#394475
(57,68,117)
#4C5682
(76,86,130)
#5F688F
(95,104,143)
#727A9C
(114,122,156)
#858CA9
(133,140,169)
#989EB6
(152,158,182)
#ABB0C3
(171,176,195)
#BEC2D0
(190,194,208)
#D1D4DD
(209,212,221)
#E4E6EA
(228,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #263268; }

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

This text font color is #263268.


Background Color

.myBgColor { background-color: #263268; }

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

This div background color is #263268.


Border color

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

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

This div border color is #263268.


Opacity

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

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

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

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

This text has shadow with #263268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #263268 on black background.


Color preview on white background

This text has color #263268 on white background.



Black color preview on #263268 background

This text has black color on #263268 background.


White color preview on #263268 background

This text has white color on #263268 background.