#263691

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

Shades of Egyptian Blue #263691

Tints of Egyptian Blue #263691

Color information

#263691 (or 0x263691) is unknown color: approx Egyptian Blue. HEX triplet: 26, 36 and 91. RGB value is (38,54,145). Sum of RGB (Red+Green+Blue) = 38+54+145=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #263691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263691 is #D9C96E. Grayscale: #3B3B3B. Windows color (decimal): -14272879 or 9516582. OLE color: 9516582.

HSL color Cylindrical-coordinate representation of color #263691: hue angle of 231.03º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #263691 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3854145-
CMYK0.740.6300.43
HSL231.03º58.47%35.88%-
HSV(B)231.03º73.79%56.86%-
XYZ7.235.0927.39-
YUV59.59176.2112.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.03%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 145 (57.03% from 255) = 61.18%
R=16.03%
G=22.78%
B=61.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38541450.740.6300.43231.0358.4735.88
Hex2636914A3F02Be73a24
Octal4666221112770533477244
Binary100110110110100100011001010111111010101111100111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263691; }

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

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

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

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

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

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

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

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