#262EA3

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

Shades of Egyptian Blue #262EA3

Tints of Egyptian Blue #262EA3

Color information

#262EA3 (or 0x262EA3) is unknown color: approx Egyptian Blue. HEX triplet: 26, 2E and A3. RGB value is (38,46,163). Sum of RGB (Red+Green+Blue) = 38+46+163=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 163 (64.06% from 255 or 65.99% from 247); Max value from RGB is 163 - color contains mainly: blue. Hex color #262EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262EA3 is #D9D15C. Grayscale: #383838. Windows color (decimal): -14274909 or 10694182. OLE color: 10694182.

HSL color Cylindrical-coordinate representation of color #262EA3: hue angle of 236.16º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #262EA3 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3846163-
CMYK0.770.7200.36
HSL236.16º62.19%39.41%-
HSV(B)236.16º76.69%63.92%-
XYZ8.395.0135.18-
YUV56.95187.85114.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.38%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 163 (64.06% from 255) = 65.99%
R=15.38%
G=18.62%
B=65.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38461630.770.7200.36236.1662.1939.41
Hex262EA34D48024ec3e27
Octal46562431151100443547647
Binary1001101011101010001110011011001000010010011101100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,46,163); }

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

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

 a { background-color: rgb(38,46,163); }

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

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

 span { border-color: rgb(38,46,163); }

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