#243F96

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

Shades of Egyptian Blue #243F96

Tints of Egyptian Blue #243F96

Color information

#243F96 (or 0x243F96) is unknown color: approx Egyptian Blue. HEX triplet: 24, 3F and 96. RGB value is (36,63,150). Sum of RGB (Red+Green+Blue) = 36+63+150=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #243F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243F96 is #DBC069. Grayscale: #404040. Windows color (decimal): -14401642 or 9846564. OLE color: 9846564.

HSL color Cylindrical-coordinate representation of color #243F96: hue angle of 225.79º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #243F96 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3663150-
CMYK0.760.5800.41
HSL225.79º61.29%36.47%-
HSV(B)225.79º76%58.82%-
XYZ8.016.1329.62-
YUV64.84176.05107.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.46%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 150 (58.98% from 255) = 60.24%
R=14.46%
G=25.30%
B=60.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36631500.760.5800.41225.7961.2936.47
Hex243F964C3A029e23d24
Octal4477226114720513427544
Binary100100111111100101101001100111010010100111100010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,63,150); }

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

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

 a { background-color: rgb(36,63,150); }

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

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

 span { border-color: rgb(36,63,150); }

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