#262E98

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

Shades of Egyptian Blue #262E98

Tints of Egyptian Blue #262E98

Color information

#262E98 (or 0x262E98) is unknown color: approx Egyptian Blue. HEX triplet: 26, 2E and 98. RGB value is (38,46,152). Sum of RGB (Red+Green+Blue) = 38+46+152=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #262E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262E98 is #D9D167. Grayscale: #373737. Windows color (decimal): -14274920 or 9973286. OLE color: 9973286.

HSL color Cylindrical-coordinate representation of color #262E98: hue angle of 235.79º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #262E98 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3846152-
CMYK0.750.7000.40
HSL235.79º60%37.25%-
HSV(B)235.79º75%59.61%-
XYZ7.444.6330.21-
YUV55.69182.35115.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.10%
GREEN value IS 46 (18.36% from 255) = 19.49%
BLUE value IS 152 (59.77% from 255) = 64.41%
R=16.10%
G=19.49%
B=64.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38461520.750.7000.40235.796037.25
Hex262E984B46028ec3c25
Octal46562301131060503547445
Binary1001101011101001100010010111000110010100011101100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,46,152); }

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

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

 a { background-color: rgb(38,46,152); }

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

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

 span { border-color: rgb(38,46,152); }

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