#263599

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

Shades of Egyptian Blue #263599

Tints of Egyptian Blue #263599

Color information

#263599 (or 0x263599) is unknown color: approx Egyptian Blue. HEX triplet: 26, 35 and 99. RGB value is (38,53,153). Sum of RGB (Red+Green+Blue) = 38+53+153=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #263599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263599 is #D9CA66. Grayscale: #3B3B3B. Windows color (decimal): -14273127 or 10040614. OLE color: 10040614.

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

Color convert

RGB3853153-
CMYK0.750.6500.4
HSL232.17º60.21%37.45%-
HSV(B)232.17º75.16%60%-
XYZ7.825.2630.74-
YUV59.92180.53112.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 53 (21.09% from 255) = 21.72%
BLUE value IS 153 (60.16% from 255) = 62.70%
R=15.57%
G=21.72%
B=62.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38531530.750.6500.4232.1760.2137.45
Hex2635994B41028e83c25
Octal46652311131010503507445
Binary1001101101011001100110010111000001010100011101000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263599; }

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

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

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

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

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

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

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

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