COLOR #263D8C

HEX: #263D8C RGB: (38,61,140)

Color info

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

RGB color model

#263D8C color RGB value is (38,61,140).

RGB: (38,61,140) (15%, 24%, 55%)

RGB channels and saturation

R 38 of 255 = 15%
G 61 of 255 = 24%
B 140 of 255 = 55%

38
61
140

R + G + B ~ 31%. #263D8C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 38 + 61 + 140 = 239 (100%)
R 38 of 239 ~ 15.9%
G 61 of 239 ~ 25.52%
B 140 of 239 ~ 58.58'%

%15.9
%25.52
%58.58

CMYK color model

#263D8C color CMYK value is (73,56,0,45).

  • cyan value is 72.86%
  • magenta value is 56.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (73,56,0,45)
C73M56Y0K45 (73%, 56%, 0%, 45%)
(0.73 / 0.56 / 0.00 / 0.45)

CMYK percentages

%72.86
%56.43
%0
%45.1

Codes

Color #263D8C in popluar color models

26 3D 8C
RGB 38 61 140
HSL 226° 57.30% 34.90%
HSB/HSV 226° 72.86% 54.90%
CMYK 72.86% 56.43% 0.00%
45.10%

Color #263D8C in popluar number systems.

HEX 26 3D 8C
Decimal 38 61 140
Binary 100110 111101 10001100
Octal 46 75 214

Shades and tints

Shades of #263D8C

#263D8C
(38,61,140)
#233880
(35,56,128)
#203374
(32,51,116)
#1D2E68
(29,46,104)
#1A295C
(26,41,92)
#172450
(23,36,80)
#141F44
(20,31,68)
#111A38
(17,26,56)
#0E152C
(14,21,44)
#0B1020
(11,16,32)
#080B14
(8,11,20)
#000000
(0,0,0)

Tints of #263D8C

#263D8C
(38,61,140)
#394E96
(57,78,150)
#4C5FA0
(76,95,160)
#5F70AA
(95,112,170)
#7281B4
(114,129,180)
#8592BE
(133,146,190)
#98A3C8
(152,163,200)
#ABB4D2
(171,180,210)
#BEC5DC
(190,197,220)
#D1D6E6
(209,214,230)
#E4E7F0
(228,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #263D8C color. Also use rgb(38,61,140) instead hex code.

Text Font Color

.myTextColor { color: #263D8C; }

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

This text font color is #263D8C.

Background Color

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

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

This div background color is #263D8C.

Border color

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

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

This div border color is #263D8C.

Opacity

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

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

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

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

This text has shadow with #263D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #263D8C.

Preview

Color preview on black background

This text has color #263D8C on black background.


Color preview on white background

This text has color #263D8C on white background.


Black color preview on #263D8C background

This text has black color on #263D8C background.


White color preview on #263D8C background

This text has white color on #263D8C background.


Related colors

Complementary color

Complementary color for #hex is #D9C273.


I love getcolorcode.com

Triadic colors

1 #8C263D and #3D8C26 with #263D8C are triadic colors.

2 #8C3D26 and #3D268C with #263D8C are triadic colors.