#2642A3

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

Shades of Egyptian Blue #2642A3

Tints of Egyptian Blue #2642A3

Color information

#2642A3 (or 0x2642A3) is unknown color: approx Egyptian Blue. HEX triplet: 26, 42 and A3. RGB value is (38,66,163). Sum of RGB (Red+Green+Blue) = 38+66+163=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 163 (64.06% from 255 or 61.05% from 267); Max value from RGB is 163 - color contains mainly: blue. Hex color #2642A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2642A3 is #D9BD5C. Grayscale: #444444. Windows color (decimal): -14269789 or 10699302. OLE color: 10699302.

HSL color Cylindrical-coordinate representation of color #2642A3: hue angle of 226.56º 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 #2642A3 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3866163-
CMYK0.770.6000.36
HSL226.56º62.19%39.41%-
HSV(B)226.56º76.69%63.92%-
XYZ9.366.9535.5-
YUV68.69181.22106.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 163 (64.06% from 255) = 61.05%
R=14.23%
G=24.72%
B=61.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38661630.770.6000.36226.5662.1939.41
Hex2642A34D3C024e33e27
Octal46102243115740443437647
Binary1001101000010101000111001101111100010010011100011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2642A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2642A3; }

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

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

<style>
 a { background-color: #2642A3; }

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

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

<style>
 span { border-color: #2642A3; }

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

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