#263597

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

Shades of Egyptian Blue #263597

Tints of Egyptian Blue #263597

Color information

#263597 (or 0x263597) is unknown color: approx Egyptian Blue. HEX triplet: 26, 35 and 97. RGB value is (38,53,151). Sum of RGB (Red+Green+Blue) = 38+53+151=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #263597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263597 is #D9CA68. Grayscale: #3B3B3B. Windows color (decimal): -14273129 or 9909542. OLE color: 9909542.

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

Color convert

RGB3853151-
CMYK0.750.6500.41
HSL232.04º59.79%37.06%-
HSV(B)232.04º74.83%59.22%-
XYZ7.665.1929.88-
YUV59.69179.53112.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.70%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 151 (59.38% from 255) = 62.40%
R=15.70%
G=21.90%
B=62.40%

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
Decimal38531510.750.6500.41232.0459.7937.06
Hex2635974B41029e83c25
Octal46652271131010513507445
Binary1001101101011001011110010111000001010100111101000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263597; }

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

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

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

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

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

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

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

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