#243694

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

Shades of Egyptian Blue #243694

Tints of Egyptian Blue #243694

Color information

#243694 (or 0x243694) is unknown color: approx Egyptian Blue. HEX triplet: 24, 36 and 94. RGB value is (36,54,148). Sum of RGB (Red+Green+Blue) = 36+54+148=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #243694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243694 is #DBC96B. Grayscale: #3A3A3A. Windows color (decimal): -14403948 or 9713188. OLE color: 9713188.

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

Color convert

RGB3654148-
CMYK0.760.6400.42
HSL230.36º60.87%36.08%-
HSV(B)230.36º75.68%58.04%-
XYZ7.395.1528.62-
YUV59.33178.04111.36-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.13%
GREEN value IS 54 (21.48% from 255) = 22.69%
BLUE value IS 148 (58.20% from 255) = 62.18%
R=15.13%
G=22.69%
B=62.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36541480.760.6400.42230.3660.8736.08
Hex2436944C4002Ae63d24
Octal44662241141000523467544
Binary1001001101101001010010011001000000010101011100110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243694; }

 p { color: rgb(36,54,148); }

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

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

 a { background-color: rgb(36,54,148); }

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

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

 span { border-color: rgb(36,54,148); }

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