#26329E

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

Shades of Egyptian Blue #26329E

Tints of Egyptian Blue #26329E

Color information

#26329E (or 0x26329E) is unknown color: approx Egyptian Blue. HEX triplet: 26, 32 and 9E. RGB value is (38,50,158). Sum of RGB (Red+Green+Blue) = 38+50+158=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #26329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26329E is #D9CD61. Grayscale: #3A3A3A. Windows color (decimal): -14273890 or 10367526. OLE color: 10367526.

HSL color Cylindrical-coordinate representation of color #26329E: hue angle of 234º 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 #26329E is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3850158-
CMYK0.760.6800.38
HSL234º61.22%38.43%-
HSV(B)234º75.95%61.96%-
XYZ8.115.1632.92-
YUV58.72184.02113.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.45%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 158 (62.11% from 255) = 64.23%
R=15.45%
G=20.33%
B=64.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38501580.760.6800.3823461.2238.43
Hex26329E4C44026ea3d26
Octal46622361141040463527546
Binary1001101100101001111010011001000100010011011101010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26329E; }

 p { color: rgb(38,50,158); }

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

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

 a { background-color: rgb(38,50,158); }

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

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

 span { border-color: rgb(38,50,158); }

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