#263899

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

Shades of Egyptian Blue #263899

Tints of Egyptian Blue #263899

Color information

#263899 (or 0x263899) is unknown color: approx Egyptian Blue. HEX triplet: 26, 38 and 99. RGB value is (38,56,153). Sum of RGB (Red+Green+Blue) = 38+56+153=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #263899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263899 is #D9C766. Grayscale: #3D3D3D. Windows color (decimal): -14272359 or 10041382. OLE color: 10041382.

HSL color Cylindrical-coordinate representation of color #263899: hue angle of 230.61º 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 #263899 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3856153-
CMYK0.750.6300.4
HSL230.61º60.21%37.45%-
HSV(B)230.61º75.16%60%-
XYZ7.965.5430.79-
YUV61.68179.54111.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.38%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 153 (60.16% from 255) = 61.94%
R=15.38%
G=22.67%
B=61.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38561530.750.6300.4230.6160.2137.45
Hex2638994B3F028e73c25
Octal4670231113770503477445
Binary100110111000100110011001011111111010100011100111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263899; }

 p { color: rgb(38,56,153); }

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

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

 a { background-color: rgb(38,56,153); }

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

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

 span { border-color: rgb(38,56,153); }

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