#242892

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

Shades of Egyptian Blue #242892

Tints of Egyptian Blue #242892

Color information

#242892 (or 0x242892) is unknown color: approx Egyptian Blue. HEX triplet: 24, 28 and 92. RGB value is (36,40,146). Sum of RGB (Red+Green+Blue) = 36+40+146=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #242892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242892 is #DBD76D. Grayscale: #323232. Windows color (decimal): -14407534 or 9578532. OLE color: 9578532.

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

Color convert

RGB3640146-
CMYK0.750.7300.43
HSL237.82º60.44%35.69%-
HSV(B)237.82º75.34%57.25%-
XYZ6.673.9727.61-
YUV50.89181.67117.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.22%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 146 (57.42% from 255) = 65.77%
R=16.22%
G=18.02%
B=65.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36401460.750.7300.43237.8260.4435.69
Hex2428924B4902Bee3c24
Octal44502221131110533567444
Binary1001001010001001001010010111001001010101111101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242892; }

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

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

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

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

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

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

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

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