#243D99

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

Shades of Egyptian Blue #243D99

Tints of Egyptian Blue #243D99

Color information

#243D99 (or 0x243D99) is unknown color: approx Egyptian Blue. HEX triplet: 24, 3D and 99. RGB value is (36,61,153). Sum of RGB (Red+Green+Blue) = 36+61+153=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #243D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243D99 is #DBC266. Grayscale: #3F3F3F. Windows color (decimal): -14402151 or 10042660. OLE color: 10042660.

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

Color convert

RGB3661153-
CMYK0.760.6000.4
HSL227.18º61.9%37.06%-
HSV(B)227.18º76.47%60%-
XYZ8.156.0130.87-
YUV64.01178.22108.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.4%
GREEN value IS 61 (24.22% from 255) = 24.4%
BLUE value IS 153 (60.16% from 255) = 61.2%
R=14.4%
G=24.4%
B=61.2%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal36611530.760.6000.4227.1861.937.06
Hex243D994C3C028e33e25
Octal4475231114740503437645
Binary100100111101100110011001100111100010100011100011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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