Html Css Color HEX #24439A Egyptian Blue

📋 copy color: '#24439A'

red 36 ◦ green 67 ◦ blue 154

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

Shades of Egyptian Blue #24439A

Tints of Egyptian Blue #24439A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

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

R = 14.01%
G = 26.07%
B = 59.92%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#24439A (or 0x24439A) is known color: Egyptian Blue. HEX triplet: 24, 43 and 9A. RGB value is (36,67,154). Sum of RGB (Red+Green+Blue) = 36+67+154=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #24439A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24439A is #DBBC65. Grayscale: #434343. Windows color (decimal): -14400614 or 10109732. OLE color: 10109732.

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

Color convert

RGB 36 67 154 -
CMYK 0.77 0.56 0 0.40
HSL 224.24º 0.62% 0.37% -
HSV(B) 224.24º 0.77% 0.6% -
XYZ 8.57 6.72 31.42 -
YUV 67.65 176.73 105.43 -
System Red Green Blue C M Y K H S L
Decimal 36 67 154 0.77 0.56 0 0.40 224.24 0.62 0.37
Hex 24 43 9A 4D 38 0 28 E0 3E 25
Octal 44 103 232 115 70 0 50 340 76 45
Binary 100100 1000011 10011010 1001101 111000 0 101000 11100000 111110 100101

Color Harmonies of #24439A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24439A

Black with #24439A

Text Example


Text Example

White with #24439A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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