#2726A3

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

Shades of Egyptian Blue #2726A3

Tints of Egyptian Blue #2726A3

Color information

#2726A3 (or 0x2726A3) is unknown color: approx Egyptian Blue. HEX triplet: 27, 26 and A3. RGB value is (39,38,163). Sum of RGB (Red+Green+Blue) = 39+38+163=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 163 (64.06% from 255 or 67.92% from 240); Max value from RGB is 163 - color contains mainly: blue. Hex color #2726A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2726A3 is #D8D95C. Grayscale: #343434. Windows color (decimal): -14211421 or 10692135. OLE color: 10692135.

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

Color convert

RGB3938163-
CMYK0.760.7700.36
HSL240.48º62.19%39.41%-
HSV(B)240.48º76.69%63.92%-
XYZ8.144.4635.08-
YUV52.55190.33118.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.25%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 163 (64.06% from 255) = 67.92%
R=16.25%
G=15.83%
B=67.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal39381630.760.7700.36240.4862.1939.41
Hex2726A34C4D024f03e27
Octal47462431141150443607647
Binary1001111001101010001110011001001101010010011110000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2726A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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