Html Css Color HEX #24389A Egyptian Blue

📋 copy color: '#24389A'

red 36 ◦ green 56 ◦ blue 154

#24389A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #24389A

Tints of Egyptian Blue #24389A

RGB

 RED value IS 36 (14.45% from 255) = 14.63%

 GREEN value IS 56 (22.27% from 255) = 22.76%

 BLUE value IS 154 (60.55% from 255) = 62.6%

R = 14.63%
G = 22.76%
B = 62.6%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#24389A (or 0x24389A) is known color: Egyptian Blue. HEX triplet: 24, 38 and 9A. RGB value is (36,56,154). Sum of RGB (Red+Green+Blue) = 36+56+154=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #24389A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24389A is #DBC765. Grayscale: #3C3C3C. Windows color (decimal): -14403430 or 10106916. OLE color: 10106916.

HSL color Cylindrical-coordinate representation of color #24389A: hue angle of 229.83º 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 #24389A is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 56 154 -
CMYK 0.77 0.64 0 0.40
HSL 229.83º 0.62% 0.37% -
HSV(B) 229.83º 0.77% 0.6% -
XYZ 7.97 5.54 31.22 -
YUV 61.19 180.37 110.03 -
System Red Green Blue C M Y K H S L
Decimal 36 56 154 0.77 0.64 0 0.40 229.83 0.62 0.37
Hex 24 38 9A 4D 40 0 28 E6 3E 25
Octal 44 70 232 115 100 0 50 346 76 45
Binary 100100 111000 10011010 1001101 1000000 0 101000 11100110 111110 100101

Color Harmonies of #24389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24389A

Black with #24389A

Text Example


Text Example

White with #24389A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24389A;
 }
 .AnyTagClassName
 {
   color: #24389A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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