#26429D

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

Shades of Egyptian Blue #26429D

Tints of Egyptian Blue #26429D

Color information

#26429D (or 0x26429D) is unknown color: approx Egyptian Blue. HEX triplet: 26, 42 and 9D. RGB value is (38,66,157). Sum of RGB (Red+Green+Blue) = 38+66+157=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #26429D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26429D is #D9BD62. Grayscale: #434343. Windows color (decimal): -14269795 or 10306086. OLE color: 10306086.

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

Color convert

RGB3866157-
CMYK0.760.5800.38
HSL225.88º61.03%38.24%-
HSV(B)225.88º75.8%61.57%-
XYZ8.836.7432.73-
YUV68178.22106.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 157 (61.72% from 255) = 60.15%
R=14.56%
G=25.29%
B=60.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38661570.760.5800.38225.8861.0338.24
Hex26429D4C3A026e23d26
Octal46102235114720463427546
Binary1001101000010100111011001100111010010011011100010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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