#26399D

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

Shades of Egyptian Blue #26399D

Tints of Egyptian Blue #26399D

Color information

#26399D (or 0x26399D) is unknown color: approx Egyptian Blue. HEX triplet: 26, 39 and 9D. RGB value is (38,57,157). Sum of RGB (Red+Green+Blue) = 38+57+157=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #26399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26399D is #D9C662. Grayscale: #3E3E3E. Windows color (decimal): -14272099 or 10303782. OLE color: 10303782.

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

Color convert

RGB3857157-
CMYK0.760.6400.38
HSL230.42º61.03%38.24%-
HSV(B)230.42º75.8%61.57%-
XYZ8.355.7732.57-
YUV62.72181.21110.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 57 (22.66% from 255) = 22.62%
BLUE value IS 157 (61.72% from 255) = 62.30%
R=15.08%
G=22.62%
B=62.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38571570.760.6400.38230.4261.0338.24
Hex26399D4C40026e63d26
Octal46712351141000463467546
Binary1001101110011001110110011001000000010011011100110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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