#263A9B

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

Shades of Egyptian Blue #263A9B

Tints of Egyptian Blue #263A9B

Color information

#263A9B (or 0x263A9B) is unknown color: approx Egyptian Blue. HEX triplet: 26, 3A and 9B. RGB value is (38,58,155). Sum of RGB (Red+Green+Blue) = 38+58+155=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #263A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263A9B is #D9C564. Grayscale: #3E3E3E. Windows color (decimal): -14271845 or 10172966. OLE color: 10172966.

HSL color Cylindrical-coordinate representation of color #263A9B: hue angle of 229.74º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #263A9B is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3858155-
CMYK0.750.6300.39
HSL229.74º60.62%37.84%-
HSV(B)229.74º75.48%60.78%-
XYZ8.235.831.7-
YUV63.08179.87110.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 155 (60.94% from 255) = 61.75%
R=15.14%
G=23.11%
B=61.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38581550.750.6300.39229.7460.6237.84
Hex263A9B4B3F027e63d26
Octal4672233113770473467546
Binary100110111010100110111001011111111010011111100110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263A9B; }

 p { color: rgb(38,58,155); }

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

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

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

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

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

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

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