#24259E

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

Shades of Egyptian Blue #24259E

Tints of Egyptian Blue #24259E

Color information

#24259E (or 0x24259E) is unknown color: approx Egyptian Blue. HEX triplet: 24, 25 and 9E. RGB value is (36,37,158). Sum of RGB (Red+Green+Blue) = 36+37+158=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #24259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24259E is #DBDA61. Grayscale: #323232. Windows color (decimal): -14408290 or 10364196. OLE color: 10364196.

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

Color convert

RGB3637158-
CMYK0.770.7700.38
HSL239.51º62.89%38.04%-
HSV(B)239.51º77.22%61.96%-
XYZ7.564.1732.75-
YUV50.5188.67117.66-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.58%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 158 (62.11% from 255) = 68.40%
R=15.58%
G=16.02%
B=68.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal36371580.770.7700.38239.5162.8938.04
Hex24259E4D4D026f03f26
Octal44452361151150463607746
Binary1001001001011001111010011011001101010011011110000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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