#263497

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

Shades of Egyptian Blue #263497

Tints of Egyptian Blue #263497

Color information

#263497 (or 0x263497) is unknown color: approx Egyptian Blue. HEX triplet: 26, 34 and 97. RGB value is (38,52,151). Sum of RGB (Red+Green+Blue) = 38+52+151=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #263497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263497 is #D9CB68. Grayscale: #3A3A3A. Windows color (decimal): -14273385 or 9909286. OLE color: 9909286.

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

Color convert

RGB3852151-
CMYK0.750.6600.41
HSL232.57º59.79%37.06%-
HSV(B)232.57º74.83%59.22%-
XYZ7.615.129.86-
YUV59.1179.86112.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 151 (59.38% from 255) = 62.66%
R=15.77%
G=21.58%
B=62.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38521510.750.6600.41232.5759.7937.06
Hex2634974B42029e93c25
Octal46642271131020513517445
Binary1001101101001001011110010111000010010100111101001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263497; }

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

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

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

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

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

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

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

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