#243192

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

Shades of Egyptian Blue #243192

Tints of Egyptian Blue #243192

Color information

#243192 (or 0x243192) is unknown color: approx Egyptian Blue. HEX triplet: 24, 31 and 92. RGB value is (36,49,146). Sum of RGB (Red+Green+Blue) = 36+49+146=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #243192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243192 is #DBCE6D. Grayscale: #373737. Windows color (decimal): -14405230 or 9580836. OLE color: 9580836.

HSL color Cylindrical-coordinate representation of color #243192: hue angle of 232.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #243192 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3649146-
CMYK0.750.6600.43
HSL232.91º60.44%35.69%-
HSV(B)232.91º75.34%57.25%-
XYZ7.014.6527.72-
YUV56.17178.69113.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 146 (57.42% from 255) = 63.20%
R=15.58%
G=21.21%
B=63.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36491460.750.6600.43232.9160.4435.69
Hex2431924B4202Be93c24
Octal44612221131020533517444
Binary1001001100011001001010010111000010010101111101001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243192; }

 p { color: rgb(36,49,146); }

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

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

 a { background-color: rgb(36,49,146); }

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

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

 span { border-color: rgb(36,49,146); }

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