#24359E

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

Shades of Egyptian Blue #24359E

Tints of Egyptian Blue #24359E

Color information

#24359E (or 0x24359E) is unknown color: approx Egyptian Blue. HEX triplet: 24, 35 and 9E. RGB value is (36,53,158). Sum of RGB (Red+Green+Blue) = 36+53+158=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #24359E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24359E is #DBCA61. Grayscale: #3B3B3B. Windows color (decimal): -14404194 or 10368292. OLE color: 10368292.

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

Color convert

RGB3653158-
CMYK0.770.6600.38
HSL231.64º62.89%38.04%-
HSV(B)231.64º77.22%61.96%-
XYZ8.175.3932.96-
YUV59.89183.37110.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.57%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 158 (62.11% from 255) = 63.97%
R=14.57%
G=21.46%
B=63.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36531580.770.6600.38231.6462.8938.04
Hex24359E4D42026e83f26
Octal44652361151020463507746
Binary1001001101011001111010011011000010010011011101000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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