#24339D

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

Shades of Egyptian Blue #24339D

Tints of Egyptian Blue #24339D

Color information

#24339D (or 0x24339D) is unknown color: approx Egyptian Blue. HEX triplet: 24, 33 and 9D. RGB value is (36,51,157). Sum of RGB (Red+Green+Blue) = 36+51+157=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #24339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24339D is #DBCC62. Grayscale: #3A3A3A. Windows color (decimal): -14404707 or 10302244. OLE color: 10302244.

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

Color convert

RGB3651157-
CMYK0.770.6800.38
HSL232.56º62.69%37.84%-
HSV(B)232.56º77.07%61.57%-
XYZ85.1832.48-
YUV58.6183.53111.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.75%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 157 (61.72% from 255) = 64.34%
R=14.75%
G=20.90%
B=64.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36511570.770.6800.38232.5662.6937.84
Hex24339D4D44026e93f26
Octal44632351151040463517746
Binary1001001100111001110110011011000100010011011101001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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