#263596

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

Shades of Egyptian Blue #263596

Tints of Egyptian Blue #263596

Color information

#263596 (or 0x263596) is unknown color: approx Egyptian Blue. HEX triplet: 26, 35 and 96. RGB value is (38,53,150). Sum of RGB (Red+Green+Blue) = 38+53+150=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #263596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263596 is #D9CA69. Grayscale: #3B3B3B. Windows color (decimal): -14273130 or 9844006. OLE color: 9844006.

HSL color Cylindrical-coordinate representation of color #263596: hue angle of 231.96º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263596 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3853150-
CMYK0.750.6500.41
HSL231.96º59.57%36.86%-
HSV(B)231.96º74.67%58.82%-
XYZ7.585.1629.45-
YUV59.57179.03112.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 150 (58.98% from 255) = 62.24%
R=15.77%
G=21.99%
B=62.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38531500.750.6500.41231.9659.5736.86
Hex2635964B41029e83c25
Octal46652261131010513507445
Binary1001101101011001011010010111000001010100111101000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263596; }

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

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

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

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

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

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

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

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