#242994

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

Shades of Egyptian Blue #242994

Tints of Egyptian Blue #242994

Color information

#242994 (or 0x242994) is unknown color: approx Egyptian Blue. HEX triplet: 24, 29 and 94. RGB value is (36,41,148). Sum of RGB (Red+Green+Blue) = 36+41+148=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #242994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242994 is #DBD66B. Grayscale: #333333. Windows color (decimal): -14407276 or 9709860. OLE color: 9709860.

HSL color Cylindrical-coordinate representation of color #242994: hue angle of 237.32º 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 #242994 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3641148-
CMYK0.760.7200.42
HSL237.32º60.87%36.08%-
HSV(B)237.32º75.68%58.04%-
XYZ6.874.128.45-
YUV51.7182.34116.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 148 (58.20% from 255) = 65.78%
R=16%
G=18.22%
B=65.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36411480.760.7200.42237.3260.8736.08
Hex2429944C4802Aed3d24
Octal44512241141100523557544
Binary1001001010011001010010011001001000010101011101101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242994; }

 p { color: rgb(36,41,148); }

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

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

 a { background-color: rgb(36,41,148); }

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

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

 span { border-color: rgb(36,41,148); }

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