#242794

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

Shades of Egyptian Blue #242794

Tints of Egyptian Blue #242794

Color information

#242794 (or 0x242794) is unknown color: approx Egyptian Blue. HEX triplet: 24, 27 and 94. RGB value is (36,39,148). Sum of RGB (Red+Green+Blue) = 36+39+148=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #242794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242794 is #DBD86B. Grayscale: #323232. Windows color (decimal): -14407788 or 9709348. OLE color: 9709348.

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

Color convert

RGB3639148-
CMYK0.760.7400.42
HSL238.39º60.87%36.08%-
HSV(B)238.39º75.68%58.04%-
XYZ6.83.9628.42-
YUV50.53183.01117.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.14%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 148 (58.20% from 255) = 66.37%
R=16.14%
G=17.49%
B=66.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36391480.760.7400.42238.3960.8736.08
Hex2427944C4A02Aee3d24
Octal44472241141120523567544
Binary1001001001111001010010011001001010010101011101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242794; }

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

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

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

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

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

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

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

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