#293FA1

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

Shades of Egyptian Blue #293FA1

Tints of Egyptian Blue #293FA1

Color information

#293FA1 (or 0x293FA1) is unknown color: approx Egyptian Blue. HEX triplet: 29, 3F and A1. RGB value is (41,63,161). Sum of RGB (Red+Green+Blue) = 41+63+161=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 161 (63.28% from 255 or 60.75% from 265); Max value from RGB is 161 - color contains mainly: blue. Hex color #293FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FA1 is #D6C05E. Grayscale: #434343. Windows color (decimal): -14073951 or 10567465. OLE color: 10567465.

HSL color Cylindrical-coordinate representation of color #293FA1: hue angle of 229º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #293FA1 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4163161-
CMYK0.750.6100.37
HSL229º59.41%39.61%-
HSV(B)229º74.53%63.14%-
XYZ9.126.634.51-
YUV67.59180.71109.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 63 (25% from 255) = 23.77%
BLUE value IS 161 (63.28% from 255) = 60.75%
R=15.47%
G=23.77%
B=60.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41631610.750.6100.3722959.4139.61
Hex293FA14B3D025e53b28
Octal5177241113750453457350
Binary101001111111101000011001011111101010010111100101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293FA1; }

 p { color: rgb(41,63,161); }

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

<style>
 a { background-color: #293FA1; }

 a { background-color: rgb(41,63,161); }

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

<style>
 span { border-color: #293FA1; }

 span { border-color: rgb(41,63,161); }

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