#293496

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

Shades of Egyptian Blue #293496

Tints of Egyptian Blue #293496

Color information

#293496 (or 0x293496) is unknown color: approx Egyptian Blue. HEX triplet: 29, 34 and 96. RGB value is (41,52,150). Sum of RGB (Red+Green+Blue) = 41+52+150=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #293496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293496 is #D6CB69. Grayscale: #3B3B3B. Windows color (decimal): -14076778 or 9843753. OLE color: 9843753.

HSL color Cylindrical-coordinate representation of color #293496: hue angle of 233.94º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293496 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4152150-
CMYK0.730.6500.41
HSL233.94º57.07%37.45%-
HSV(B)233.94º72.67%58.82%-
XYZ7.655.1329.44-
YUV59.88178.86114.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 150 (58.98% from 255) = 61.73%
R=16.87%
G=21.40%
B=61.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41521500.730.6500.41233.9457.0737.45
Hex2934964941029ea3925
Octal51642261111010513527145
Binary1010011101001001011010010011000001010100111101010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293496; }

 p { color: rgb(41,52,150); }

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

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

 a { background-color: rgb(41,52,150); }

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

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

 span { border-color: rgb(41,52,150); }

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