#262893

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

Shades of Egyptian Blue #262893

Tints of Egyptian Blue #262893

Color information

#262893 (or 0x262893) is unknown color: approx Egyptian Blue. HEX triplet: 26, 28 and 93. RGB value is (38,40,147). Sum of RGB (Red+Green+Blue) = 38+40+147=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #262893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262893 is #D9D76C. Grayscale: #333333. Windows color (decimal): -14276461 or 9644070. OLE color: 9644070.

HSL color Cylindrical-coordinate representation of color #262893: hue angle of 238.9º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262893 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3840147-
CMYK0.740.7300.42
HSL238.9º58.92%36.27%-
HSV(B)238.9º74.15%57.65%-
XYZ6.824.0428.02-
YUV51.6181.84118.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 147 (57.81% from 255) = 65.33%
R=16.89%
G=17.78%
B=65.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38401470.740.7300.42238.958.9236.27
Hex2628934A4902Aef3b24
Octal46502231121110523577344
Binary1001101010001001001110010101001001010101011101111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262893; }

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

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

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

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

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

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

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

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