#293BA2

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

Shades of Egyptian Blue #293BA2

Tints of Egyptian Blue #293BA2

Color information

#293BA2 (or 0x293BA2) is unknown color: approx Egyptian Blue. HEX triplet: 29, 3B and A2. RGB value is (41,59,162). Sum of RGB (Red+Green+Blue) = 41+59+162=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 162 (63.67% from 255 or 61.83% from 262); Max value from RGB is 162 - color contains mainly: blue. Hex color #293BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293BA2 is #D6C45D. Grayscale: #404040. Windows color (decimal): -14074974 or 10631977. OLE color: 10631977.

HSL color Cylindrical-coordinate representation of color #293BA2: hue angle of 231.07º 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 #293BA2 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4159162-
CMYK0.750.6400.36
HSL231.07º59.61%39.8%-
HSV(B)231.07º74.69%63.53%-
XYZ96.2134.91-
YUV65.36182.54110.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.65%
GREEN value IS 59 (23.44% from 255) = 22.52%
BLUE value IS 162 (63.67% from 255) = 61.83%
R=15.65%
G=22.52%
B=61.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41591620.750.6400.36231.0759.6139.8
Hex293BA24B40024e73c28
Octal51732421131000443477450
Binary1010011110111010001010010111000000010010011100111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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