#24369A

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

Shades of Egyptian Blue #24369A

Tints of Egyptian Blue #24369A

Color information

#24369A (or 0x24369A) is unknown color: approx Egyptian Blue. HEX triplet: 24, 36 and 9A. RGB value is (36,54,154). Sum of RGB (Red+Green+Blue) = 36+54+154=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 154 (60.55% from 255 or 63.11% from 244); Max value from RGB is 154 - color contains mainly: blue. Hex color #24369A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24369A is #DBC965. Grayscale: #3B3B3B. Windows color (decimal): -14403942 or 10106404. OLE color: 10106404.

HSL color Cylindrical-coordinate representation of color #24369A: hue angle of 230.85º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24369A is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3654154-
CMYK0.770.6500.40
HSL230.85º62.11%37.25%-
HSV(B)230.85º76.62%60.39%-
XYZ7.885.3531.19-
YUV60.02181.04110.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.75%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 154 (60.55% from 255) = 63.11%
R=14.75%
G=22.13%
B=63.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal36541540.770.6500.40230.8562.1137.25
Hex24369A4D41028e73e25
Octal44662321151010503477645
Binary1001001101101001101010011011000001010100011100111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24369A; }

 p { color: rgb(36,54,154); }

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

<style>
 a { background-color: #24369A; }

 a { background-color: rgb(36,54,154); }

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

<style>
 span { border-color: #24369A; }

 span { border-color: rgb(36,54,154); }

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