#26439D

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

Shades of Egyptian Blue #26439D

Tints of Egyptian Blue #26439D

Color information

#26439D (or 0x26439D) is unknown color: approx Egyptian Blue. HEX triplet: 26, 43 and 9D. RGB value is (38,67,157). Sum of RGB (Red+Green+Blue) = 38+67+157=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #26439D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26439D is #D9BC62. Grayscale: #444444. Windows color (decimal): -14269539 or 10306342. OLE color: 10306342.

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

Color convert

RGB3867157-
CMYK0.760.5700.38
HSL225.38º61.03%38.24%-
HSV(B)225.38º75.8%61.57%-
XYZ8.896.8632.75-
YUV68.59177.89106.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.50%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 157 (61.72% from 255) = 59.92%
R=14.50%
G=25.57%
B=59.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38671570.760.5700.38225.3861.0338.24
Hex26439D4C39026e13d26
Octal46103235114710463417546
Binary1001101000011100111011001100111001010011011100001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26439D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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