#263191

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

Shades of Egyptian Blue #263191

Tints of Egyptian Blue #263191

Color information

#263191 (or 0x263191) is unknown color: approx Egyptian Blue. HEX triplet: 26, 31 and 91. RGB value is (38,49,145). Sum of RGB (Red+Green+Blue) = 38+49+145=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #263191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263191 is #D9CE6E. Grayscale: #383838. Windows color (decimal): -14274159 or 9515302. OLE color: 9515302.

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

Color convert

RGB3849145-
CMYK0.740.6600.43
HSL233.83º58.47%35.88%-
HSV(B)233.83º73.79%56.86%-
XYZ7.014.6527.32-
YUV56.66177.86114.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 145 (57.03% from 255) = 62.5%
R=16.38%
G=21.12%
B=62.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38491450.740.6600.43233.8358.4735.88
Hex2631914A4202Bea3a24
Octal46612211121020533527244
Binary1001101100011001000110010101000010010101111101010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263191; }

 p { color: rgb(38,49,145); }

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

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

 a { background-color: rgb(38,49,145); }

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

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

 span { border-color: rgb(38,49,145); }

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