#2638A3

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

Shades of Egyptian Blue #2638A3

Tints of Egyptian Blue #2638A3

Color information

#2638A3 (or 0x2638A3) is unknown color: approx Egyptian Blue. HEX triplet: 26, 38 and A3. RGB value is (38,56,163). Sum of RGB (Red+Green+Blue) = 38+56+163=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 163 (64.06% from 255 or 63.42% from 257); Max value from RGB is 163 - color contains mainly: blue. Hex color #2638A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2638A3 is #D9C75C. Grayscale: #3E3E3E. Windows color (decimal): -14272349 or 10696742. OLE color: 10696742.

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

Color convert

RGB3856163-
CMYK0.770.6600.36
HSL231.36º62.19%39.41%-
HSV(B)231.36º76.69%63.92%-
XYZ8.825.8835.32-
YUV62.82184.54110.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 163 (64.06% from 255) = 63.42%
R=14.79%
G=21.79%
B=63.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38561630.770.6600.36231.3662.1939.41
Hex2638A34D42024e73e27
Octal46702431151020443477647
Binary1001101110001010001110011011000010010010011100111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2638A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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