#263499

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

Shades of Egyptian Blue #263499

Tints of Egyptian Blue #263499

Color information

#263499 (or 0x263499) is unknown color: approx Egyptian Blue. HEX triplet: 26, 34 and 99. RGB value is (38,52,153). Sum of RGB (Red+Green+Blue) = 38+52+153=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #263499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263499 is #D9CB66. Grayscale: #3A3A3A. Windows color (decimal): -14273383 or 10040358. OLE color: 10040358.

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

Color convert

RGB3852153-
CMYK0.750.6600.4
HSL232.7º60.21%37.45%-
HSV(B)232.7º75.16%60%-
XYZ7.785.1730.72-
YUV59.33180.86112.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.64%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 153 (60.16% from 255) = 62.96%
R=15.64%
G=21.40%
B=62.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38521530.750.6600.4232.760.2137.45
Hex2634994B42028e93c25
Octal46642311131020503517445
Binary1001101101001001100110010111000010010100011101001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263499; }

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

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

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

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

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

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

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

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