#263496

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

Shades of Egyptian Blue #263496

Tints of Egyptian Blue #263496

Color information

#263496 (or 0x263496) is unknown color: approx Egyptian Blue. HEX triplet: 26, 34 and 96. RGB value is (38,52,150). Sum of RGB (Red+Green+Blue) = 38+52+150=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #263496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263496 is #D9CB69. Grayscale: #3A3A3A. Windows color (decimal): -14273386 or 9843750. OLE color: 9843750.

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

Color convert

RGB3852150-
CMYK0.750.6500.41
HSL232.5º59.57%36.86%-
HSV(B)232.5º74.67%58.82%-
XYZ7.535.0729.44-
YUV58.99179.36113.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.83%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 150 (58.98% from 255) = 62.5%
R=15.83%
G=21.67%
B=62.5%

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
Decimal38521500.750.6500.41232.559.5736.86
Hex2634964B41029e83c25
Octal46642261131010513507445
Binary1001101101001001011010010111000001010100111101000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263496; }

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

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

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

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

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

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

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

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