#26259C

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

Shades of Egyptian Blue #26259C

Tints of Egyptian Blue #26259C

Color information

#26259C (or 0x26259C) is unknown color: approx Egyptian Blue. HEX triplet: 26, 25 and 9C. RGB value is (38,37,156). Sum of RGB (Red+Green+Blue) = 38+37+156=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #26259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26259C is #D9DA63. Grayscale: #323232. Windows color (decimal): -14277220 or 10233126. OLE color: 10233126.

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

Color convert

RGB3837156-
CMYK0.760.7600.39
HSL240.5º61.66%37.84%-
HSV(B)240.5º76.28%61.18%-
XYZ7.464.1431.86-
YUV50.86187.33118.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 156 (61.33% from 255) = 67.53%
R=16.45%
G=16.02%
B=67.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38371560.760.7600.39240.561.6637.84
Hex26259C4C4C027f13e26
Octal46452341141140473617646
Binary1001101001011001110010011001001100010011111110001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26259C; }

 p { color: rgb(38,37,156); }

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

<style>
 a { background-color: #26259C; }

 a { background-color: rgb(38,37,156); }

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

<style>
 span { border-color: #26259C; }

 span { border-color: rgb(38,37,156); }

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