#242895

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

Shades of Egyptian Blue #242895

Tints of Egyptian Blue #242895

Color information

#242895 (or 0x242895) is unknown color: approx Egyptian Blue. HEX triplet: 24, 28 and 95. RGB value is (36,40,149). Sum of RGB (Red+Green+Blue) = 36+40+149=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #242895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242895 is #DBD76A. Grayscale: #323232. Windows color (decimal): -14407531 or 9775140. OLE color: 9775140.

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

Color convert

RGB3640149-
CMYK0.760.7300.42
HSL237.88º61.08%36.27%-
HSV(B)237.88º75.84%58.43%-
XYZ6.914.0628.85-
YUV51.23183.17117.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 149 (58.59% from 255) = 66.22%
R=16%
G=17.78%
B=66.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36401490.760.7300.42237.8861.0836.27
Hex2428954C4902Aee3d24
Octal44502251141110523567544
Binary1001001010001001010110011001001001010101011101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242895; }

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

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

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

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

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

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

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

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