#263999

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

Shades of Egyptian Blue #263999

Tints of Egyptian Blue #263999

Color information

#263999 (or 0x263999) is unknown color: approx Egyptian Blue. HEX triplet: 26, 39 and 99. RGB value is (38,57,153). Sum of RGB (Red+Green+Blue) = 38+57+153=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #263999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263999 is #D9C666. Grayscale: #3D3D3D. Windows color (decimal): -14272103 or 10041638. OLE color: 10041638.

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

Color convert

RGB3857153-
CMYK0.750.6300.4
HSL230.09º60.21%37.45%-
HSV(B)230.09º75.16%60%-
XYZ8.015.6430.8-
YUV62.26179.21110.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.32%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 153 (60.16% from 255) = 61.69%
R=15.32%
G=22.98%
B=61.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38571530.750.6300.4230.0960.2137.45
Hex2639994B3F028e63c25
Octal4671231113770503467445
Binary100110111001100110011001011111111010100011100110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263999; }

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

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

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

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

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

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

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

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