#26379D

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

Shades of Egyptian Blue #26379D

Tints of Egyptian Blue #26379D

Color information

#26379D (or 0x26379D) is unknown color: approx Egyptian Blue. HEX triplet: 26, 37 and 9D. RGB value is (38,55,157). Sum of RGB (Red+Green+Blue) = 38+55+157=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #26379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26379D is #D9C862. Grayscale: #3D3D3D. Windows color (decimal): -14272611 or 10303270. OLE color: 10303270.

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

Color convert

RGB3855157-
CMYK0.760.6500.38
HSL231.43º61.03%38.24%-
HSV(B)231.43º75.8%61.57%-
XYZ8.255.5832.54-
YUV61.54181.87111.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 157 (61.72% from 255) = 62.8%
R=15.2%
G=22%
B=62.8%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38551570.760.6500.38231.4361.0338.24
Hex26379D4C41026e73d26
Octal46672351141010463477546
Binary1001101101111001110110011001000001010011011100111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26379D; }

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

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

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

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

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

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

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

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