#262699

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

Shades of Egyptian Blue #262699

Tints of Egyptian Blue #262699

Color information

#262699 (or 0x262699) is unknown color: approx Egyptian Blue. HEX triplet: 26, 26 and 99. RGB value is (38,38,153). Sum of RGB (Red+Green+Blue) = 38+38+153=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #262699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262699 is #D9D966. Grayscale: #323232. Windows color (decimal): -14276967 or 10036774. OLE color: 10036774.

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

Color convert

RGB3838153-
CMYK0.750.7500.4
HSL240º60.21%37.45%-
HSV(B)240º75.16%60%-
XYZ7.244.130.55-
YUV51.11185.5118.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 153 (60.16% from 255) = 66.81%
R=16.59%
G=16.59%
B=66.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38381530.750.7500.424060.2137.45
Hex2626994B4B028f03c25
Octal46462311131130503607445
Binary1001101001101001100110010111001011010100011110000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262699; }

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

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

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

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

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

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

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

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