#262E9E

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

Shades of Egyptian Blue #262E9E

Tints of Egyptian Blue #262E9E

Color information

#262E9E (or 0x262E9E) is unknown color: approx Egyptian Blue. HEX triplet: 26, 2E and 9E. RGB value is (38,46,158). Sum of RGB (Red+Green+Blue) = 38+46+158=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #262E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262E9E is #D9D161. Grayscale: #373737. Windows color (decimal): -14274914 or 10366502. OLE color: 10366502.

HSL color Cylindrical-coordinate representation of color #262E9E: hue angle of 236º 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 #262E9E is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3846158-
CMYK0.760.7100.38
HSL236º61.22%38.43%-
HSV(B)236º75.95%61.96%-
XYZ7.954.8332.86-
YUV56.38185.35114.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 158 (62.11% from 255) = 65.29%
R=15.70%
G=19.01%
B=65.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38461580.760.7100.3823661.2238.43
Hex262E9E4C47026ec3d26
Octal46562361141070463547546
Binary1001101011101001111010011001000111010011011101100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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