#24379E

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

Shades of Egyptian Blue #24379E

Tints of Egyptian Blue #24379E

Color information

#24379E (or 0x24379E) is unknown color: approx Egyptian Blue. HEX triplet: 24, 37 and 9E. RGB value is (36,55,158). Sum of RGB (Red+Green+Blue) = 36+55+158=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #24379E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24379E is #DBC861. Grayscale: #3C3C3C. Windows color (decimal): -14403682 or 10368804. OLE color: 10368804.

HSL color Cylindrical-coordinate representation of color #24379E: hue angle of 230.66º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24379E is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3655158-
CMYK0.770.6500.38
HSL230.66º62.89%38.04%-
HSV(B)230.66º77.22%61.96%-
XYZ8.275.5832.99-
YUV61.06182.71110.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.46%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 158 (62.11% from 255) = 63.45%
R=14.46%
G=22.09%
B=63.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36551580.770.6500.38230.6662.8938.04
Hex24379E4D41026e73f26
Octal44672361151010463477746
Binary1001001101111001111010011011000001010011011100111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24379E; }

 p { color: rgb(36,55,158); }

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

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

 a { background-color: rgb(36,55,158); }

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

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

 span { border-color: rgb(36,55,158); }

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