#293CA2

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

Shades of Egyptian Blue #293CA2

Tints of Egyptian Blue #293CA2

Color information

#293CA2 (or 0x293CA2) is unknown color: approx Egyptian Blue. HEX triplet: 29, 3C and A2. RGB value is (41,60,162). Sum of RGB (Red+Green+Blue) = 41+60+162=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 162 (63.67% from 255 or 61.60% from 263); Max value from RGB is 162 - color contains mainly: blue. Hex color #293CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293CA2 is #D6C35D. Grayscale: #414141. Windows color (decimal): -14074718 or 10632233. OLE color: 10632233.

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

Color convert

RGB4160162-
CMYK0.750.6300.36
HSL230.58º59.61%39.8%-
HSV(B)230.58º74.69%63.53%-
XYZ9.056.3134.92-
YUV65.95182.21110.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.59%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 162 (63.67% from 255) = 61.60%
R=15.59%
G=22.81%
B=61.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41601620.750.6300.36230.5859.6139.8
Hex293CA24B3F024e73c28
Octal5174242113770443477450
Binary101001111100101000101001011111111010010011100111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,60,162); }

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

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

 a { background-color: rgb(41,60,162); }

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

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

 span { border-color: rgb(41,60,162); }

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