#263793

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

Shades of Egyptian Blue #263793

Tints of Egyptian Blue #263793

Color information

#263793 (or 0x263793) is unknown color: approx Egyptian Blue. HEX triplet: 26, 37 and 93. RGB value is (38,55,147). Sum of RGB (Red+Green+Blue) = 38+55+147=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #263793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263793 is #D9C86C. Grayscale: #3C3C3C. Windows color (decimal): -14272621 or 9647910. OLE color: 9647910.

HSL color Cylindrical-coordinate representation of color #263793: hue angle of 230.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263793 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3855147-
CMYK0.740.6300.42
HSL230.64º58.92%36.27%-
HSV(B)230.64º74.15%57.65%-
XYZ7.435.2528.23-
YUV60.4176.87112.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 147 (57.81% from 255) = 61.25%
R=15.83%
G=22.92%
B=61.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38551470.740.6300.42230.6458.9236.27
Hex2637934A3F02Ae73b24
Octal4667223112770523477344
Binary100110110111100100111001010111111010101011100111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263793; }

 p { color: rgb(38,55,147); }

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

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

 a { background-color: rgb(38,55,147); }

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

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

 span { border-color: rgb(38,55,147); }

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