#262B9B

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

Shades of Egyptian Blue #262B9B

Tints of Egyptian Blue #262B9B

Color information

#262B9B (or 0x262B9B) is unknown color: approx Egyptian Blue. HEX triplet: 26, 2B and 9B. RGB value is (38,43,155). Sum of RGB (Red+Green+Blue) = 38+43+155=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #262B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262B9B is #D9D464. Grayscale: #353535. Windows color (decimal): -14275685 or 10169126. OLE color: 10169126.

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

Color convert

RGB3843155-
CMYK0.750.7200.39
HSL237.44º60.62%37.84%-
HSV(B)237.44º75.48%60.78%-
XYZ7.584.5131.48-
YUV54.27184.84116.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.10%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 155 (60.94% from 255) = 65.68%
R=16.10%
G=18.22%
B=65.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38431550.750.7200.39237.4460.6237.84
Hex262B9B4B48027ed3d26
Octal46532331131100473557546
Binary1001101010111001101110010111001000010011111101101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262B9B; }

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

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

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

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

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

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

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

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