#263893

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

Shades of Egyptian Blue #263893

Tints of Egyptian Blue #263893

Color information

#263893 (or 0x263893) is unknown color: approx Egyptian Blue. HEX triplet: 26, 38 and 93. RGB value is (38,56,147). Sum of RGB (Red+Green+Blue) = 38+56+147=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #263893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263893 is #D9C76C. Grayscale: #3C3C3C. Windows color (decimal): -14272365 or 9648166. OLE color: 9648166.

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

Color convert

RGB3856147-
CMYK0.740.6200.42
HSL230.09º58.92%36.27%-
HSV(B)230.09º74.15%57.65%-
XYZ7.485.3528.24-
YUV60.99176.54111.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 147 (57.81% from 255) = 61.00%
R=15.77%
G=23.24%
B=61.00%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38561470.740.6200.42230.0958.9236.27
Hex2638934A3E02Ae63b24
Octal4670223112760523467344
Binary100110111000100100111001010111110010101011100110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263893; }

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

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

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

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

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

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

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

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