#262B94

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

Shades of Egyptian Blue #262B94

Tints of Egyptian Blue #262B94

Color information

#262B94 (or 0x262B94) is unknown color: approx Egyptian Blue. HEX triplet: 26, 2B and 94. RGB value is (38,43,148). Sum of RGB (Red+Green+Blue) = 38+43+148=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #262B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262B94 is #D9D46B. Grayscale: #353535. Windows color (decimal): -14275692 or 9710374. OLE color: 9710374.

HSL color Cylindrical-coordinate representation of color #262B94: hue angle of 237.27º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262B94 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3843148-
CMYK0.740.7100.42
HSL237.27º59.14%36.47%-
HSV(B)237.27º74.32%58.04%-
XYZ7.014.2828.47-
YUV53.48181.34116.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 43 (17.19% from 255) = 18.78%
BLUE value IS 148 (58.20% from 255) = 64.63%
R=16.59%
G=18.78%
B=64.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38431480.740.7100.42237.2759.1436.47
Hex262B944A4702Aed3b24
Octal46532241121070523557344
Binary1001101010111001010010010101000111010101011101101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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