#242795

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

Shades of Egyptian Blue #242795

Tints of Egyptian Blue #242795

Color information

#242795 (or 0x242795) is unknown color: approx Egyptian Blue. HEX triplet: 24, 27 and 95. RGB value is (36,39,149). Sum of RGB (Red+Green+Blue) = 36+39+149=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #242795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242795 is #DBD86A. Grayscale: #323232. Windows color (decimal): -14407787 or 9774884. OLE color: 9774884.

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

Color convert

RGB3639149-
CMYK0.760.7400.42
HSL238.41º61.08%36.27%-
HSV(B)238.41º75.84%58.43%-
XYZ6.88428.84-
YUV50.64183.51117.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 149 (58.59% from 255) = 66.52%
R=16.07%
G=17.41%
B=66.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36391490.760.7400.42238.4161.0836.27
Hex2427954C4A02Aee3d24
Octal44472251141120523567544
Binary1001001001111001010110011001001010010101011101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242795; }

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

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

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

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

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

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

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

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