#262E95

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

Shades of Egyptian Blue #262E95

Tints of Egyptian Blue #262E95

Color information

#262E95 (or 0x262E95) is unknown color: approx Egyptian Blue. HEX triplet: 26, 2E and 95. RGB value is (38,46,149). Sum of RGB (Red+Green+Blue) = 38+46+149=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #262E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262E95 is #D9D16A. Grayscale: #363636. Windows color (decimal): -14274923 or 9776678. OLE color: 9776678.

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

Color convert

RGB3846149-
CMYK0.740.6900.42
HSL235.68º59.36%36.67%-
HSV(B)235.68º74.5%58.43%-
XYZ7.24.5428.93-
YUV55.35180.85115.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 149 (58.59% from 255) = 63.95%
R=16.31%
G=19.74%
B=63.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38461490.740.6900.42235.6859.3636.67
Hex262E954A4502Aec3b25
Octal46562251121050523547345
Binary1001101011101001010110010101000101010101011101100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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