#262B92

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

Shades of Egyptian Blue #262B92

Tints of Egyptian Blue #262B92

Color information

#262B92 (or 0x262B92) is unknown color: approx Egyptian Blue. HEX triplet: 26, 2B and 92. RGB value is (38,43,146). Sum of RGB (Red+Green+Blue) = 38+43+146=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #262B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262B92 is #D9D46D. Grayscale: #343434. Windows color (decimal): -14275694 or 9579302. OLE color: 9579302.

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

Color convert

RGB3843146-
CMYK0.740.7100.43
HSL237.22º58.7%36.08%-
HSV(B)237.22º73.97%57.25%-
XYZ6.854.2227.65-
YUV53.25180.34117.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 146 (57.42% from 255) = 64.32%
R=16.74%
G=18.94%
B=64.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38431460.740.7100.43237.2258.736.08
Hex262B924A4702Bed3b24
Octal46532221121070533557344
Binary1001101010111001001010010101000111010101111101101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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