#262A91

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

Shades of Egyptian Blue #262A91

Tints of Egyptian Blue #262A91

Color information

#262A91 (or 0x262A91) is unknown color: approx Egyptian Blue. HEX triplet: 26, 2A and 91. RGB value is (38,42,145). Sum of RGB (Red+Green+Blue) = 38+42+145=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #262A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262A91 is #D9D56E. Grayscale: #343434. Windows color (decimal): -14275951 or 9513510. OLE color: 9513510.

HSL color Cylindrical-coordinate representation of color #262A91: hue angle of 237.76º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262A91 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3842145-
CMYK0.740.7100.43
HSL237.76º58.47%35.88%-
HSV(B)237.76º73.79%56.86%-
XYZ6.744.1127.23-
YUV52.55180.17117.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 145 (57.03% from 255) = 64.44%
R=16.89%
G=18.67%
B=64.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38421450.740.7100.43237.7658.4735.88
Hex262A914A4702Bee3a24
Octal46522211121070533567244
Binary1001101010101001000110010101000111010101111101110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262A91; }

 p { color: rgb(38,42,145); }

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

<style>
 a { background-color: #262A91; }

 a { background-color: rgb(38,42,145); }

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

<style>
 span { border-color: #262A91; }

 span { border-color: rgb(38,42,145); }

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