#263694

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

Shades of Egyptian Blue #263694

Tints of Egyptian Blue #263694

Color information

#263694 (or 0x263694) is unknown color: approx Egyptian Blue. HEX triplet: 26, 36 and 94. RGB value is (38,54,148). Sum of RGB (Red+Green+Blue) = 38+54+148=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #263694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263694 is #D9C96B. Grayscale: #3B3B3B. Windows color (decimal): -14272876 or 9713190. OLE color: 9713190.

HSL color Cylindrical-coordinate representation of color #263694: hue angle of 231.27º 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 #263694 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3854148-
CMYK0.740.6400.42
HSL231.27º59.14%36.47%-
HSV(B)231.27º74.32%58.04%-
XYZ7.465.1928.63-
YUV59.93177.7112.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 148 (58.20% from 255) = 61.67%
R=15.83%
G=22.5%
B=61.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38541480.740.6400.42231.2759.1436.47
Hex2636944A4002Ae73b24
Octal46662241121000523477344
Binary1001101101101001010010010101000000010101011100111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263694; }

 p { color: rgb(38,54,148); }

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

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

 a { background-color: rgb(38,54,148); }

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

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

 span { border-color: rgb(38,54,148); }

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