#26329C

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

Shades of Egyptian Blue #26329C

Tints of Egyptian Blue #26329C

Color information

#26329C (or 0x26329C) is unknown color: approx Egyptian Blue. HEX triplet: 26, 32 and 9C. RGB value is (38,50,156). Sum of RGB (Red+Green+Blue) = 38+50+156=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #26329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26329C is #D9CD63. Grayscale: #3A3A3A. Windows color (decimal): -14273892 or 10236454. OLE color: 10236454.

HSL color Cylindrical-coordinate representation of color #26329C: hue angle of 233.9º degrees, saturation: 0.61, 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 #26329C is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3850156-
CMYK0.760.6800.39
HSL233.9º60.82%38.04%-
HSV(B)233.9º75.64%61.18%-
XYZ7.945.0932.02-
YUV58.5183.02113.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 156 (61.33% from 255) = 63.93%
R=15.57%
G=20.49%
B=63.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38501560.760.6800.39233.960.8238.04
Hex26329C4C44027ea3d26
Octal46622341141040473527546
Binary1001101100101001110010011001000100010011111101010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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