#242799

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

Shades of Egyptian Blue #242799

Tints of Egyptian Blue #242799

Color information

#242799 (or 0x242799) is unknown color: approx Egyptian Blue. HEX triplet: 24, 27 and 99. RGB value is (36,39,153). Sum of RGB (Red+Green+Blue) = 36+39+153=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 153 (60.16% from 255 or 67.11% from 228); Max value from RGB is 153 - color contains mainly: blue. Hex color #242799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242799 is #DBD866. Grayscale: #323232. Windows color (decimal): -14407783 or 10037028. OLE color: 10037028.

HSL color Cylindrical-coordinate representation of color #242799: hue angle of 238.46º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242799 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3639153-
CMYK0.760.7500.4
HSL238.46º61.9%37.06%-
HSV(B)238.46º76.47%60%-
XYZ7.24.1330.55-
YUV51.1185.51117.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.79%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 153 (60.16% from 255) = 67.11%
R=15.79%
G=17.11%
B=67.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal36391530.760.7500.4238.4661.937.06
Hex2427994C4B028ee3e25
Octal44472311141130503567645
Binary1001001001111001100110011001001011010100011101110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242799; }

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

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

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

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

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

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

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

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