#242C90

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

Shades of Egyptian Blue #242C90

Tints of Egyptian Blue #242C90

Color information

#242C90 (or 0x242C90) is unknown color: approx Egyptian Blue. HEX triplet: 24, 2C and 90. RGB value is (36,44,144). Sum of RGB (Red+Green+Blue) = 36+44+144=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #242C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242C90 is #DBD36F. Grayscale: #343434. Windows color (decimal): -14406512 or 9448484. OLE color: 9448484.

HSL color Cylindrical-coordinate representation of color #242C90: hue angle of 235.56º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242C90 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3644144-
CMYK0.750.6900.44
HSL235.56º60%35.29%-
HSV(B)235.56º75%56.47%-
XYZ6.664.1926.84-
YUV53.01179.35115.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 144 (56.64% from 255) = 64.29%
R=16.07%
G=19.64%
B=64.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36441440.750.6900.44235.566035.29
Hex242C904B4502Cec3c23
Octal44542201131050543547443
Binary1001001011001001000010010111000101010110011101100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242C90; }

 p { color: rgb(36,44,144); }

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

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

 a { background-color: rgb(36,44,144); }

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

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

 span { border-color: rgb(36,44,144); }

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