#263598

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

Shades of Egyptian Blue #263598

Tints of Egyptian Blue #263598

Color information

#263598 (or 0x263598) is unknown color: approx Egyptian Blue. HEX triplet: 26, 35 and 98. RGB value is (38,53,152). Sum of RGB (Red+Green+Blue) = 38+53+152=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #263598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263598 is #D9CA67. Grayscale: #3B3B3B. Windows color (decimal): -14273128 or 9975078. OLE color: 9975078.

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

Color convert

RGB3853152-
CMYK0.750.6500.40
HSL232.11º60%37.25%-
HSV(B)232.11º75%59.61%-
XYZ7.745.2330.31-
YUV59.8180.03112.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.64%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 152 (59.77% from 255) = 62.55%
R=15.64%
G=21.81%
B=62.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38531520.750.6500.40232.116037.25
Hex2635984B41028e83c25
Octal46652301131010503507445
Binary1001101101011001100010010111000001010100011101000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263598; }

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

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

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

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

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

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

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

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