#24309C

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

Shades of Egyptian Blue #24309C

Tints of Egyptian Blue #24309C

Color information

#24309C (or 0x24309C) is unknown color: approx Egyptian Blue. HEX triplet: 24, 30 and 9C. RGB value is (36,48,156). Sum of RGB (Red+Green+Blue) = 36+48+156=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #24309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24309C is #DBCF63. Grayscale: #383838. Windows color (decimal): -14405476 or 10235940. OLE color: 10235940.

HSL color Cylindrical-coordinate representation of color #24309C: hue angle of 234º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24309C is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3648156-
CMYK0.770.6900.39
HSL234º62.5%37.65%-
HSV(B)234º76.92%61.18%-
XYZ7.794.8931.99-
YUV56.72184.02113.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 156 (61.33% from 255) = 65%
R=15%
G=20%
B=65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal36481560.770.6900.3923462.537.65
Hex24309C4D45027ea3e26
Octal44602341151050473527646
Binary1001001100001001110010011011000101010011111101010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24309C; }

 p { color: rgb(36,48,156); }

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

<style>
 a { background-color: #24309C; }

 a { background-color: rgb(36,48,156); }

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

<style>
 span { border-color: #24309C; }

 span { border-color: rgb(36,48,156); }

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