#263EA5

Color #263EA5 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #263EA5

Tints of Egyptian Blue #263EA5

Color information

#263EA5 (or 0x263EA5) is unknown color: approx Egyptian Blue. HEX triplet: 26, 3E and A5. RGB value is (38,62,165). Sum of RGB (Red+Green+Blue) = 38+62+165=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 165 (64.84% from 255 or 62.26% from 265); Max value from RGB is 165 - color contains mainly: blue. Hex color #263EA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263EA5 is #D9C15A. Grayscale: #424242. Windows color (decimal): -14270811 or 10829350. OLE color: 10829350.

HSL color Cylindrical-coordinate representation of color #263EA5: hue angle of 228.66º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #263EA5 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3862165-
CMYK0.770.6200.35
HSL228.66º62.56%39.8%-
HSV(B)228.66º76.97%64.71%-
XYZ9.316.5736.38-
YUV66.57183.55107.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 62 (24.61% from 255) = 23.40%
BLUE value IS 165 (64.84% from 255) = 62.26%
R=14.34%
G=23.40%
B=62.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal38621650.770.6200.35228.6662.5639.8
Hex263EA54D3E023e53f28
Octal4676245115760433457750
Binary100110111110101001011001101111110010001111100101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263EA5; }

 p { color: rgb(38,62,165); }

 H1.HeaderClassName
 {
   color: #263EA5;
 }
 .AnyTagClassName
 {
   color: #263EA5;
 }
</style>
background-color css

<style>
 a { background-color: #263EA5; }

 a { background-color: rgb(38,62,165); }

 div.DivClassName
 {
   background-color: #263EA5;
 }
 .BgClassName
 {
   background-color: #263EA5;
 }
</style>
border-color css

<style>
 span { border-color: #263EA5; }

 span { border-color: rgb(38,62,165); }

 td.TdClassName
 {
   border-color: #263EA5;
 }
 .TagClassName
 {
   border-color: #263EA5;
 }
</style>