#263E99

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

Shades of Egyptian Blue #263E99

Tints of Egyptian Blue #263E99

Color information

#263E99 (or 0x263E99) is unknown color: approx Egyptian Blue. HEX triplet: 26, 3E and 99. RGB value is (38,62,153). Sum of RGB (Red+Green+Blue) = 38+62+153=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #263E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263E99 is #D9C166. Grayscale: #404040. Windows color (decimal): -14270823 or 10042918. OLE color: 10042918.

HSL color Cylindrical-coordinate representation of color #263E99: hue angle of 227.48º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263E99 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3862153-
CMYK0.750.5900.4
HSL227.48º60.21%37.45%-
HSV(B)227.48º75.16%60%-
XYZ8.276.1630.89-
YUV65.2177.55108.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 62 (24.61% from 255) = 24.51%
BLUE value IS 153 (60.16% from 255) = 60.47%
R=15.02%
G=24.51%
B=60.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38621530.750.5900.4227.4860.2137.45
Hex263E994B3B028e33c25
Octal4676231113730503437445
Binary100110111110100110011001011111011010100011100011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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