#262C9E

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

Shades of Egyptian Blue #262C9E

Tints of Egyptian Blue #262C9E

Color information

#262C9E (or 0x262C9E) is unknown color: approx Egyptian Blue. HEX triplet: 26, 2C and 9E. RGB value is (38,44,158). Sum of RGB (Red+Green+Blue) = 38+44+158=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #262C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262C9E is #D9D361. Grayscale: #363636. Windows color (decimal): -14275426 or 10365990. OLE color: 10365990.

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

Color convert

RGB3844158-
CMYK0.760.7200.38
HSL237º61.22%38.43%-
HSV(B)237º75.95%61.96%-
XYZ7.874.6832.84-
YUV55.2186.01115.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 44 (17.58% from 255) = 18.33%
BLUE value IS 158 (62.11% from 255) = 65.83%
R=15.83%
G=18.33%
B=65.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38441580.760.7200.3823761.2238.43
Hex262C9E4C48026ed3d26
Octal46542361141100463557546
Binary1001101011001001111010011001001000010011011101101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,44,158); }

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

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

 a { background-color: rgb(38,44,158); }

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

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

 span { border-color: rgb(38,44,158); }

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