#26289B

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

Shades of Egyptian Blue #26289B

Tints of Egyptian Blue #26289B

Color information

#26289B (or 0x26289B) is unknown color: approx Egyptian Blue. HEX triplet: 26, 28 and 9B. RGB value is (38,40,155). Sum of RGB (Red+Green+Blue) = 38+40+155=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #26289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26289B is #D9D764. Grayscale: #343434. Windows color (decimal): -14276453 or 10168358. OLE color: 10168358.

HSL color Cylindrical-coordinate representation of color #26289B: hue angle of 238.97º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26289B is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3840155-
CMYK0.750.7400.39
HSL238.97º60.62%37.84%-
HSV(B)238.97º75.48%60.78%-
XYZ7.474.331.45-
YUV52.51185.84117.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 155 (60.94% from 255) = 66.52%
R=16.31%
G=17.17%
B=66.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38401550.750.7400.39238.9760.6237.84
Hex26289B4B4A027ef3d26
Octal46502331131120473577546
Binary1001101010001001101110010111001010010011111101111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26289B; }

 p { color: rgb(38,40,155); }

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

<style>
 a { background-color: #26289B; }

 a { background-color: rgb(38,40,155); }

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

<style>
 span { border-color: #26289B; }

 span { border-color: rgb(38,40,155); }

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