#243C99

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

Shades of Egyptian Blue #243C99

Tints of Egyptian Blue #243C99

Color information

#243C99 (or 0x243C99) is unknown color: approx Egyptian Blue. HEX triplet: 24, 3C and 99. RGB value is (36,60,153). Sum of RGB (Red+Green+Blue) = 36+60+153=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #243C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243C99 is #DBC366. Grayscale: #3F3F3F. Windows color (decimal): -14402407 or 10042404. OLE color: 10042404.

HSL color Cylindrical-coordinate representation of color #243C99: hue angle of 227.69º 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 #243C99 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3660153-
CMYK0.760.6100.4
HSL227.69º61.9%37.06%-
HSV(B)227.69º76.47%60%-
XYZ8.095.9130.85-
YUV63.43178.55108.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.46%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 153 (60.16% from 255) = 61.45%
R=14.46%
G=24.10%
B=61.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal36601530.760.6100.4227.6961.937.06
Hex243C994C3D028e43e25
Octal4474231114750503447645
Binary100100111100100110011001100111101010100011100100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243C99; }

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

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

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

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

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

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

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

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