#263E9D

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

Shades of Egyptian Blue #263E9D

Tints of Egyptian Blue #263E9D

Color information

#263E9D (or 0x263E9D) is unknown color: approx Egyptian Blue. HEX triplet: 26, 3E and 9D. RGB value is (38,62,157). Sum of RGB (Red+Green+Blue) = 38+62+157=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #263E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E9D is #D9C162. Grayscale: #414141. Windows color (decimal): -14270819 or 10305062. OLE color: 10305062.

HSL color Cylindrical-coordinate representation of color #263E9D: hue angle of 227.9º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #263E9D is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3862157-
CMYK0.760.6100.38
HSL227.9º61.03%38.24%-
HSV(B)227.9º75.8%61.57%-
XYZ8.616.2932.66-
YUV65.65179.55108.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 62 (24.61% from 255) = 24.12%
BLUE value IS 157 (61.72% from 255) = 61.09%
R=14.79%
G=24.12%
B=61.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38621570.760.6100.38227.961.0338.24
Hex263E9D4C3D026e43d26
Octal4676235114750463447546
Binary100110111110100111011001100111101010011011100100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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