#242A92

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

Shades of Egyptian Blue #242A92

Tints of Egyptian Blue #242A92

Color information

#242A92 (or 0x242A92) is unknown color: approx Egyptian Blue. HEX triplet: 24, 2A and 92. RGB value is (36,42,146). Sum of RGB (Red+Green+Blue) = 36+42+146=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #242A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A92 is #DBD56D. Grayscale: #333333. Windows color (decimal): -14407022 or 9579044. OLE color: 9579044.

HSL color Cylindrical-coordinate representation of color #242A92: hue angle of 236.73º 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 #242A92 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3642146-
CMYK0.750.7100.43
HSL236.73º60.44%35.69%-
HSV(B)236.73º75.34%57.25%-
XYZ6.744.1127.63-
YUV52.06181.01116.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 146 (57.42% from 255) = 65.18%
R=16.07%
G=18.75%
B=65.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36421460.750.7100.43236.7360.4435.69
Hex242A924B4702Bed3c24
Octal44522221131070533557444
Binary1001001010101001001010010111000111010101111101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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