#242A91

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

Shades of Egyptian Blue #242A91

Tints of Egyptian Blue #242A91

Color information

#242A91 (or 0x242A91) is unknown color: approx Egyptian Blue. HEX triplet: 24, 2A and 91. RGB value is (36,42,145). Sum of RGB (Red+Green+Blue) = 36+42+145=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 42 (16.80% from 255 or 18.83% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #242A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A91 is #DBD56E. Grayscale: #333333. Windows color (decimal): -14407023 or 9513508. OLE color: 9513508.

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

Color convert

RGB3642145-
CMYK0.750.7100.43
HSL236.7º60.22%35.49%-
HSV(B)236.7º75.17%56.86%-
XYZ6.674.0827.22-
YUV51.95180.51116.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.14%
GREEN value IS 42 (16.80% from 255) = 18.83%
BLUE value IS 145 (57.03% from 255) = 65.02%
R=16.14%
G=18.83%
B=65.02%

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
Decimal36421450.750.7100.43236.760.2235.49
Hex242A914B4702Bed3c23
Octal44522211131070533557443
Binary1001001010101001000110010111000111010101111101101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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