#243293

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

Shades of Egyptian Blue #243293

Tints of Egyptian Blue #243293

Color information

#243293 (or 0x243293) is unknown color: approx Egyptian Blue. HEX triplet: 24, 32 and 93. RGB value is (36,50,147). Sum of RGB (Red+Green+Blue) = 36+50+147=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #243293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243293 is #DBCD6C. Grayscale: #383838. Windows color (decimal): -14404973 or 9646628. OLE color: 9646628.

HSL color Cylindrical-coordinate representation of color #243293: hue angle of 232.43º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #243293 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3650147-
CMYK0.760.6600.42
HSL232.43º60.66%35.88%-
HSV(B)232.43º75.51%57.65%-
XYZ7.134.7628.15-
YUV56.87178.86113.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.45%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 147 (57.81% from 255) = 63.09%
R=15.45%
G=21.46%
B=63.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36501470.760.6600.42232.4360.6635.88
Hex2432934C4202Ae83d24
Octal44622231141020523507544
Binary1001001100101001001110011001000010010101011101000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243293; }

 p { color: rgb(36,50,147); }

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

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

 a { background-color: rgb(36,50,147); }

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

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

 span { border-color: rgb(36,50,147); }

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