Html Css Color HEX #24439B Egyptian Blue

📋 copy color: '#24439B'

red 36 ◦ green 67 ◦ blue 155

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

Shades of Egyptian Blue #24439B

Tints of Egyptian Blue #24439B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.08%

R = 13.95%
G = 25.97%
B = 60.08%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24439B (or 0x24439B) is known color: Egyptian Blue. HEX triplet: 24, 43 and 9B. RGB value is (36,67,155). Sum of RGB (Red+Green+Blue) = 36+67+155=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #24439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24439B is #DBBC64. Grayscale: #434343. Windows color (decimal): -14400613 or 10175268. OLE color: 10175268.

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

Color convert

RGB 36 67 155 -
CMYK 0.77 0.57 0 0.39
HSL 224.37º 0.62% 0.37% -
HSV(B) 224.37º 0.77% 0.61% -
XYZ 8.65 6.76 31.86 -
YUV 67.76 177.23 105.34 -
System Red Green Blue C M Y K H S L
Decimal 36 67 155 0.77 0.57 0 0.39 224.37 0.62 0.37
Hex 24 43 9B 4D 39 0 27 E0 3E 25
Octal 44 103 233 115 71 0 47 340 76 45
Binary 100100 1000011 10011011 1001101 111001 0 100111 11100000 111110 100101

Color Harmonies of #24439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24439B

Black with #24439B

Text Example


Text Example

White with #24439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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