#26319C

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

Shades of Egyptian Blue #26319C

Tints of Egyptian Blue #26319C

Color information

#26319C (or 0x26319C) is unknown color: approx Egyptian Blue. HEX triplet: 26, 31 and 9C. RGB value is (38,49,156). Sum of RGB (Red+Green+Blue) = 38+49+156=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #26319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26319C is #D9CE63. Grayscale: #393939. Windows color (decimal): -14274148 or 10236198. OLE color: 10236198.

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

Color convert

RGB3849156-
CMYK0.760.6900.39
HSL234.41º60.82%38.04%-
HSV(B)234.41º75.64%61.18%-
XYZ7.95.0132-
YUV57.91183.36113.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.64%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 156 (61.33% from 255) = 64.20%
R=15.64%
G=20.16%
B=64.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38491560.760.6900.39234.4160.8238.04
Hex26319C4C45027ea3d26
Octal46612341141050473527546
Binary1001101100011001110010011001000101010011111101010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26319C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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