#24389D

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

Shades of Egyptian Blue #24389D

Tints of Egyptian Blue #24389D

Color information

#24389D (or 0x24389D) is unknown color: approx Egyptian Blue. HEX triplet: 24, 38 and 9D. RGB value is (36,56,157). Sum of RGB (Red+Green+Blue) = 36+56+157=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #24389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24389D is #DBC762. Grayscale: #3D3D3D. Windows color (decimal): -14403427 or 10303524. OLE color: 10303524.

HSL color Cylindrical-coordinate representation of color #24389D: hue angle of 230.08º 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 #24389D is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3656157-
CMYK0.770.6400.38
HSL230.08º62.69%37.84%-
HSV(B)230.08º77.07%61.57%-
XYZ8.235.6432.55-
YUV61.53181.87109.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.46%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 157 (61.72% from 255) = 63.05%
R=14.46%
G=22.49%
B=63.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36561570.770.6400.38230.0862.6937.84
Hex24389D4D40026e63f26
Octal44702351151000463467746
Binary1001001110001001110110011011000000010011011100110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24389D; }

 p { color: rgb(36,56,157); }

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

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

 a { background-color: rgb(36,56,157); }

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

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

 span { border-color: rgb(36,56,157); }

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