#26369E

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

Shades of Egyptian Blue #26369E

Tints of Egyptian Blue #26369E

Color information

#26369E (or 0x26369E) is unknown color: approx Egyptian Blue. HEX triplet: 26, 36 and 9E. RGB value is (38,54,158). Sum of RGB (Red+Green+Blue) = 38+54+158=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #26369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26369E is #D9C961. Grayscale: #3C3C3C. Windows color (decimal): -14272866 or 10368550. OLE color: 10368550.

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

Color convert

RGB3854158-
CMYK0.760.6600.38
HSL232º61.22%38.43%-
HSV(B)232º75.95%61.96%-
XYZ8.295.5232.98-
YUV61.07182.7111.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 158 (62.11% from 255) = 63.2%
R=15.2%
G=21.6%
B=63.2%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38541580.760.6600.3823261.2238.43
Hex26369E4C42026e83d26
Octal46662361141020463507546
Binary1001101101101001111010011001000010010011011101000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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