#263EA3

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

Shades of Egyptian Blue #263EA3

Tints of Egyptian Blue #263EA3

Color information

#263EA3 (or 0x263EA3) is unknown color: approx Egyptian Blue. HEX triplet: 26, 3E and A3. RGB value is (38,62,163). Sum of RGB (Red+Green+Blue) = 38+62+163=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 163 (64.06% from 255 or 61.98% from 263); Max value from RGB is 163 - color contains mainly: blue. Hex color #263EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263EA3 is #D9C15C. Grayscale: #414141. Windows color (decimal): -14270813 or 10698278. OLE color: 10698278.

HSL color Cylindrical-coordinate representation of color #263EA3: hue angle of 228.48º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #263EA3 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3862163-
CMYK0.770.6200.36
HSL228.48º62.19%39.41%-
HSV(B)228.48º76.69%63.92%-
XYZ9.136.535.42-
YUV66.34182.55107.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.45%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 163 (64.06% from 255) = 61.98%
R=14.45%
G=23.57%
B=61.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38621630.770.6200.36228.4862.1939.41
Hex263EA34D3E024e43e27
Octal4676243115760443447647
Binary100110111110101000111001101111110010010011100100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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