#263998

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

Shades of Egyptian Blue #263998

Tints of Egyptian Blue #263998

Color information

#263998 (or 0x263998) is unknown color: approx Egyptian Blue. HEX triplet: 26, 39 and 98. RGB value is (38,57,152). Sum of RGB (Red+Green+Blue) = 38+57+152=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #263998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263998 is #D9C667. Grayscale: #3D3D3D. Windows color (decimal): -14272104 or 9976102. OLE color: 9976102.

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

Color convert

RGB3857152-
CMYK0.750.6200.40
HSL230º60%37.25%-
HSV(B)230º75%59.61%-
XYZ7.935.6130.37-
YUV62.15178.71110.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.38%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 152 (59.77% from 255) = 61.54%
R=15.38%
G=23.08%
B=61.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38571520.750.6200.402306037.25
Hex2639984B3E028e63c25
Octal4671230113760503467445
Binary100110111001100110001001011111110010100011100110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263998; }

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

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

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

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

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

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

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

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